Skip to content

Commit 24092f3

Browse files
committed
fix: samples/server/petstore/springboot-spring-pageable-delegatePattern/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415
1 parent 12fa2c0 commit 24092f3

File tree

1 file changed

+1
-1
lines changed
  • samples/server/petstore/springboot-spring-pageable-delegatePattern

1 file changed

+1
-1
lines changed

samples/server/petstore/springboot-spring-pageable-delegatePattern/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-
<springfox.version>2.9.2</springfox.version>
13+
<springfox.version>2.10.0</springfox.version>
1414
<swagger-ui.version>5.3.1</swagger-ui.version>
1515
</properties>
1616
<parent>

0 commit comments

Comments
 (0)