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 2021/12/13 15:43:13 UTC

[qpid-protonj2] branch main updated (5528429 -> d667edb)

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 5528429  PROTON-2463 Update Netty dependencies to latest release
     new b67eadf  PROTON-2475 Update JUnit and Mockito to latest releases
     new d667edb  PROTON-2475 Update log4j dependency for tests and examples

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-2475 Update log4j dependency for tests and examples

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 d667edbeec18ffeb8ab2c53b6584d83fa2b278d5
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Dec 13 10:43:00 2021 -0500

    PROTON-2475 Update log4j dependency for tests and examples
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd4d854..0b5d9ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <mockito.version>4.1.0</mockito.version>
     <proton.version>0.33.10</proton.version>
     <slf4j.version>1.7.32</slf4j.version>
-    <log4j.slf4j.version>2.14.1</log4j.slf4j.version>
+    <log4j.slf4j.version>2.15.0</log4j.slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
     <netty.version>4.1.70.Final</netty.version>
     <netty.iouring.version>0.0.10.Final</netty.iouring.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-2475 Update JUnit and Mockito 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 b67eadf3a321058648c9d4303fdec84e25db5b01
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Thu Dec 9 15:59:48 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 00b6fce..dd4d854 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
     <maven.compiler.target>11</maven.compiler.target>
 
     <!-- Test dependency versions -->
-    <junit.jupiter.version>5.8.1</junit.jupiter.version>
-    <junit.vintage.version>5.8.1</junit.vintage.version>
-    <mockito.version>4.0.0</mockito.version>
+    <junit.jupiter.version>5.8.2</junit.jupiter.version>
+    <junit.vintage.version>5.8.2</junit.vintage.version>
+    <mockito.version>4.1.0</mockito.version>
     <proton.version>0.33.10</proton.version>
     <slf4j.version>1.7.32</slf4j.version>
     <log4j.slf4j.version>2.14.1</log4j.slf4j.version>

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