Browse Source

Upgrade to Vert.x 4.3.5 (#7859)

Julien Viet 2 years ago
parent
commit
bc5b35d13f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/vertx/pom.xml

+ 1 - 1
frameworks/Java/vertx/pom.xml

@@ -11,7 +11,7 @@
 		<!-- the main class -->
 		<main.class>vertx.App</main.class>
 		<stack.version>4.3.5</stack.version>
-		<jackson.version>2.12.7.1</jackson.version>
+		<jackson.version>2.14.0</jackson.version>
 		<netty.version>4.1.85.Final</netty.version>
 	</properties>