We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a52d73 commit ed920baCopy full SHA for ed920ba
buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
testImplementation("org.mockito:mockito-core:5.13.0")
7
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
8
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
9
- testImplementation("org.assertj:assertj-core:3.26.3")
+ testImplementation("org.assertj:assertj-core:3.27.3")
10
testImplementation("org.awaitility:awaitility:4.2.2")
11
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
12
}
0 commit comments