Skip to content

Commit

Permalink
Merge pull request #90 from gocd/dependabot/gradle/org.junit-junit-bo…
Browse files Browse the repository at this point in the history
…m-5.10.1

Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • Loading branch information
chadlwilson committed Nov 11, 2023
2 parents d6eb6bf + 0c723c8 commit 0654492
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 @@ -54,7 +54,7 @@ dependencies {
implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'

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

0 comments on commit 0654492

Please sign in to comment.