Skip to content

Commit 6b96847

Browse files
authored
Merge pull request #375 from gocd-contrib/dependabot/gradle/gradle-deps-5baf8a1df8
Bump the gradle-deps group with 5 updates
2 parents eff55e4 + 92d9d5f commit 6b96847

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ ext {
6060

6161
dependencies {
6262
compileOnly project.deps.gocdPluginApi
63-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
64-
implementation group: 'org.kohsuke', name: 'github-api', version: '1.329'
63+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
64+
implementation group: 'org.kohsuke', name: 'github-api', version: '1.330'
6565
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.1.0'
6666

6767
testImplementation project.deps.gocdPluginApi
68-
testImplementation platform('org.junit:junit-bom:5.13.4')
68+
testImplementation platform('org.junit:junit-bom:6.0.0')
6969
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7070
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7171
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
7272
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
73-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.4'
74-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
73+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.6'
74+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.20.0'
7575
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
7676
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.21.2'
7777
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver3-junit5', version: '5.1.0'

0 commit comments

Comments
 (0)