Skip to content

Commit 500b6fb

Browse files
authored
Merge pull request #331 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.11.2
Bump org.junit:junit-bom from 5.11.1 to 5.11.2
2 parents 995e151 + 4fa01d7 commit 500b6fb

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.1'
8585
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8686

87-
testImplementation platform('org.junit:junit-bom:5.11.1')
87+
testImplementation platform('org.junit:junit-bom:5.11.2')
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)