Skip to content

Commit bd4eda6

Browse files
committed
fix: samples/client/echo_api/java/resttemplate/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 bd4eda6

File tree

1 file changed

+1
-1
lines changed
  • samples/client/echo_api/java/resttemplate

1 file changed

+1
-1
lines changed

samples/client/echo_api/java/resttemplate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<jackson-version>2.17.1</jackson-version>
284284
<jackson-databind-version>2.17.1</jackson-databind-version>
285285
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
286-
<spring-web-version>5.3.33</spring-web-version>
286+
<spring-web-version>6.1.14</spring-web-version>
287287
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
288288
<beanvalidation-version>2.0.2</beanvalidation-version>
289289
<junit-version>5.10.2</junit-version>

0 commit comments

Comments
 (0)