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.
2 parents 4bfaa82 + edbad59 commit 545d452Copy full SHA for 545d452
modules/junit-jupiter/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation ('org.mockito:mockito-core:3.10.0') {
13
exclude(module: 'hamcrest-core')
14
}
15
- testImplementation 'org.assertj:assertj-core:3.18.1'
+ testImplementation 'org.assertj:assertj-core:3.19.0'
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.2.20'
0 commit comments