Skip to content

Commit af82773

Browse files
authored
Merge pull request #113 from tomzo/dependabot/gradle/org.mockito-mockito-core-5.17.0
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
2 parents 5f966aa + 99b088f commit af82773

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

0 commit comments

Comments
 (0)