Skip to content

Commit fd8ea5c

Browse files
committed
fix: samples/client/petstore/java/resttemplate-withXml/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 fd8ea5c

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/resttemplate-withXml

1 file changed

+1
-1
lines changed

samples/client/petstore/java/resttemplate-withXml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
<jackson-version>2.17.1</jackson-version>
290290
<jackson-databind-version>2.17.1</jackson-databind-version>
291291
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
292-
<spring-web-version>5.3.33</spring-web-version>
292+
<spring-web-version>6.2.11</spring-web-version>
293293
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
294294
<beanvalidation-version>2.0.2</beanvalidation-version>
295295
<junit-version>5.10.2</junit-version>

0 commit comments

Comments
 (0)