We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f9bfd commit 7a7e304Copy full SHA for 7a7e304
frameworks/Java/vertx/pom.xml
@@ -10,8 +10,8 @@
10
<maven.compiler.target>17</maven.compiler.target>
11
<!-- the main class -->
12
<main.class>vertx.App</main.class>
13
- <vertx.version>5.0.0.CR8</vertx.version>
14
- <netty.version>4.2.1.Final</netty.version>
+ <vertx.version>5.0.4</vertx.version>
+ <netty.version>4.2.5.Final</netty.version>
15
<jackson.version>2.16.1</jackson.version>
16
</properties>
17
0 commit comments