Skip to content

Commit 9af2956

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-8230364 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230366 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230365
1 parent bdad11d commit 9af2956

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<jackson-version>2.17.1</jackson-version>
296296
<jackson-databind-version>2.17.1</jackson-databind-version>
297297
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
298-
<spring-web-version>5.3.33</spring-web-version>
298+
<spring-web-version>6.1.14</spring-web-version>
299299
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
300300
<beanvalidation-version>2.0.2</beanvalidation-version>
301301
<junit-version>5.10.2</junit-version>

0 commit comments

Comments
 (0)