Skip to content

Commit 09ff0f3

Browse files
committed
fix: samples/client/petstore/spring-cloud-date-time/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 09ff0f3

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/spring-cloud-date-time

1 file changed

+1
-1
lines changed

samples/client/petstore/spring-cloud-date-time/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.springframework.security</groupId>
7070
<artifactId>spring-security-oauth2-client</artifactId>
71-
<version>5.7.8</version>
71+
<version>6.4.9</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)