From 341da776ad58c678097e977b8550ba697c2e7c75 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 5 May 2022 09:35:13 +0200 Subject: [PATCH] Update netty-jni-util from 0.0.5.Final to 0.0.6.Final (#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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35d3176a1..c56d4d4eb 100644 --- a/pom.xml +++ b/pom.xml @@ -360,7 +360,7 @@ io.netty netty-jni-util - 0.0.5.Final + 0.0.6.Final sources true