Skip to content

Commit 70adb2a

Browse files
committed
fix: samples/client/petstore/java/vertx/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IOVERTX-14988768
1 parent ddb15d4 commit 70adb2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/client/petstore/java/vertx

samples/client/petstore/java/vertx/pom.xml

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

270270
<properties>
271271
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
272-
<vertx-version>3.5.2</vertx-version>
272+
<vertx-version>4.5.24</vertx-version>
273273
<jackson-version>2.19.2</jackson-version>
274274
<jackson-databind>2.19.2</jackson-databind>
275275
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)