Skip to content

Commit 9beeda0

Browse files
authored
Merge pull request #151 from gocd-contrib/dependabot/gradle/org.junit-junit-bom-5.11.3
Bump org.junit:junit-bom from 5.11.2 to 5.11.3
2 parents 7de5c2a + 7bea283 commit 9beeda0

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

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