Skip to content

Commit 67bd783

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 12fa2c0 commit 67bd783

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

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

0 commit comments

Comments
 (0)