Skip to content

Commit

Permalink
Make dependabots life easier
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Nov 3, 2023
1 parent 04ee48a commit a65cd4d
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 @@ -45,8 +45,8 @@ dependencies {
implementation group: 'com.contrastsecurity', name: 'yamlbeans', version: '1.17'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.2'

compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginApiVersion
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginApiVersion
compileOnly "cd.go.plugin:go-plugin-api:$pluginApiVersion"
testImplementation "cd.go.plugin:go-plugin-api:$pluginApiVersion"

testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
Expand Down

0 comments on commit a65cd4d

Please sign in to comment.