Skip to content

Commit bd7385b

Browse files
authored
Merge pull request #193 from gocd/dependabot/gradle/org.mockito-mockito-core-5.15.2
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
2 parents 9f3621b + d4bf59a commit bd7385b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gocd-filebased-authentication-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
3333
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
3434
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
35-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
35+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
3636
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
3737
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
3838
}

gocdpasswd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
2424
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
2525
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
26-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
26+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)