Skip to content

Commit c686930

Browse files
committed
fix: samples/client/petstore/java/jersey3-oneOf/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 c686930

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
</dependencies>
330330
<properties>
331331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
332-
<jersey-version>3.1.1</jersey-version>
332+
<jersey-version>3.1.10</jersey-version>
333333
<jackson-version>2.19.2</jackson-version>
334334
<jackson-databind-version>2.19.2</jackson-databind-version>
335335
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)