Skip to content

Commit ab2a39c

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-ORGSPRINGFRAMEWORKSECURITY-9486467
1 parent bdad11d commit ab2a39c

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
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.springframework.security</groupId>
6565
<artifactId>spring-security-oauth2-client</artifactId>
66-
<version>6.1.1</version>
66+
<version>6.3.8</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)