Skip to content

Commit ba1b10f

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 4.2.0 to 4.3.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.2.0...v4.3.1) --- 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 020270e commit ba1b10f

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
@@ -145,7 +145,7 @@ subprojects {
145145
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
146146

147147
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
148-
testImplementation "org.mockito:mockito-core:4.2.0"
148+
testImplementation "org.mockito:mockito-core:4.3.1"
149149
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
150150
testImplementation "org.assertj:assertj-core:3.22.0"
151151
}

0 commit comments

Comments
 (0)