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 b5bf40c commit a0521e8Copy full SHA for a0521e8
modules/junit-jupiter/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testCompile ('org.mockito:mockito-core:3.5.2') {
13
exclude(module: 'hamcrest-core')
14
}
15
- testCompile 'org.assertj:assertj-core:3.16.1'
+ testCompile 'org.assertj:assertj-core:3.17.0'
16
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
17
18
testRuntime 'org.postgresql:postgresql:42.2.16'
0 commit comments