From 8fc911e6fc2a27c35ed450dbe50bdd6b6389bcbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:31:47 +0000 Subject: [PATCH] fix(deps): bump org.mockito:mockito-core from 5.19.0 to 5.20.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9f30ff3..956814b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,10 +77,10 @@ allprojects { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // Mockito - testImplementation("org.mockito", "mockito-core", "5.19.0") // https://mvnrepository.com/artifact/org.mockito/mockito-core + testImplementation("org.mockito", "mockito-core", "5.20.0") // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation("org.mockito", "mockito-inline", "+") // https://mvnrepository.com/artifact/org.mockito/mockito-core - mockitoAgent("org.mockito:mockito-core:5.19.0") { + mockitoAgent("org.mockito:mockito-core:5.20.0") { isTransitive = false } }