Skip to content

Commit 9974c8f

Browse files
Bump assertj-core from 3.19.0 to 3.20.2 in /modules/jdbc
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.19.0 to 3.20.2. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.19.0...assertj-core-3.20.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 adae983 commit 9974c8f

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
@@ -11,5 +11,5 @@ dependencies {
1111
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
1212
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
1313
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
14-
testImplementation 'org.assertj:assertj-core:3.19.0'
14+
testImplementation 'org.assertj:assertj-core:3.20.2'
1515
}

0 commit comments

Comments
 (0)