Skip to content

Commit a2bb71c

Browse files
authored
Merge pull request #101 from tomzo/dependabot/gradle/org.mockito-mockito-core-5.15.2
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
2 parents 70b69a9 + 57fb8c2 commit a2bb71c

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
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
5151
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
5252
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
53-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
53+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
5454
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
5555
}
5656

0 commit comments

Comments
 (0)