File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments