Skip to content

Commit 0510c85

Browse files
Forcing netty upgrade
1 parent 7881ad8 commit 0510c85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<vertx.version>4.5.11</vertx.version>
13+
<vertx.version>4.5.3</vertx.version>
1414
<vertx-maven-plugin.version>1.0.22</vertx-maven-plugin.version>
1515
<vertx.verticle>com.uid2.admin.vertx.AdminVerticle</vertx.verticle>
1616
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
@@ -74,6 +74,11 @@
7474
<artifactId>vertx-web-templ-pebble</artifactId>
7575
<version>${vertx.version}</version>
7676
</dependency>
77+
<dependency>
78+
<groupId>io.netty</groupId>
79+
<artifactId>netty-common</artifactId>
80+
<version>4.1.115.Final</version>
81+
</dependency>
7782
<dependency>
7883
<groupId>io.micrometer</groupId>
7984
<artifactId>micrometer-registry-jmx</artifactId>

0 commit comments

Comments
 (0)