Skip to content

Commit 04dd0d1

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-15701755
1 parent ddb15d4 commit 04dd0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/client/echo_api/java/restclient

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.21</spring-web-version>
277+
<spring-web-version>6.2.17</spring-web-version>
278278
<jackson-version>2.19.2</jackson-version>
279279
<jackson-databind-version>2.19.2</jackson-databind-version>
280280
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)