Skip to content

Commit 27f67fd

Browse files
committed
fix: samples/client/echo_api/java/restclient/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 27f67fd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/client/echo_api/java/restclient/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.10</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)