From 29828960f5a3ed7593743fee7b42074849f78066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:51:06 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-core](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-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b76194f..0c389a0f 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ testing { } dependencies { implementation 'org.assertj:assertj-core:3.26.3' - implementation 'org.mockito:mockito-core:5.14.1' + implementation 'org.mockito:mockito-core:5.14.2' implementation 'org.mockito:mockito-junit-jupiter:5.14.2' implementation 'com.github.stefanbirkner:system-lambda:1.2.1' implementation 'ch.qos.logback:logback-classic:1.5.11'