Skip to content

Commit 34c5b42

Browse files
authored
Merge pull request #174 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.12.2
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
2 parents eba988e + e6d1f58 commit 34c5b42

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.1')
67+
testImplementation platform('org.junit:junit-bom:5.12.2')
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)