Skip to content

Commit 56ac0b1

Browse files
dependabot[bot]joshka
authored andcommitted
Bump mockito-core from 3.11.2 to 4.8.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.2...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12b417d commit 56ac0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation 'org.glassfish:javax.json:1.1.4'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
3939
testImplementation 'org.assertj:assertj-core:3.23.1'
40-
testImplementation 'org.mockito:mockito-core:3.11.2'
40+
testImplementation 'org.mockito:mockito-core:4.8.0'
4141
}
4242

4343
test {

0 commit comments

Comments
 (0)