Skip to content

Commit d0a3f08

Browse files
Bump mockito-core from 4.5.1 to 4.6.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8893c9 commit d0a3f08

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
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
6262
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
6363
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
64-
testImplementation("org.mockito:mockito-core:4.5.1")
64+
testImplementation("org.mockito:mockito-core:4.6.0")
6565
}
6666

6767
sourceSets {

0 commit comments

Comments
 (0)