Skip to content

Commit

Permalink
Update Jackson artificats to 2.9.6 which includes 3/4 of the issues t…
Browse files Browse the repository at this point in the history
  • Loading branch information
nealeu committed Nov 10, 2021
1 parent 2944bfd commit 076d2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <!-- for dependencies + plugin config such as git.properties -->
<version>2.3.7.RELEASE</version>
<version>2.3.9.RELEASE</version>
</parent>
<modules>
<module>weblab-common</module>
Expand Down Expand Up @@ -91,9 +91,9 @@


<!-- jackson - Spring 5 requires 2.9.x -->
<jackson.version>2.9.4</jackson.version>
<jackson-databind.version>2.9.4-CA-SNAPSHOT</jackson-databind.version>
<jackson-module-jsonSchema.version>2.9.4-CA-SNAPSHOT</jackson-module-jsonSchema.version>
<jackson.version>2.9.6</jackson.version>
<jackson-databind.version>2.9.6</jackson-databind.version> <!-- Note: doesn't include https://github.com/cambridgeweblab/jackson-databind/commit/54a988aba00b81d3664d5294827e3678c775152f -->
<jackson-module-jsonSchema.version>2.9.6</jackson-module-jsonSchema.version>

</properties>

Expand Down

0 comments on commit 076d2f4

Please sign in to comment.