You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/02/10 16:35:49 UTC

[qpid-jms] branch main updated (6b59981 -> 9b62248)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


    from 6b59981  QPIDJMS-561: update to mockito 4.2.0
     new 80b0dea  QPIDJMS-564: update to SLF4J 1.7.36
     new 9b62248  QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 2.0.48)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 02/02: QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 2.0.48)

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 9b62248b099d63baa8fdeddc890e35568221577b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Feb 10 13:33:47 2022 +0000

    QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 2.0.48)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4cff12d..5667a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <!-- Dependency Versions for this Project -->
     <proton-version>0.33.10</proton-version>
-    <netty-version>4.1.73.Final</netty-version>
+    <netty-version>4.1.74.Final</netty-version>
     <slf4j-version>1.7.36</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
 
@@ -45,7 +45,7 @@
     <opentracing-version>0.33.0</opentracing-version>
 
     <!-- Test Dependency Versions for this Project -->
-    <netty-tcnative-version>2.0.46.Final</netty-tcnative-version>
+    <netty-tcnative-version>2.0.48.Final</netty-tcnative-version>
     <activemq-version>5.16.3</activemq-version>
     <junit-version>4.13.2</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 01/02: QPIDJMS-564: update to SLF4J 1.7.36

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 80b0dead95e7567cdeb3bc2d2e50d8a570dd522a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Feb 10 15:39:22 2022 +0000

    QPIDJMS-564: update to SLF4J 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06618ff..4cff12d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <!-- Dependency Versions for this Project -->
     <proton-version>0.33.10</proton-version>
     <netty-version>4.1.73.Final</netty-version>
-    <slf4j-version>1.7.32</slf4j-version>
+    <slf4j-version>1.7.36</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
 
     <!-- 'Provided'/Test Dependency Versions for this Project -->

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org