Skip to content

Commit 341da77

Browse files
authored
Update netty-jni-util from 0.0.5.Final to 0.0.6.Final (java-native-access#397)
Motivation: We did not correctly escape chars when shading is used. Modifications: - Update jni-utils to fix bug Result: Fixes escaping Related: - netty/netty-jni-util#13 - netty/netty#12358
1 parent 5b7d4cd commit 341da77

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
@@ -360,7 +360,7 @@
360360
<dependency>
361361
<groupId>io.netty</groupId>
362362
<artifactId>netty-jni-util</artifactId>
363-
<version>0.0.5.Final</version>
363+
<version>0.0.6.Final</version>
364364
<classifier>sources</classifier>
365365
<optional>true</optional>
366366
</dependency>

0 commit comments

Comments
 (0)