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 81e6195 + 7fb15fb commit 5e1f992Copy full SHA for 5e1f992
modules/junit-jupiter/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation ('org.mockito:mockito-core:4.4.0') {
13
exclude(module: 'hamcrest-core')
14
}
15
- testImplementation 'org.assertj:assertj-core:3.22.0'
+ testImplementation 'org.assertj:assertj-core:3.23.1'
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.3.6'
0 commit comments