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 c0c087b6 QPIDJMS-594: update to Netty 4.1.100 (and netty-tcnative test
dep to 2.0.62)
c0c087b6 is described below
commit c0c087b65470bf8d8b7e74437de6cdf7fcd62d41
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Oct 25 12:44:46 2023 +0100
QPIDJMS-594: update to Netty 4.1.100 (and netty-tcnative test dep to 2.0.62)
(cherry picked from commit cdbabd4bdf89952b79e24909efda54e341d91cbb)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 46a9dfcd..1fddabed 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.94.Final</netty-version>
+ <netty-version>4.1.100.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.61.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
<activemq-version>5.18.1</activemq-version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<jetty-version>9.4.51.v20230217</jetty-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]