Skip to content

Commit 9b2c29c

Browse files
Bump mockito-core from 2.7.22 to 3.7.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.7.22 to 3.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.7.22...v3.7.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6982b5e commit 9b2c29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
6161
testImplementation("org.scalatest:scalatest_2.11:3.2.0")
6262
testImplementation("org.scala-lang:scala-library:2.11.12")
63-
testImplementation("org.mockito:mockito-core:2.7.22")
63+
testImplementation("org.mockito:mockito-core:3.7.0")
6464
}
6565

6666
sourceSets {

0 commit comments

Comments
 (0)