Skip to content

Commit

Permalink
Update to netty 4.1.67.Final (java-native-access#319)
Browse files Browse the repository at this point in the history
Motivation:

We should use the latest netty release

Modifications:

Update to 4.1.67.Final

Result:

Use latest netty release
  • Loading branch information
normanmaurer authored Aug 16, 2021
1 parent 6113c9f commit 8d2d39a
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 @@ -71,7 +71,7 @@
<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
<skipTests>false</skipTests>
<packaging.type>jar</packaging.type>
<netty.version>4.1.66.Final</netty.version>
<netty.version>4.1.67.Final</netty.version>
<netty.build.version>29</netty.build.version>
<junit.version>5.7.0</junit.version>
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
Expand Down

0 comments on commit 8d2d39a

Please sign in to comment.