Skip to content

Commit

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

Bump cd.go.plugin:go-plugin-api from 24.1.0 to 24.3.0
  • Loading branch information
chadlwilson authored Aug 14, 2024
2 parents 0672b8a + 717626d commit cd2e11a
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.1.0'
compileOnly 'cd.go.plugin:go-plugin-api:24.3.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation('org.postgresql:postgresql:42.7.3') {
exclude(module: 'checker-qual')
Expand All @@ -88,7 +88,7 @@ dependencies {
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'org.jsoup:jsoup:1.18.1'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'cd.go.plugin:go-plugin-api:24.1.0'
testImplementation 'cd.go.plugin:go-plugin-api:24.3.0'

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

0 comments on commit cd2e11a

Please sign in to comment.