Skip to content

Commit 4c7fdd8

Browse files
authored
Merge pull request #224 from gocd/dependabot/gradle/gradle-deps-97720581c8
Bump the gradle-deps group with 3 updates
2 parents 1d084d5 + 1cd9d3b commit 4c7fdd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ subprojects {
5555
mavenLocal()
5656
}
5757
dependencies {
58-
testImplementation platform('org.junit:junit-bom:5.13.4')
58+
testImplementation platform('org.junit:junit-bom:6.0.0')
5959
}
6060
}

gocd-filebased-authentication-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ ext {
2424

2525
dependencies {
2626
compileOnly project.deps.gocdPluginApi
27-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
27+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
2828
implementation project(':bcrypt')
2929

3030
testImplementation project.deps.gocdPluginApi
3131
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
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.19.0'
35+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.20.0'
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.19.0'
26+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.20.0'
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)