Skip to content

Commit

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

Another day another netty release. Let's update

Modifications:

Update to netty 4.1.65.Final

Result:

Use latest release
  • Loading branch information
normanmaurer authored May 19, 2021
1 parent f77fa48 commit 6b7c927
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 @@ -70,7 +70,7 @@
<nativeSourceDirectory>${project.basedir}/src/main/c</nativeSourceDirectory>
<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
<skipTests>false</skipTests>
<netty.version>4.1.64.Final</netty.version>
<netty.version>4.1.65.Final</netty.version>
<netty.build.version>29</netty.build.version>
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
<jniLibName>netty_quiche_${os.detected.name}_${os.detected.arch}</jniLibName>
Expand Down

0 comments on commit 6b7c927

Please sign in to comment.