Skip to content

Commit 77ce4d7

Browse files
committed
fix: samples/client/petstore/spring-cloud-feign-without-url/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 12fa2c0 commit 77ce4d7

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/spring-cloud-feign-without-url

1 file changed

+1
-1
lines changed

samples/client/petstore/spring-cloud-feign-without-url/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.springframework.security</groupId>
5757
<artifactId>spring-security-oauth2-client</artifactId>
58-
<version>5.7.8</version>
58+
<version>6.4.11</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)