Skip to content

Commit 378c2a1

Browse files
authored
Merge pull request #40 from helmethair-co/dependabot/gradle/org.mockito-mockito-core-3.7.0
Bump mockito-core from 2.7.22 to 3.7.0
2 parents 6982b5e + 9b2c29c commit 378c2a1

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)