Skip to content

Commit

Permalink
Merge pull request #1355 from CloudSlang/update_jackson_lib
Browse files Browse the repository at this point in the history
Update jackson version
  • Loading branch information
HorvatMaria authored Apr 5, 2022
2 parents d3593f7 + d135a80 commit 40dbaff
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 @@ -404,12 +404,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.2</version>
<version>2.13.2.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -457,7 +457,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.11.2</version>
<version>2.13.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 40dbaff

Please sign in to comment.