Skip to content

Commit 8d2d39a

Browse files
authored
Update to netty 4.1.67.Final (#319)
Motivation: We should use the latest netty release Modifications: Update to 4.1.67.Final Result: Use latest netty release
1 parent 6113c9f commit 8d2d39a

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
@@ -71,7 +71,7 @@
7171
<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
7272
<skipTests>false</skipTests>
7373
<packaging.type>jar</packaging.type>
74-
<netty.version>4.1.66.Final</netty.version>
74+
<netty.version>4.1.67.Final</netty.version>
7575
<netty.build.version>29</netty.build.version>
7676
<junit.version>5.7.0</junit.version>
7777
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>

0 commit comments

Comments
 (0)