Skip to content

Commit 154ff27

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
</dependencies>
346346
<properties>
347347
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
348-
<jersey-version>2.37</jersey-version>
348+
<jersey-version>2.46</jersey-version>
349349
<jackson-version>2.19.2</jackson-version>
350350
<jackson-databind-version>2.19.2</jackson-databind-version>
351351
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)