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

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

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