Skip to content

Commit

Permalink
Upgrade jackson to 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Oct 14, 2019
1 parent 1ee0819 commit 008bcdd
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 @@ -23,7 +23,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.5</version>
<version>2.9.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>25.0-jre</version>
<version>28.1-jre</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 008bcdd

Please sign in to comment.