Skip to content

Commit f3e9fdb

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/openapi3/client/petstore/spring-cloud-oas3-fakeapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.security</groupId>
5656
<artifactId>spring-security-oauth2-client</artifactId>
57-
<version>5.7.8</version>
57+
<version>6.3.8</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)