From 0c906174ff6af7c2767336576468d45fd85370e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:14:59 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f9f340a..81d8b04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.27.7") testImplementation("com.squareup.okhttp3:mockwebserver:5.3.0") testImplementation("com.google.jimfs:jimfs:1.3.1") - testImplementation("org.mockito:mockito-core:5.20.0") + testImplementation("org.mockito:mockito-core:5.21.0") } tasks.test {