You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2023/01/10 20:23:50 UTC

[qpid-protonj2] branch main updated (3e8a2ab8 -> 945d0ee6)

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

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


    from 3e8a2ab8 PROTON-2651 Update netty tc-native to 2.0.55.Final
     new b9b71b3c PROTON-2662 Update JUnit and Mockito to latest
     new 945d0ee6 PROTON-2651 Update netty tc-native to 2.0.56.Final

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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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


[qpid-protonj2] 02/02: PROTON-2651 Update netty tc-native to 2.0.56.Final

Posted by ta...@apache.org.
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-protonj2.git

commit 945d0ee6b53e9ec4a7bdf7eadb3be4ce728dc414
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Jan 10 15:23:40 2023 -0500

    PROTON-2651 Update netty tc-native to 2.0.56.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb884b74..e58e018d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <netty.version>4.1.86.Final</netty.version>
     <netty.iouring.version>0.0.16.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
-    <netty.tcnative.version>2.0.55.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.56.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->
     <jacoco.plugin.version>0.8.8</jacoco.plugin.version>


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


[qpid-protonj2] 01/02: PROTON-2662 Update JUnit and Mockito to latest

Posted by ta...@apache.org.
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-protonj2.git

commit b9b71b3c60a48e3f1bbb0b0e8594b22440b04c4f
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Jan 10 15:16:44 2023 -0500

    PROTON-2662 Update JUnit and Mockito to latest
    
    Update JUnit to 5.9.2 and Mockito to 4.11.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa0698f0..cb884b74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
 
     <!-- Test dependency versions -->
-    <junit.jupiter.version>5.9.1</junit.jupiter.version>
-    <junit.vintage.version>5.9.1</junit.vintage.version>
-    <mockito.version>4.10.0</mockito.version>
+    <junit.jupiter.version>5.9.2</junit.jupiter.version>
+    <junit.vintage.version>5.9.2</junit.vintage.version>
+    <mockito.version>4.11.0</mockito.version>
     <proton.version>0.34.0</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>


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