Skip to content

Commit

Permalink
Upgrade to Netty 4.1.107
Browse files Browse the repository at this point in the history
This resolves several security issues with versions earlier than
4.0.0.
  • Loading branch information
gaul committed Feb 18, 2024
1 parent 2a773c2 commit a01f523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.6.Final</version>
<artifactId>netty-all</artifactId>
<version>4.1.107.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a01f523

Please sign in to comment.