Skip to content

Commit

Permalink
Bump netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Aug 2, 2024
1 parent 067fab9 commit 34c58eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<version.jakarta.annotation-api>2.0.0</version.jakarta.annotation-api>
<version.jakarta.activation-api>2.0.1</version.jakarta.activation-api>
<version.jax-rs-v2>2.1.1</version.jax-rs-v2>
<version.netty-handler>4.1.108.Final</version.netty-handler>
<version.netty-handler>4.1.112.Final</version.netty-handler>
<version.netty-tcnative>2.0.65.Final</version.netty-tcnative>
<version.cats-core>2.10.0</version.cats-core>
<version.cats-effect>3.5.4</version.cats-effect>
Expand Down Expand Up @@ -394,6 +394,11 @@
<artifactId>netty-transport-native-epoll</artifactId>
<version>${version.netty-handler}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-epoll</artifactId>
<version>${version.netty-handler}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
Expand Down

0 comments on commit 34c58eb

Please sign in to comment.