Skip to content

Commit 7be6b0b

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

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
@@ -10,7 +10,7 @@
1010
<maven.compiler.source>${java.version}</maven.compiler.source>
1111
<maven.compiler.target>${java.version}</maven.compiler.target>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<springdoc.version>2.2.0</springdoc.version>
13+
<springdoc.version>2.8.11</springdoc.version>
1414
</properties>
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)