Skip to content

Commit

Permalink
Bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Apr 12, 2024
1 parent d1cd3d9 commit 6a12a15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -255,7 +255,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.6</version>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -276,7 +276,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -333,7 +333,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6a12a15

Please sign in to comment.