Skip to content

Commit 3d2d346

Browse files
Bump org.mockito:mockito-core from 5.22.0 to 5.23.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9352dc commit 3d2d346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.22.0")
51+
testImplementation("org.mockito:mockito-core:5.23.0")
5252
testImplementation("org.mockito:mockito-inline:5.2.0")
5353
}
5454

0 commit comments

Comments
 (0)