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 4a4b5c7 + bd5797d commit 7020ce7Copy full SHA for 7020ce7
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.25.1'
+ testImplementation 'org.assertj:assertj-core:3.25.3'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
0 commit comments