From c999bb9dae9f000a59f25f04ac7b1c454e3452f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:04:46 -0400 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.1 (#545) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17a24ace..7e43670c 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.13.0' + implementation 'org.mockito:mockito-core:5.14.1' implementation 'org.mockito:mockito-junit-jupiter:5.13.0' implementation 'com.github.stefanbirkner:system-lambda:1.2.1' implementation 'ch.qos.logback:logback-classic:1.5.8'