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.
1 parent 66446a9 commit 3fdae9fCopy full SHA for 3fdae9f
buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
testImplementation("org.mockito:mockito-core:5.12.0")
7
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
8
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
9
- testImplementation("org.assertj:assertj-core:3.26.0")
+ testImplementation("org.assertj:assertj-core:3.26.3")
10
testImplementation("org.awaitility:awaitility:4.2.1")
11
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
12
}
0 commit comments