Skip to content

Commit

Permalink
Merge pull request #1157 from CloudSlang/defect/721098/Upgrade_Jackso…
Browse files Browse the repository at this point in the history
…n_library

DEF721098 :: Upgrade Jackson library to 2.9.10
  • Loading branch information
b1ger authored Feb 7, 2020
2 parents bff475a + ad08113 commit e8a277f
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 @@ -380,12 +380,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.1</version>
<version>2.9.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e8a277f

Please sign in to comment.