Skip to content

Commit d9f7a2a

Browse files
authored
Merge pull request #314 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 a9d1c1f + 85a729e commit d9f7a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
}
9494

9595
testImplementation project.deps.gocdPluginApi
96-
testImplementation platform('org.junit:junit-bom:5.12.0')
96+
testImplementation platform('org.junit:junit-bom:5.12.1')
9797
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
9898
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
9999
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)