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 b76dbd52 PROTON-2632 Update JUnit and Mockito to latest releases
b76dbd52 is described below

commit b76dbd5284d683e50cd5b9a618b9b79d2cb7ed0b
Author: Timothy Bish <[email protected]>
AuthorDate: Wed Oct 26 10:27:46 2022 -0400

    PROTON-2632 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 f5fa607b..0565deb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
 
     <!-- Test dependency versions -->
-    <junit.jupiter.version>5.9.0</junit.jupiter.version>
-    <junit.vintage.version>5.9.0</junit.vintage.version>
-    <mockito.version>4.8.0</mockito.version>
+    <junit.jupiter.version>5.9.1</junit.jupiter.version>
+    <junit.vintage.version>5.9.1</junit.vintage.version>
+    <mockito.version>4.8.1</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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to