Skip to content

Commit c66f541

Browse files
committed
fix: samples/openapi3/client/petstore/spring-cloud-3-with-optional/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 c66f541

File tree

1 file changed

+1
-1
lines changed
  • samples/openapi3/client/petstore/spring-cloud-3-with-optional

1 file changed

+1
-1
lines changed

samples/openapi3/client/petstore/spring-cloud-3-with-optional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-oauth2-client</artifactId>
60-
<version>6.1.1</version>
60+
<version>7.0.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)