Skip to content

Commit bd2c155

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

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
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.springframework.security</groupId>
5858
<artifactId>spring-security-oauth2-client</artifactId>
59-
<version>6.1.1</version>
59+
<version>6.3.8</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)