Skip to content

Commit da7a2eb

Browse files
Merge pull request #160 from apple/dependabot/gradle/org.mockito-mockito-core-5.18.0
Bump org.mockito:mockito-core from 5.16.0 to 5.18.0
2 parents b49d193 + 799d1c7 commit da7a2eb

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
@@ -13,7 +13,7 @@ dependencies {
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
16-
testImplementation 'org.mockito:mockito-core:5.16.0'
16+
testImplementation 'org.mockito:mockito-core:5.18.0'
1717
}
1818

1919
repositories {

0 commit comments

Comments
 (0)