Skip to content

Commit aa62108

Browse files
committed
fix: samples/client/petstore/java/jersey3/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-14049172
1 parent ddb15d4 commit aa62108

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/jersey3

1 file changed

+1
-1
lines changed

samples/client/petstore/java/jersey3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
</dependencies>
353353
<properties>
354354
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
355-
<jersey-version>3.1.1</jersey-version>
355+
<jersey-version>3.1.10</jersey-version>
356356
<jackson-version>2.19.2</jackson-version>
357357
<jackson-databind-version>2.19.2</jackson-databind-version>
358358
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)