From 4c46ccc50dc9b3fa17945580145dcf6f1e449f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:00:54 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e3ea579..f3d710b 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.github.mizosoft.methanol:methanol:1.7.0' implementation 'io.github.hakky54:sslcontext-kickstart:9.2.1' testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.20.0" + testImplementation "org.mockito:mockito-core:5.21.0" testImplementation "com.squareup.okhttp3:okhttp-tls:${okhttpVersion}" testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}" testImplementation "com.enonic.xp:testing:${xpVersion}"