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 cec4151b QPIDJMS-597: update to Netty 4.1.107 (and netty-tcnative test
dep to 2.0.63)
cec4151b is described below
commit cec4151bf61d67b8c5799c9bdc5e1ad1b86acc54
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Mar 7 11:42:55 2024 +0000
QPIDJMS-597: update to Netty 4.1.107 (and netty-tcnative test dep to 2.0.63)
(cherry picked from commit be71d728a1f3322fc271ecf0248720090d007dae)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fc676ce7..4a02fd2b 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.100.Final</netty-version>
+ <netty-version>4.1.107.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.62.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.63.Final</netty-tcnative-version>
<activemq-version>5.18.3</activemq-version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<jetty-version>9.4.53.v20231009</jetty-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]