Skip to content

Commit 248556b

Browse files
authored
Merge pull request #270 from gocd/dependabot/gradle/org.junit-junit-bom-5.12.0
Bump org.junit:junit-bom from 5.11.3 to 5.12.0
2 parents 3cb3086 + 2aa1479 commit 248556b

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
@@ -68,7 +68,7 @@ dependencies {
6868
implementation project.deps.kubernetesClientApi
6969
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
7070

71-
testImplementation platform('org.junit:junit-bom:5.11.3')
71+
testImplementation platform('org.junit:junit-bom:5.12.0')
7272
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7373
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7474
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)