Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bd0f48

Browse files
committed
Use newer mockito framework and have it as testImplementation
1 parent d2292cf commit 1bd0f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
testImplementation("org.hamcrest:hamcrest:2.1")
5858

5959
// Mockito
60-
testCompile("org.mockito:mockito-core:2.+")
60+
testImplementation("org.mockito:mockito-core:3.0.0")
6161

6262
// deployer for packagecloud
6363
deployerJars("io.packagecloud.maven.wagon:maven-packagecloud-wagon:0.0.6")

0 commit comments

Comments
 (0)