Skip to content

Commit 5819bb7

Browse files
authored
Merge pull request #1649 from digital-preservation/dependabot/maven/joda-time-joda-time-2.14.2
Bump joda-time:joda-time from 2.14.1 to 2.14.2
2 parents eb9e63c + cc60840 commit 5819bb7

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

droid-parent/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<spring.version>7.0.7</spring.version>
9797
<hibernate.version>5.4.1.Final</hibernate.version>
9898
<derby.version>10.17.1.0</derby.version>
99-
<cxf.version>4.2.0</cxf.version>
99+
<cxf.version>4.2.1</cxf.version>
100100
<java.iso-tools.version>2.1.0</java.iso-tools.version>
101101
<jaxb.version>4.0.5</jaxb.version>
102102
<jakarta.version>4.0.5</jakarta.version>
@@ -106,10 +106,10 @@
106106
<jwat.version>1.2.1</jwat.version>
107107
<hamcrest.version>3.0</hamcrest.version>
108108
<slf4j.version>2.0.17</slf4j.version>
109-
<log4j2.version>2.25.4</log4j2.version>
109+
<log4j2.version>2.26.0</log4j2.version>
110110
<checkstyle.version>10.21.2</checkstyle.version>
111-
<aws.version>2.42.0</aws.version>
112-
<junit.version>6.0.3</junit.version>
111+
<aws.version>2.44.13</aws.version>
112+
<junit.version>6.1.0</junit.version>
113113
<commons.version>2.22.0</commons.version>
114114
</properties>
115115

@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-surefire-plugin</artifactId>
174-
<version>3.5.5</version>
174+
<version>3.5.6</version>
175175
</plugin>
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
@@ -697,7 +697,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
697697
<dependency>
698698
<groupId>org.apache.commons</groupId>
699699
<artifactId>commons-configuration2</artifactId>
700-
<version>2.15.0</version>
700+
<version>2.15.1</version>
701701
</dependency>
702702
<dependency>
703703
<groupId>org.apache.commons</groupId>
@@ -742,7 +742,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
742742
<dependency>
743743
<groupId>joda-time</groupId>
744744
<artifactId>joda-time</artifactId>
745-
<version>2.14.1</version>
745+
<version>2.14.2</version>
746746
</dependency>
747747
<dependency>
748748
<groupId>org.jwat</groupId>

droid-results/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
<dependency>
401401
<groupId>software.amazon.nio.s3</groupId>
402402
<artifactId>aws-java-nio-spi-for-s3</artifactId>
403-
<version>2.3.0</version>
403+
<version>2.4.0</version>
404404
</dependency>
405405
<dependency>
406406
<groupId>org.wiremock</groupId>

droid-swing-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.netbeans.api</groupId>
171171
<artifactId>org-openide-util</artifactId>
172-
<version>RELEASE290</version>
172+
<version>RELEASE300</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.assertj</groupId>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>org.netbeans.api</groupId>
193193
<artifactId>org-netbeans-swing-outline</artifactId>
194-
<version>RELEASE290</version>
194+
<version>RELEASE300</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.jdesktop</groupId>

0 commit comments

Comments
 (0)