Skip to content

Commit 4a148c6

Browse files
authored
Merge pull request #347 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.12.0
Bump org.junit:junit-bom from 5.11.4 to 5.12.0
2 parents c875a9e + 4627c98 commit 4a148c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
8585
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8686

87-
testImplementation platform('org.junit:junit-bom:5.11.4')
87+
testImplementation platform('org.junit:junit-bom:5.12.0')
8888
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
8989
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
9090
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)