Skip to content

Commit f89e995

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.springframework.security</groupId>
6666
<artifactId>spring-security-oauth2-client</artifactId>
67-
<version>6.1.1</version>
67+
<version>7.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)