Skip to content

Commit c48016d

Browse files
authored
Merge pull request #270 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.13.0
Bump org.junit:junit-bom from 5.12.2 to 5.13.0
2 parents 90fc5fe + b9437f4 commit c48016d

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
@@ -82,7 +82,7 @@ dependencies {
8282
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
8383
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8484

85-
testImplementation platform('org.junit:junit-bom:5.12.2')
85+
testImplementation platform('org.junit:junit-bom:5.13.0')
8686
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
8787
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
8888
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)