Skip to content

Commit

Permalink
#1436 - Upgrade dependencies (1.12.0)
Browse files Browse the repository at this point in the history
- Jackson -> 2.9.10 / 2.9.10.1
  • Loading branch information
reckart committed Nov 30, 2019
1 parent 853576c commit de18859
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 @@ -469,17 +469,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.1</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.10.1</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<version>2.9.10.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit de18859

Please sign in to comment.