8000 Upgrade Jackson to 2.19.0 · docker-java/docker-java@58d4781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58d4781

Browse files
committed
Upgrade Jackson to 2.19.0
1 parent 32c78c7 commit 58d4781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<jdk.target>1.8</jdk.target>
5959

6060
<jersey.version>2.30.1</jersey.version>
61-
<jackson.version>2.18.3</jackson.version> <!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
61+
<jackson.version>2.19.0</jackson.version> <!-- Force the version to 2.19.0 to ensure the compatibility with old projects -->
6262
<httpclient.version>4.5.12</httpclient.version><!-- 4.5.1-4.5.2 broken -->
6363
<commons-compress.version>1.27.1</commons-compress.version>
6464
<commons-io.version>2.18.0</commons-io.version>

0 commit comments

Comments
 (0)
0