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 e7c8411 + 450083e commit fb7f7acCopy full SHA for fb7f7ac
modules/junit-jupiter/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
testImplementation ('org.mockito:mockito-core:4.11.0') {
14
exclude(module: 'hamcrest-core')
15
}
16
- testImplementation 'org.assertj:assertj-core:3.26.3'
+ testImplementation 'org.assertj:assertj-core:3.27.3'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
0 commit comments