Skip to content

Commit

Permalink
Merge pull request #1378 from CloudSlang/fix_jackson
Browse files Browse the repository at this point in the history
Upgrade jackson
  • Loading branch information
pintea-eugen authored Oct 17, 2022
2 parents 631685c + 12a7e39 commit 7ee5707
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0-rc1</version>
<version>2.14.0-rc2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
<version>2.14.0-rc2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.0-rc2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7ee5707

Please sign in to comment.