Skip to content

Commit 2b77b0a

Browse files
committed
fix: samples/server/petstore/springboot-spring-pageable-without-j8/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931
1 parent 12fa2c0 commit 2b77b0a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/server/petstore/springboot-spring-pageable-without-j8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.openapitools</groupId>
7373
<artifactId>jackson-databind-nullable</artifactId>
74-
<version>0.2.6</version>
74+
<version>0.2.7</version>
7575
</dependency>
7676
<!-- Bean Validation API support -->
7777
<dependency>

0 commit comments

Comments
 (0)