Skip to content

Commit 9e83ebf

Browse files
committed
fix: samples/client/petstore/spring-cloud-auth/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-9486467
1 parent bdad11d commit 9e83ebf

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/spring-cloud-auth

1 file changed

+1
-1
lines changed

samples/client/petstore/spring-cloud-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.security</groupId>
4949
<artifactId>spring-security-oauth2-client</artifactId>
50-
<version>5.7.8</version>
50+
<version>6.3.8</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)