Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit f54ccf0

Browse files
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 1c45f6b commit f54ccf0

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
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'org.apache.commons:commons-lang3:3.12.0'
3232

3333
// Testing
34-
testImplementation 'org.mockito:mockito-core:3.11.0'
34+
testImplementation 'org.mockito:mockito-core:3.11.1'
3535
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
3636
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
3737
}

0 commit comments

Comments
 (0)