Skip to content

Commit 7302e97

Browse files
Merge pull request #156 from gocd-contrib/dependabot/gradle/junit-junit-4.13.2
2 parents fcc76e3 + 9a39b9a commit 7302e97

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
@@ -56,7 +56,7 @@ dependencies {
5656
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.4.0'
5757

5858
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.4.0'
59-
testCompile group: 'junit', name: 'junit', version: '4.13'
59+
testCompile group: 'junit', name: 'junit', version: '4.13.2'
6060
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.2.4'
6161
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
6262
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'

0 commit comments

Comments
 (0)