Skip to content

Commit 6a8873d

Browse files
authored
Merge pull request #108 from tomzo/dependabot/gradle/org.mockito-mockito-core-5.16.0
Bump org.mockito:mockito-core from 5.15.2 to 5.16.0
2 parents 995c0b7 + 605ad9f commit 6a8873d

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.15.2'
53+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
5454
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
5555
}
5656

0 commit comments

Comments
 (0)