Skip to content

Commit 78aa9ec

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 3.11.0 to 3.11.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.0...v3.11.1) --- 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 2629d53 commit 78aa9ec

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
@@ -151,7 +151,7 @@ subprojects {
151151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
152152

153153
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
154-
testImplementation "org.mockito:mockito-core:3.11.0"
154+
testImplementation "org.mockito:mockito-core:3.11.1"
155155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156156
testImplementation "org.assertj:assertj-core:3.19.0"
157157
}

0 commit comments

Comments
 (0)