Skip to content

Commit 7a7e304

Browse files
committed
Upgrade to vertx 5.0.4
1 parent 83f9bfd commit 7a7e304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Java/vertx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<maven.compiler.target>17</maven.compiler.target>
1111
<!-- the main class -->
1212
<main.class>vertx.App</main.class>
13-
<vertx.version>5.0.0.CR8</vertx.version>
14-
<netty.version>4.2.1.Final</netty.version>
13+
<vertx.version>5.0.4</vertx.version>
14+
<netty.version>4.2.5.Final</netty.version>
1515
<jackson.version>2.16.1</jackson.version>
1616
</properties>
1717

0 commit comments

Comments
 (0)