From 8c8a539d652403e1963cb1eeb8c18339ec58b0c2 Mon Sep 17 00:00:00 2001 From: Norman Maurer <norman_maurer@apple.com> Date: Fri, 19 Jul 2024 15:03:49 -1000 Subject: [PATCH] Upgrade to netty 4.1.112.Final Motivation: A new netty release was done... Modifications: Update to latest release Result: Use latest netty version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edad0a47..a7676901 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ <checkstyle.version>8.38</checkstyle.version> <junit.version>5.9.0</junit.version> - <netty.version>4.1.111.Final</netty.version> + <netty.version>4.1.112.Final</netty.version> <netty-tcnative-boringssl-static.version>2.0.65.Final</netty-tcnative-boringssl-static.version> <bouncycastle.version>1.68</bouncycastle.version> <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>