Skip to content

Commit 076d2f4

Browse files
committed
Update Jackson artificats to 2.9.6 which includes 3/4 of the issues that we had on forks
The last is the enum -> class issues that was rejected: cambridgeweblab/jackson-databind@54a988a Included are: FasterXML/jackson-module-jsonSchema#117 FasterXML/jackson-module-jsonSchema#112 FasterXML/jackson-module-jsonSchema@8aae855
1 parent 2944bfd commit 076d2f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId> <!-- for dependencies + plugin config such as git.properties -->
16-
<version>2.3.7.RELEASE</version>
16+
<version>2.3.9.RELEASE</version>
1717
</parent>
1818
<modules>
1919
<module>weblab-common</module>
@@ -91,9 +91,9 @@
9191

9292

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

9898
</properties>
9999

0 commit comments

Comments
 (0)