Skip to content

Commit 650f172

Browse files
committed
fix: samples/client/petstore/java/jersey2-java8/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 650f172

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/jersey2-java8

1 file changed

+1
-1
lines changed

samples/client/petstore/java/jersey2-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
</dependencies>
334334
<properties>
335335
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
336-
<jersey-version>2.37</jersey-version>
336+
<jersey-version>2.46</jersey-version>
337337
<jackson-version>2.17.1</jackson-version>
338338
<jackson-databind-version>2.17.1</jackson-databind-version>
339339
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)