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


The following commit(s) were added to refs/heads/main by this push:
     new 8006b699 PROTON-2778 Update test dependencies to latest
8006b699 is described below

commit 8006b6998cf654356e163780b28b9ff8aa2ac9ec
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Fri Dec 1 12:54:16 2023 -0500

    PROTON-2778 Update test dependencies to latest
    
    Update Mockito and JUnit to latest
    Mockito 5.7.0
    JUnit 5.10.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c435c07..fdc4da8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
 
     <!-- Test dependency versions -->
-    <junit.jupiter.version>5.10.0</junit.jupiter.version>
-    <junit.vintage.version>5.10.0</junit.vintage.version>
-    <mockito.version>5.6.0</mockito.version>
+    <junit.jupiter.version>5.10.1</junit.jupiter.version>
+    <junit.vintage.version>5.10.1</junit.vintage.version>
+    <mockito.version>5.7.0</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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to