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 5e0384398b8f105e8c62dea4f7ef1405753fb25a Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Jan 19 13:06:53 2026 +0000 QPIDJMS-619: update to Netty 4.1.130 (and netty-tcnative test dep to 2.0.74) (cherry picked from commit b236f6836a4b6180501578419a086f895175dfad) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 98150a8e..f043089b 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.127.Final</netty-version> + <netty-version>4.1.130.Final</netty-version> <slf4j-version>2.0.17</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.73.Final</netty-tcnative-version> + <netty-tcnative-version>2.0.74.Final</netty-tcnative-version> <junit.jupiter.version>6.0.2</junit.jupiter.version> <mockito-version>5.21.0</mockito-version> <hamcrest-version>3.0</hamcrest-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
