Skip to content

Commit 6b7c927

Browse files
authored
Update to netty 4.1.65.Final (java-native-access#287)
Motivation: Another day another netty release. Let's update Modifications: Update to netty 4.1.65.Final Result: Use latest release
1 parent f77fa48 commit 6b7c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<nativeSourceDirectory>${project.basedir}/src/main/c</nativeSourceDirectory>
7171
<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
7272
<skipTests>false</skipTests>
73-
<netty.version>4.1.64.Final</netty.version>
73+
<netty.version>4.1.65.Final</netty.version>
7474
<netty.build.version>29</netty.build.version>
7575
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
7676
<jniLibName>netty_quiche_${os.detected.name}_${os.detected.arch}</jniLibName>

0 commit comments

Comments
 (0)