Skip to content

Commit

Permalink
Upgrade to Netty 4.1.112.Final (#149)
Browse files Browse the repository at this point in the history
Motivation:
Netty 4.1.112.Final is available and we should use it.

Modification:
Updated to Netty 4.1.112.Final

Result:
Up-to-date Netty version
  • Loading branch information
hyperxpro authored Aug 17, 2024
1 parent 5e19368 commit 81787ad
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 @@ -96,7 +96,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 81787ad

Please sign in to comment.