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
The following commit(s) were added to refs/heads/1.x by this push:
new 9fe45324 QPIDJMS-610: update to Netty 4.1.122 (and netty-tcnative test
dep to 2.0.72)
9fe45324 is described below
commit 9fe4532452596e5d98ce33f4fa1674c3f07623e8
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Jul 11 12:55:32 2025 +0100
QPIDJMS-610: update to Netty 4.1.122 (and netty-tcnative test dep to 2.0.72)
(cherry picked from commit 856f7cd0876ee9fc5022bebbb6342c778991166a)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a68eae60..43eaa974 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.118.Final</netty-version>
+ <netty-version>4.1.122.Final</netty-version>
<slf4j-version>2.0.16</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.70.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.72.Final</netty-tcnative-version>
<junit.jupiter.version>5.11.4</junit.jupiter.version>
<mockito-version>5.15.2</mockito-version>
<hamcrest-version>3.0</hamcrest-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]