From b16ed682b6a7e3d824619b33ec95efbb1bf45235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:42:52 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chartLib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chartLib/build.gradle.kts b/chartLib/build.gradle.kts index 2146ebe34..dd1820f7f 100644 --- a/chartLib/build.gradle.kts +++ b/chartLib/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.12.4") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") testImplementation("junit:junit:4.13.2") - testImplementation("org.mockito:mockito-core:5.21.0") + testImplementation("org.mockito:mockito-core:5.22.0") testImplementation("org.mockito:mockito-inline:5.2.0") }