Skip to content

Commit 59f63cb

Browse files
authored
Merge pull request #370 from gocd-contrib/dependabot/gradle/gradle-deps-6be56c312a
Bump the gradle-deps group with 2 updates
2 parents 0a7d5cd + efce745 commit 59f63cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ ext {
6262
dependencies {
6363
compileOnly project.deps.gocdPluginApi
6464
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
65-
implementation group: 'org.kohsuke', name: 'github-api', version: '1.327'
65+
implementation group: 'org.kohsuke', name: 'github-api', version: '1.329'
6666
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.1.0'
6767

6868
testImplementation project.deps.gocdPluginApi
69-
testImplementation platform('org.junit:junit-bom:5.13.3')
69+
testImplementation platform('org.junit:junit-bom:5.13.4')
7070
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7171
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7272
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)