Skip to content

Commit

Permalink
Updated Jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 18, 2022
1 parent 354e1c4 commit 0810dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>[2.9.4, 2.12.5]</version>
<version>[2.9.4, 2.13.1]</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.4, 2.12.5]</version>
<version>[2.9.4, 2.13.1]</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>[2.9.4, 2.12.5]</version>
<version>[2.9.4, 2.13.1]</version>
</dependency>

<!-- Inherited from org.glassfish.jaxb:jaxb-bom via org.glassfish.jaxb:jaxb-runtime dependency -->
Expand Down

0 comments on commit 0810dd7

Please sign in to comment.