Skip to content

Commit 52fcf37

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 3.12.1 to 3.12.4
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.4. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.1...v3.12.4) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c00a4d commit 52fcf37

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
@@ -149,7 +149,7 @@ subprojects {
149149
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
150150

151151
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
152-
testImplementation "org.mockito:mockito-core:3.12.1"
152+
testImplementation "org.mockito:mockito-core:3.12.4"
153153
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
154154
testImplementation "org.assertj:assertj-core:3.20.2"
155155
}

0 commit comments

Comments
 (0)