Skip to content

Commit

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

Bump org.junit:junit-bom from 5.9.2 to 5.9.3
  • Loading branch information
chadlwilson authored Apr 28, 2023
2 parents 2cfb6c2 + 173a485 commit 97ed59e
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 @@ -58,7 +58,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.9.2')
testImplementation platform('org.junit:junit-bom:5.9.3')
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"
testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine"
}
Expand Down

0 comments on commit 97ed59e

Please sign in to comment.