Skip to content

Commit

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

A new netty version was released. Let's update

Modifications:

Update to netty 4.1.61.Final

Result:

Use latest netty version
  • Loading branch information
normanmaurer authored Mar 30, 2021
1 parent fdb4037 commit 9ea17fe
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.60.Final</netty.version>
<netty.version>4.1.61.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 9ea17fe

Please sign in to comment.