Skip to content

Commit ff8ca93

Browse files
Bump assertj-core from 3.17.1 to 3.17.2 in /modules/junit-jupiter
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.17.1...assertj-core-3.17.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84024b1 commit ff8ca93

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.5.10') {
1313
exclude(module: 'hamcrest-core')
1414
}
15-
testCompile 'org.assertj:assertj-core:3.17.1'
15+
testCompile 'org.assertj:assertj-core:3.17.2'
1616
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.16'

0 commit comments

Comments
 (0)