Skip to content

Commit 3316c64

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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>3.0.17</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)