Skip to content

Commit 30944e7

Browse files
committed
fix: samples/client/petstore/spring-cloud-deprecated/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMNIMBUSDS-10691768
1 parent ddb15d4 commit 30944e7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.springframework.security</groupId>
7070
<artifactId>spring-security-oauth2-client</artifactId>
71-
<version>5.7.8</version>
71+
<version>7.0.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)