Skip to content

Commit fe5954c

Browse files
authored
Merge pull request #185 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 4ea7210 + bace45d commit fe5954c

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
@@ -98,7 +98,7 @@ dependencies {
9898
runtimeOnly group: 'org.cache2k', name: 'cache2k-core', version: project.versions.cache2k
9999

100100
testImplementation project.deps.gocdPluginApi
101-
testImplementation platform('org.junit:junit-bom:5.12.1')
101+
testImplementation platform('org.junit:junit-bom:5.12.2')
102102
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
103103
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
104104
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)