Skip to content
6 changes: 3 additions & 3 deletions droid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
</dependency>
<dependency>
<groupId>commons-io</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.0</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
Expand Down Expand Up @@ -777,7 +777,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.22.0</version>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
Expand Down
Loading