Skip to content

Commit 8b381fa

Browse files
committed
fix: samples/client/echo_api/java/resteasy/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924
1 parent ddb15d4 commit 8b381fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • samples/client/echo_api/java/resteasy

samples/client/echo_api/java/resteasy/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
</dependencies>
254254
<properties>
255255
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
256-
<resteasy-version>4.7.6.Final</resteasy-version>
257-
<jackson-version>2.19.2</jackson-version>
258-
<jackson-databind-version>2.19.2</jackson-databind-version>
256+
<resteasy-version>6.2.0.Final</resteasy-version>
257+
<jackson-version>2.21.1</jackson-version>
258+
<jackson-databind-version>2.21.1</jackson-databind-version>
259259
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>
260260
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
261261
<threetenbp-version>2.9.10</threetenbp-version>

0 commit comments

Comments
 (0)