Skip to content

Commit e5695aa

Browse files
authored
Merge pull request #92 from tomzo/dependabot/gradle/org.mockito-mockito-core-5.14.1
Bump org.mockito:mockito-core from 5.14.0 to 5.14.1
2 parents a362449 + 49e306f commit e5695aa

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

0 commit comments

Comments
 (0)