Skip to content

Commit 78f0181

Browse files
committed
Upgrade Jackson to 2.18.4
1 parent 20f0831 commit 78f0181

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker-java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
129-
<version>2.18.3</version>
128+
<!-- Force the version to 2.18.4 to ensure the compatibility with old projects -->
129+
<version>2.18.4</version>
130130
<scope>test</scope>
131131
</dependency>
132132

133133
<dependency>
134134
<groupId>com.fasterxml.jackson.core</groupId>
135135
<artifactId>jackson-annotations</artifactId>
136-
<!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
137-
<version>2.18.3</version>
136+
<!-- Force the version to 2.18.4 to ensure the compatibility with old projects -->
137+
<version>2.18.4</version>
138138
<scope>test</scope>
139139
</dependency>
140140

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<jdk.target>1.8</jdk.target>
5959

6060
<jersey.version>2.30.1</jersey.version>
61-
<jackson.version>2.18.3</jackson.version>
62-
<jackson-jaxrs.version>2.18.3</jackson-jaxrs.version>
61+
<jackson.version>2.18.4</jackson.version>
62+
<jackson-jaxrs.version>2.18.4</jackson-jaxrs.version>
6363
<httpclient.version>4.5.12</httpclient.version><!-- 4.5.1-4.5.2 broken -->
6464
<commons-compress.version>1.27.1</commons-compress.version>
6565
<commons-io.version>2.18.0</commons-io.version>

0 commit comments

Comments
 (0)