Skip to content

Commit c24aa1f

Browse files
Merge pull request #143 from apple/dependabot/gradle/org.mockito-mockito-core-5.15.2
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
2 parents 60d0436 + 930160c commit c24aa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
15-
testImplementation 'org.mockito:mockito-core:5.14.2'
15+
testImplementation 'org.mockito:mockito-core:5.15.2'
1616
}
1717

1818
repositories {

0 commit comments

Comments
 (0)