Skip to content

Commit a9a22e8

Browse files
committed
GH-2107 - Upgrade to Jackson 2.17.
1 parent fe604e8 commit a9a22e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<logback.version>1.5.3</logback.version>
7777
<jacoco>0.8.8</jacoco>
7878
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
79-
<jackson-bom.version>2.15.3</jackson-bom.version>
79+
<jackson-bom.version>2.17.0</jackson-bom.version>
8080
<java-module-name>spring.hateoas</java-module-name>
8181
<jsonpath.version>2.9.0</jsonpath.version>
8282
<junit.version>5.10.2</junit.version>
@@ -117,7 +117,7 @@
117117
<profile>
118118
<id>jackson-next</id>
119119
<properties>
120-
<jackson-bom.version>2.16.0</jackson-bom.version>
120+
<jackson-bom.version>2.17.0</jackson-bom.version>
121121
</properties>
122122
</profile>
123123

0 commit comments

Comments
 (0)