From aff99193110e0e734ab1a392930c5038be30d06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:48:32 +0000 Subject: [PATCH] Bump org.mockito:mockito-bom from 5.14.1 to 5.14.2 (#9565) Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd91169971..8062ba1aa8 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ ext { mailVersion = '2.0.3' micrometerTracingVersion = '1.4.0-SNAPSHOT' micrometerVersion = '1.14.0-SNAPSHOT' - mockitoVersion = '5.14.1' + mockitoVersion = '5.14.2' mongoDriverVersion = '5.2.0' mysqlVersion = '9.0.0' oracleVersion = '23.5.0.24.07'