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 146370b QPIDJMS-541 Update to latest netty release 4.1.65.Final
146370b is described below
commit 146370b7485aa18aaf90d909502092c2a2fc82a6
Author: Timothy Bish <[email protected]>
AuthorDate: Thu May 20 15:45:53 2021 -0400
QPIDJMS-541 Update to latest netty release 4.1.65.Final
Also updates some test dependencies to latest releases.
Mockito to 3.10.0
ActiveMQ to 5.16.2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a84a786..d80529f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<properties>
<!-- Dependency Versions for this Project -->
<proton-version>0.33.8</proton-version>
- <netty-version>4.1.63.Final</netty-version>
+ <netty-version>4.1.65.Final</netty-version>
<slf4j-version>1.7.30</slf4j-version>
<log4j-slf4j-version>2.14.1</log4j-slf4j-version>
<geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
@@ -47,11 +47,11 @@
<!-- Test Dependency Versions for this Project -->
<netty-tcnative-version>2.0.39.Final</netty-tcnative-version>
- <activemq-version>5.15.12</activemq-version>
+ <activemq-version>5.16.2</activemq-version>
<junit-version>4.13.2</junit-version>
<fuse-joram-tests-version>1.0</fuse-joram-tests-version>
<jetty-version>9.4.22.v20191022</jetty-version>
- <mockito-version>3.9.0</mockito-version>
+ <mockito-version>3.10.0</mockito-version>
<hamcrest-version>2.2</hamcrest-version>
<hadoop-minikdc-version>3.3.0</hadoop-minikdc-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]