Skip to content

Commit

Permalink
Merge pull request #132 from gocd-contrib/dependabot/gradle/org.junit…
Browse files Browse the repository at this point in the history
…-junit-bom-5.11.2

Bump org.junit:junit-bom from 5.11.1 to 5.11.2
  • Loading branch information
chadlwilson authored Oct 11, 2024
2 parents 9180691 + a41d63e commit 89a16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

compileOnly "cd.go.plugin:go-plugin-api:$gocdPluginApiVersion"

implementation platform('org.junit:junit-bom:5.11.1')
implementation platform('org.junit:junit-bom:5.11.2')
compileOnly 'org.junit.jupiter:junit-jupiter-api'
compileOnly 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
Expand Down

0 comments on commit 89a16ae

Please sign in to comment.