Skip to content

Commit

Permalink
Update netty-jni-util from 0.0.5.Final to 0.0.6.Final
Browse files Browse the repository at this point in the history
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
  • Loading branch information
normanmaurer committed May 5, 2022
1 parent 5b7d4cd commit 751a6d3
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 @@ -360,7 +360,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-jni-util</artifactId>
<version>0.0.5.Final</version>
<version>0.0.6.Final</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 751a6d3

Please sign in to comment.