This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push: new 4e988aea QPIDJMS-570 Update to Netty 4.1.82 (and netty-tcnative 2.0.54 test dep) 4e988aea is described below commit 4e988aeaeeefcf10a2f84b00032caa5340d38226 Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Wed Sep 14 11:39:45 2022 -0400 QPIDJMS-570 Update to Netty 4.1.82 (and netty-tcnative 2.0.54 test dep) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bdace1ae..f3d19c1a 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <properties> <!-- Dependency Versions for this Project --> <proton-version>0.34.0</proton-version> - <netty-version>4.1.78.Final</netty-version> + <netty-version>4.1.82.Final</netty-version> <slf4j-version>1.7.36</slf4j-version> <jakarta.jms-api-version>3.1.0</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.53.Final</netty-tcnative-version> + <netty-tcnative-version>2.0.54.Final</netty-tcnative-version> <activemq-version>5.17.2</activemq-version> <junit-version>4.13.2</junit-version> <jetty-version>9.4.48.v20220622</jetty-version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org