Skip to content

Commit

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

Bump org.junit:junit-bom from 5.9.3 to 5.10.0
  • Loading branch information
chadlwilson authored Jul 28, 2023
2 parents fd89775 + 3559104 commit d2f2de9
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 @@ -84,7 +84,7 @@ dependencies {
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.16.1'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.11.0'

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

0 comments on commit d2f2de9

Please sign in to comment.