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:51 UTC

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

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