Skip to content

Commit b04030f

Browse files
authored
Merge pull request #169 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.12.1
Bump org.junit:junit-bom from 5.12.0 to 5.12.1
2 parents 11d4ff1 + 081aa2f commit b04030f

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.12.1'
6666

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