Skip to content

Commit 8177557

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-10176071
1 parent bdad11d commit 8177557

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
@@ -280,7 +280,7 @@
280280
</dependencies>
281281
<properties>
282282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
283-
<spring-web-version>6.1.6</spring-web-version>
283+
<spring-web-version>6.1.20</spring-web-version>
284284
<jackson-version>2.17.1</jackson-version>
285285
<jackson-databind-version>2.17.1</jackson-databind-version>
286286
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)