Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2292cf commit 1bd0f48Copy full SHA for 1bd0f48
build.gradle.kts
@@ -57,7 +57,7 @@ dependencies {
57
testImplementation("org.hamcrest:hamcrest:2.1")
58
59
// Mockito
60
- testCompile("org.mockito:mockito-core:2.+")
+ testImplementation("org.mockito:mockito-core:3.0.0")
61
62
// deployer for packagecloud
63
deployerJars("io.packagecloud.maven.wagon:maven-packagecloud-wagon:0.0.6")
0 commit comments