Skip to content

Commit ddf8deb

Browse files
committed
fix: samples/openapi3/server/petstore/springboot-3/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7945490 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230373 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230368
1 parent bdad11d commit ddf8deb

File tree

1 file changed

+1
-1
lines changed
  • samples/openapi3/server/petstore/springboot-3

1 file changed

+1
-1
lines changed

samples/openapi3/server/petstore/springboot-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.6.0</springdoc.version>
13+
<springdoc.version>2.7.0</springdoc.version>
1414
<swagger-ui.version>5.17.14</swagger-ui.version>
1515
</properties>
1616
<parent>

0 commit comments

Comments
 (0)