Skip to content

Commit 8980e6c

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-ORGSPRINGFRAMEWORK-12008931
1 parent 12fa2c0 commit 8980e6c

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>6.4.9</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)