Skip to content

Commit af84b38

Browse files
Bump mockito-core from 4.8.0 to 4.8.1 in /modules/jdbc
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d792aae commit af84b38

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.1.0'
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.8.0') {
13+
testImplementation ('org.mockito:mockito-core:4.8.1') {
1414
exclude(module: 'hamcrest-core')
1515
}
1616
}

0 commit comments

Comments
 (0)