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/03/06 16:03:44 UTC

[qpid-protonj2] branch main updated (53ff3a64 -> 11037140)

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 53ff3a64 PROTON-2686 Fix grammar and add more details to decoding API
     new d896cee5 PROTON-2670 Update tcnative and io_uring to latest releases
     new 11037140 PROTON-2671 Update proton-j test dependency to 0.34.1

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-protonj2] 02/02: PROTON-2671 Update proton-j test dependency to 0.34.1

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 110371401c360c60ebc114c37eef1e1806ee225d
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Mar 6 11:03:17 2023 -0500

    PROTON-2671 Update proton-j test dependency to 0.34.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4836fac1..53602338 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <junit.jupiter.version>5.9.2</junit.jupiter.version>
     <junit.vintage.version>5.9.2</junit.vintage.version>
     <mockito.version>5.1.1</mockito.version>
-    <proton.version>0.34.0</proton.version>
+    <proton.version>0.34.1</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
     <netty.version>4.1.89.Final</netty.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-2670 Update tcnative and io_uring to latest releases

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 d896cee5f59b7d218ed40ecbd3b8de03477ca649
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Mar 6 11:00:35 2023 -0500

    PROTON-2670 Update tcnative and io_uring to latest releases
    
    Update to tcnative 2.0.59.Final and io_uring 0.0.19.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cd6a685..4836fac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,9 +47,9 @@
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
     <netty.version>4.1.89.Final</netty.version>
-    <netty.iouring.version>0.0.17.Final</netty.iouring.version>
+    <netty.iouring.version>0.0.19.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
-    <netty.tcnative.version>2.0.58.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.59.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