Skip to content

Commit

Permalink
Update to latest netty version (java-native-access#638)
Browse files Browse the repository at this point in the history
Motivation:

A new netty release was done

Modifications:

Upgrade to netty 4.1.104.Final

Result:

Use latest netty version
  • Loading branch information
normanmaurer authored Dec 15, 2023
1 parent 312d343 commit e31e3be
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 @@ -74,7 +74,7 @@
<javaModuleName />
<skipTests>false</skipTests>
<packaging.type>jar</packaging.type>
<netty.version>4.1.103.Final</netty.version>
<netty.version>4.1.104.Final</netty.version>
<netty.build.version>31</netty.build.version>
<netty.jni-util.version>0.0.9.Final</netty.jni-util.version>
<junit.version>5.9.0</junit.version>
Expand Down

0 comments on commit e31e3be

Please sign in to comment.