Skip to content

Commit

Permalink
update netty version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 22, 2023
1 parent 9315419 commit b167db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
<version>4.1.86.Final</version><!-- FIXME this should be tied to the vertx version -->
<version>4.1.94.Final</version><!-- FIXME this should be tied to the vertx version -->
<!-- https://repo1.maven.org/maven2/io/vertx/vertx-dependencies/${io.vertx.web.version}/vertx-dependencies-${io.vertx.web.version}.pom -->
<!-- https://groups.google.com/g/vertx/c/uzzcgw-YuOg -->
</dependency>
Expand Down

0 comments on commit b167db9

Please sign in to comment.