Skip to content

Commit c5ff53f

Browse files
committed
fix: samples/client/others/java/jersey2-oneOf-Mixed/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
1 parent bdad11d commit c5ff53f

File tree

1 file changed

+1
-1
lines changed
  • samples/client/others/java/jersey2-oneOf-Mixed

1 file changed

+1
-1
lines changed

samples/client/others/java/jersey2-oneOf-Mixed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
</dependencies>
329329
<properties>
330330
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
331-
<jersey-version>2.37</jersey-version>
331+
<jersey-version>3.0.17</jersey-version>
332332
<jackson-version>2.17.1</jackson-version>
333333
<jackson-databind-version>2.17.1</jackson-databind-version>
334334
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)