Skip to content

Commit 97eb8ed

Browse files
Bump mockito-core from 4.1.0 to 4.2.0 in /modules/junit-jupiter
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.1.0...v4.2.0) --- 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 7d44f68 commit 97eb8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testImplementation 'com.zaxxer:HikariCP:4.0.3'
1010
testImplementation 'redis.clients:jedis:3.7.0'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
12-
testImplementation ('org.mockito:mockito-core:4.1.0') {
12+
testImplementation ('org.mockito:mockito-core:4.2.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testImplementation 'org.assertj:assertj-core:3.21.0'

0 commit comments

Comments
 (0)