Skip to content

Commit

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

A new netty version was released, we can remove our SNAPSHOT dependency.

Modifications:

Update to 4.1.59.Final

Result:

Don't depend on a snapshot version
  • Loading branch information
normanmaurer authored Feb 8, 2021
1 parent ed893ba commit 5dd32ce
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.59.Final-SNAPSHOT</netty.version>
<netty.version>4.1.59.Final</netty.version>
<netty.build.version>28</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 5dd32ce

Please sign in to comment.