Skip to content

Commit

Permalink
DWN-39567 : upgrade jackson components to 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-gresham committed Jan 17, 2022
1 parent 623557e commit 2aad651
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 @@ -348,12 +348,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.3</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.11.3</version>
<version>2.13.1</version>
</dependency>

<!-- Spring Security -->
Expand Down

0 comments on commit 2aad651

Please sign in to comment.