Skip to content

Commit c570a89

Browse files
authored
Merge pull request #728 from AppDevNext/dependabot/gradle/master/org.mockito-mockito-core-5.22.0
Bump org.mockito:mockito-core from 5.21.0 to 5.22.0
2 parents 30a72c9 + b16ed68 commit c570a89

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)