We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b7a0 commit dc065a3Copy full SHA for dc065a3
pom.xml
@@ -24,7 +24,8 @@
24
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
25
<launcher.class>io.vertx.core.Launcher</launcher.class>
26
27
- <uid2-shared.version>11.3.3</uid2-shared.version>
+ <uid2-shared.version>11.4.16</uid2-shared.version>
28
+ <netty.version>4.1.132.Final</netty.version>
29
<image.version>${project.version}</image.version>
30
</properties>
31
@@ -49,6 +50,13 @@
49
50
51
<dependencyManagement>
52
<dependencies>
53
+ <dependency>
54
+ <groupId>io.netty</groupId>
55
+ <artifactId>netty-bom</artifactId>
56
+ <version>${netty.version}</version>
57
+ <type>pom</type>
58
+ <scope>import</scope>
59
+ </dependency>
60
<dependency>
61
<groupId>io.vertx</groupId>
62
<artifactId>vertx-stack-depchain</artifactId>
0 commit comments