From e51d28e7a1b3f8f71958055e0b008fd76debde36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:51:53 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78cb15d..19d3e1e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext { junitPlatformVersion = '1.4.1' junitVersion = '5.11.2' logbackVersion = '1.5.8' - mockitoVersion = '5.13.0' + mockitoVersion = '5.14.1' /* OSGi */ camelVersionRange = "[3.0,4)"