Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
741dac5
Bump aws.version from 2.42.0 to 2.44.13
dependabot[bot] Jun 2, 2026
ef1b52c
Bump junit.version from 6.0.3 to 6.1.0
dependabot[bot] Jun 2, 2026
f8d036a
Bump cxf.version from 4.2.0 to 4.2.1
dependabot[bot] Jun 2, 2026
74a9a96
Bump software.amazon.nio.s3:aws-java-nio-spi-for-s3 from 2.3.0 to 2.4.0
dependabot[bot] Jun 2, 2026
8e68fed
Bump log4j2.version from 2.25.4 to 2.26.0
dependabot[bot] Jun 2, 2026
b634daf
Bump org.netbeans.api:org-netbeans-swing-outline
dependabot[bot] Jun 2, 2026
be270e1
Bump org.apache.commons:commons-configuration2 from 2.15.0 to 2.15.1
dependabot[bot] Jun 2, 2026
01449a8
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6
dependabot[bot] Jun 2, 2026
b785462
Bump org.netbeans.api:org-openide-util from RELEASE290 to RELEASE300
dependabot[bot] Jun 2, 2026
ed66f3c
Bump joda-time:joda-time from 2.14.1 to 2.14.2
dependabot[bot] Jun 2, 2026
ec28cc5
Merge pull request #1648 from digital-preservation/dependabot/maven/o…
MancunianSam Jun 4, 2026
4b387bc
Merge pull request #1647 from digital-preservation/dependabot/maven/o…
MancunianSam Jun 4, 2026
4487c84
Merge pull request #1646 from digital-preservation/dependabot/maven/o…
MancunianSam Jun 4, 2026
8c06165
Merge pull request #1645 from digital-preservation/dependabot/maven/o…
MancunianSam Jun 4, 2026
8089180
Merge pull request #1644 from digital-preservation/dependabot/maven/l…
MancunianSam Jun 4, 2026
b71e0e5
Merge pull request #1643 from digital-preservation/dependabot/maven/s…
MancunianSam Jun 4, 2026
6ff0365
Merge pull request #1642 from digital-preservation/dependabot/maven/c…
MancunianSam Jun 4, 2026
0b0e1d9
Merge pull request #1641 from digital-preservation/dependabot/maven/j…
MancunianSam Jun 4, 2026
48d502c
Merge branch 'dependabot/maven/joda-time-joda-time-2.14.2' into depen…
MancunianSam Jun 4, 2026
cc60840
Merge pull request #1640 from digital-preservation/dependabot/maven/a…
MancunianSam Jun 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions droid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<spring.version>7.0.7</spring.version>
<hibernate.version>5.4.1.Final</hibernate.version>
<derby.version>10.17.1.0</derby.version>
<cxf.version>4.2.0</cxf.version>
<cxf.version>4.2.1</cxf.version>
<java.iso-tools.version>2.1.0</java.iso-tools.version>
<jaxb.version>4.0.5</jaxb.version>
<jakarta.version>4.0.5</jakarta.version>
Expand All @@ -106,10 +106,10 @@
<jwat.version>1.2.1</jwat.version>
<hamcrest.version>3.0</hamcrest.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.4</log4j2.version>
<log4j2.version>2.26.0</log4j2.version>
<checkstyle.version>10.21.2</checkstyle.version>
<aws.version>2.42.0</aws.version>
<junit.version>6.0.3</junit.version>
<aws.version>2.44.13</aws.version>
<junit.version>6.1.0</junit.version>
<commons.version>2.22.0</commons.version>
</properties>

Expand Down Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -697,7 +697,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -742,7 +742,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.14.1</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
Expand Down
2 changes: 1 addition & 1 deletion droid-results/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<dependency>
<groupId>software.amazon.nio.s3</groupId>
<artifactId>aws-java-nio-spi-for-s3</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
Expand Down
4 changes: 2 additions & 2 deletions droid-swing-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>RELEASE290</version>
<version>RELEASE300</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand All @@ -191,7 +191,7 @@
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-swing-outline</artifactId>
<version>RELEASE290</version>
<version>RELEASE300</version>
</dependency>
<dependency>
<groupId>org.jdesktop</groupId>
Expand Down
Loading