Skip to content

Commit 2801867

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-12008931
1 parent 12fa2c0 commit 2801867

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
@@ -277,7 +277,7 @@
277277
<jackson-version>2.17.1</jackson-version>
278278
<jackson-databind-version>2.17.1</jackson-databind-version>
279279
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
280-
<spring-web-version>5.3.33</spring-web-version>
280+
<spring-web-version>6.2.10</spring-web-version>
281281
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
282282
<beanvalidation-version>2.0.2</beanvalidation-version>
283283
<junit-version>5.10.2</junit-version>

0 commit comments

Comments
 (0)