Skip to content

Commit daaaae7

Browse files
authored
Merge pull request #178 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 d5b4acc + 137d07f commit daaaae7

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
@@ -64,7 +64,7 @@ dependencies {
6464
compileOnly project.deps.gocdPluginApi
6565
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
6666

67-
testImplementation platform('org.junit:junit-bom:5.12.2')
67+
testImplementation platform('org.junit:junit-bom:5.13.0')
6868
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
6969
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7070
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)