Skip to content

Commit d8c2e6d

Browse files
committed
fix: samples/openapi3/client/petstore/spring-cloud/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754 - https://snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-10363252
1 parent 12fa2c0 commit d8c2e6d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/openapi3/client/petstore/spring-cloud/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>1.6.14</springdoc.version>
13+
<springdoc.version>1.8.0</springdoc.version>
1414
</properties>
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)