We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84024b1 commit ff8ca93Copy full SHA for ff8ca93
modules/junit-jupiter/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testCompile ('org.mockito:mockito-core:3.5.10') {
13
exclude(module: 'hamcrest-core')
14
}
15
- testCompile 'org.assertj:assertj-core:3.17.1'
+ testCompile 'org.assertj:assertj-core:3.17.2'
16
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
17
18
testRuntime 'org.postgresql:postgresql:42.2.16'
0 commit comments