Skip to content

Commit 7d211cb

Browse files
authored
Merge pull request #97 from helmethair-co/dependabot/gradle/org.mockito-mockito-core-4.8.1
Bump mockito-core from 4.8.0 to 4.8.1
2 parents 0d43c4b + 2058553 commit 7d211cb

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
@@ -63,7 +63,7 @@ dependencies {
6363
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
6464
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
6565
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
66-
testImplementation("org.mockito:mockito-core:4.8.0")
66+
testImplementation("org.mockito:mockito-core:4.8.1")
6767
}
6868

6969
sourceSets {

0 commit comments

Comments
 (0)