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 557bd55 + e5848d0 commit 1f62bc1Copy full SHA for 1f62bc1
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.24.2'
+ testImplementation 'org.assertj:assertj-core:3.25.1'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
testRuntimeOnly 'org.postgresql:postgresql:42.7.1'
0 commit comments