Skip to content

Commit 71f476b

Browse files
committed
fix: samples/client/petstore/java/restclient-nullable-arrays/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 12fa2c0 commit 71f476b

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/restclient-nullable-arrays

1 file changed

+1
-1
lines changed

samples/client/petstore/java/restclient-nullable-arrays/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
</dependencies>
275275
<properties>
276276
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
277-
<spring-web-version>6.1.6</spring-web-version>
277+
<spring-web-version>6.2.11</spring-web-version>
278278
<jackson-version>2.17.1</jackson-version>
279279
<jackson-databind-version>2.17.1</jackson-databind-version>
280280
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)