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/04/21 22:08:48 UTC

[qpid-protonj2] branch main updated (f4176c46 -> f241bae6)

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 f4176c46 PROTON-2713 Ensure connection drops before checking post condition
     new 6ce7c952 PROTON-2717 Update Netty io_uring to latest 0.0.20.Final
     new f241bae6 PROTON-2718 Update Mockito to latest 5.3.1 release

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 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-2718 Update Mockito to latest 5.3.1 release

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 f241bae66eeb921f57db1f4eef04bdf5d048a750
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri Apr 21 18:04:15 2023 -0400

    PROTON-2718 Update Mockito to latest 5.3.1 release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2c7d98f..7a9fb527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <!-- Test dependency versions -->
     <junit.jupiter.version>5.9.2</junit.jupiter.version>
     <junit.vintage.version>5.9.2</junit.vintage.version>
-    <mockito.version>5.2.0</mockito.version>
+    <mockito.version>5.3.1</mockito.version>
     <proton.version>0.34.1</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


[qpid-protonj2] 01/02: PROTON-2717 Update Netty io_uring to latest 0.0.20.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 6ce7c952ed0e51994e0c669577569d4ff0f7b287
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri Apr 21 18:00:21 2023 -0400

    PROTON-2717 Update Netty io_uring to latest 0.0.20.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2eebd374..c2c7d98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
     <netty.version>4.1.91.Final</netty.version>
-    <netty.iouring.version>0.0.19.Final</netty.iouring.version>
+    <netty.iouring.version>0.0.20.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
     <netty.tcnative.version>2.0.59.Final</netty.tcnative.version>
 


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