This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit dcc9a01ebe7850ab221da3c943cb1afd873ee4b3 Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Sep 20 16:47:37 2024 +0100 QPIDJMS-597: update to Netty 4.1.113 (and netty-tcnative test dep to 2.0.66) (cherry picked from commit 719edcf98699ec46581aef76cb76fd955b14046a) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf3570c9..1f02df82 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <properties> <!-- Dependency Versions for this Project --> <proton-version>0.34.1</proton-version> - <netty-version>4.1.108.Final</netty-version> + <netty-version>4.1.113.Final</netty-version> <slf4j-version>1.7.36</slf4j-version> <jakarta.jms-api-version>2.0.3</jakarta.jms-api-version> @@ -45,7 +45,7 @@ <opentracing-version>0.33.0</opentracing-version> <!-- Test Dependency Versions for this Project --> - <netty-tcnative-version>2.0.65.Final</netty-tcnative-version> + <netty-tcnative-version>2.0.66.Final</netty-tcnative-version> <activemq-version>5.18.5</activemq-version> <junit.jupiter.version>5.10.2</junit.jupiter.version> <jetty-version>9.4.56.v20240826</jetty-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
