You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/14 08:17:16 UTC

[camel] branch mockito560 created (now fc92b30e774)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch mockito560
in repository https://gitbox.apache.org/repos/asf/camel.git


      at fc92b30e774 Upgrade to Mockito 5.6.0

This branch includes the following new commits:

     new fc92b30e774 Upgrade to Mockito 5.6.0

The 1 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.



[camel] 01/01: Upgrade to Mockito 5.6.0

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch mockito560
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fc92b30e774a070c0118ccbe55b6898c5a7ab961
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 14 10:17:00 2023 +0200

    Upgrade to Mockito 5.6.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7d02312176c..11e21e3a1c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -341,7 +341,7 @@
         <minio-version>8.5.6</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.2.2</mockwebserver-version>
-        <mockito-version>5.2.0</mockito-version>
+        <mockito-version>5.6.0</mockito-version>
         <mongo-java-driver-version>4.10.2</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msal4j-version>1.13.9</msal4j-version>