Skip to content

Commit 92f072f

Browse files
Bump mockito-core from 4.7.0 to 4.8.0 in /modules/jdbc
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.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 08f75a5 commit 92f072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.0.23'
1111
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
1212
testImplementation 'org.assertj:assertj-core:3.23.1'
13-
testImplementation ('org.mockito:mockito-core:4.7.0') {
13+
testImplementation ('org.mockito:mockito-core:4.8.0') {
1414
exclude(module: 'hamcrest-core')
1515
}
1616
}

0 commit comments

Comments
 (0)