Skip to content

Commit b16ed68

Browse files
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](mockito/mockito@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] <support@github.com>
1 parent 578a5b5 commit b16ed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("androidx.activity:activity-ktx:1.12.4")
4949
implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4")
5050
testImplementation("junit:junit:4.13.2")
51-
testImplementation("org.mockito:mockito-core:5.21.0")
51+
testImplementation("org.mockito:mockito-core:5.22.0")
5252
testImplementation("org.mockito:mockito-inline:5.2.0")
5353
}
5454

0 commit comments

Comments
 (0)