This is an automated email from the ASF dual-hosted git repository. orpiske 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 8f2e519fe37 chore(deps): Bump mockito-version from 5.16.0 to 5.16.1 8f2e519fe37 is described below commit 8f2e519fe372db449d259df6b02728b4f88db584 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 17 07:39:15 2025 +0000 chore(deps): Bump mockito-version from 5.16.0 to 5.16.1 Bumps `mockito-version` from 5.16.0 to 5.16.1. Updates `org.mockito:mockito-junit-jupiter` from 5.16.0 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1) Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ab75395a83d..808b8a4d16d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -373,7 +373,7 @@ <minimal-json-version>0.9.5</minimal-json-version> <minio-version>8.5.17</minio-version> <mock-javamail-version>1.9</mock-javamail-version> - <mockito-version>5.16.0</mockito-version> + <mockito-version>5.16.1</mockito-version> <mojo-executor-version>2.4.1</mojo-executor-version> <mongo-java-driver-version>5.3.1</mongo-java-driver-version> <mongo-hadoop-version>1.5.0</mongo-hadoop-version>