Skip to content

Commit

Permalink
Merge pull request #1205 from gocd/dependabot/gradle/cd.go.plugin-go-…
Browse files Browse the repository at this point in the history
…plugin-api-24.4.0

Bump cd.go.plugin:go-plugin-api from 24.3.0 to 24.4.0
  • Loading branch information
chadlwilson authored Dec 1, 2024
2 parents 44bccc9 + c50ce96 commit e4c31bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ configurations {
}

dependencies {
compileOnly 'cd.go.plugin:go-plugin-api:24.3.0'
compileOnly 'cd.go.plugin:go-plugin-api:24.4.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation('org.postgresql:postgresql:42.7.4') {
exclude(module: 'checker-qual')
Expand All @@ -88,7 +88,7 @@ dependencies {
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'org.jsoup:jsoup:1.18.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'cd.go.plugin:go-plugin-api:24.3.0'
testImplementation 'cd.go.plugin:go-plugin-api:24.4.0'

integrationTestImplementation 'org.slf4j:slf4j-simple:2.0.16'
}
Expand Down

0 comments on commit e4c31bb

Please sign in to comment.