Skip to content

Commit

Permalink
[RESTEASY-3117] Upgrade Jackson to 2.12.6 and Jackson Databind to 2.1…
Browse files Browse the repository at this point in the history
…2.6.1.

https://issues.redhat.com/browse/RESTEASY-3117
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Mar 31, 2022
1 parent d8177cd commit 0baaf27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resteasy-dependencies-bom/pom.xml
Expand Up @@ -16,7 +16,8 @@
<description>RESTEasy dependencies BOM</description>
<properties>
<version.com.fasterxml.classmate>1.5.1</version.com.fasterxml.classmate>
<version.com.fasterxml.jackson>2.12.3</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson>2.12.6</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson.databind>2.12.6.1</version.com.fasterxml.jackson.databind>
<version.com.google.guava>31.0.1-jre</version.com.google.guava>
<version.com.google.guava.failureaccess>1.0.1</version.com.google.guava.failureaccess>
<version.com.io7m.xom>1.2.10</version.com.io7m.xom>
Expand Down Expand Up @@ -528,7 +529,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<version>${version.com.fasterxml.jackson.databind}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 0baaf27

Please sign in to comment.