Skip to content

Commit e574d21

Browse files
Bump org.assertj:assertj-core from 3.23.1 to 3.24.2 in /modules/jdbc
Bumps org.assertj:assertj-core from 3.23.1 to 3.24.2. --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80700c1 commit e574d21

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
@@ -9,7 +9,7 @@ dependencies {
99
testImplementation 'org.vibur:vibur-dbcp:25.0'
1010
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.4'
1111
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
12-
testImplementation 'org.assertj:assertj-core:3.23.1'
12+
testImplementation 'org.assertj:assertj-core:3.24.2'
1313
testImplementation ('org.mockito:mockito-core:4.11.0') {
1414
exclude(module: 'hamcrest-core')
1515
}

0 commit comments

Comments
 (0)