Skip to content

Commit

Permalink
Upgrade Maven dependencies, re #6
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 22, 2023
1 parent f3d131a commit 10d721c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<version>2.15.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.35</version>
<version>1.36</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 10d721c

Please sign in to comment.