Skip to content

Commit ef3ac66

Browse files
Bump assertj-core from 3.15.0 to 3.16.0 in /modules/junit-jupiter (#2669)
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.15.0 to 3.16.0. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.15.0...assertj-core-3.16.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent eb58a9a commit ef3ac66

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
@@ -12,7 +12,7 @@ dependencies {
1212
testCompile ('org.mockito:mockito-core:3.3.3') {
1313
exclude(module: 'hamcrest-core')
1414
}
15-
testCompile 'org.assertj:assertj-core:3.15.0'
15+
testCompile 'org.assertj:assertj-core:3.16.0'
1616
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.12'

0 commit comments

Comments
 (0)