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 2024/01/25 19:20:58 UTC

(camel) branch main updated: Bump mockito-version from 5.9.0 to 5.10.0 (#12906)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 551948f57fc Bump mockito-version from 5.9.0 to 5.10.0 (#12906)
551948f57fc is described below

commit 551948f57fc6c172568a31392ce419de3689e674
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 25 20:20:51 2024 +0100

    Bump mockito-version from 5.9.0 to 5.10.0 (#12906)
    
    Bumps `mockito-version` from 5.9.0 to 5.10.0.
    
    Updates `org.mockito:mockito-junit-jupiter` from 5.9.0 to 5.10.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.9.0...v5.10.0)
    
    Updates `org.mockito:mockito-core` from 5.9.0 to 5.10.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.9.0...v5.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6431ae6d61b..b795f0c8451 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -344,7 +344,7 @@
         <minio-version>8.5.7</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>6.10.0</mockwebserver-version>
-        <mockito-version>5.9.0</mockito-version>
+        <mockito-version>5.10.0</mockito-version>
         <mongo-java-driver-version>4.11.1</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msal4j-version>1.14.2</msal4j-version>