Skip to content

Commit b032416

Browse files
authored
Merge pull request #1160 from gocd/dependabot/gradle/org.junit-junit-bom-5.12.2
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
2 parents 1631b88 + c194b98 commit b032416

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
@@ -109,7 +109,7 @@ dependencies {
109109
implementation('org.bouncycastle:bcpkix-jdk18on:1.80')
110110
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: project.versions.slf4j
111111

112-
testImplementation platform('org.junit:junit-bom:5.12.1')
112+
testImplementation platform('org.junit:junit-bom:5.12.2')
113113
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
114114
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
115115
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)