Skip to content

Commit b49ba22

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 4.6.0 to 4.6.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c96e5d commit b49ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ subprojects {
150150
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
151151

152152
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
153-
testImplementation "org.mockito:mockito-core:4.6.0"
153+
testImplementation "org.mockito:mockito-core:4.6.1"
154154
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
155155
testImplementation "org.assertj:assertj-core:3.22.0"
156156
}

0 commit comments

Comments
 (0)