Skip to content

Commit 97276b0

Browse files
committed
fix: samples/client/petstore/java/vertx-no-nullable/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485149 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485150 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-12485151
1 parent 12fa2c0 commit 97276b0

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/vertx-no-nullable

1 file changed

+1
-1
lines changed

samples/client/petstore/java/vertx-no-nullable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264

265265
<properties>
266266
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
267-
<vertx-version>3.5.2</vertx-version>
267+
<vertx-version>4.5.21</vertx-version>
268268
<jackson-version>2.17.1</jackson-version>
269269
<jackson-databind>2.17.1</jackson-databind>
270270
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)