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 fc3fc88 + daad3bd commit cb17598Copy full SHA for cb17598
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.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
17
testImplementation 'org.junit.jupiter:junit-jupiter'
18
19
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
0 commit comments