Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit b37eaab

Browse files
Merge pull request #16 from gocd-contrib/dependabot/gradle/junit-junit-4.13.2
2 parents 9a951c9 + 2080067 commit b37eaab

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
@@ -53,7 +53,7 @@ dependencies {
5353
compile group: 'com.google.guava', name: 'guava', version: '23.0'
5454
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
5555

56-
testCompile group: 'junit', name: 'junit', version: '4.13'
56+
testCompile group: 'junit', name: 'junit', version: '4.13.2'
5757
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
5858
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
5959
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginDesc.goCdVersion

0 commit comments

Comments
 (0)