We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcc76e3 + 9a39b9a commit 7302e97Copy full SHA for 7302e97
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.4.0'
57
58
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.4.0'
59
- testCompile group: 'junit', name: 'junit', version: '4.13'
+ testCompile group: 'junit', name: 'junit', version: '4.13.2'
60
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.2.4'
61
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
62
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
0 commit comments