We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5963e2e commit eaff143Copy full SHA for eaff143
buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
@@ -4,11 +4,11 @@ plugins {
4
5
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")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
9
testImplementation("org.assertj:assertj-core:3.26.3")
10
testImplementation("org.awaitility:awaitility:4.2.2")
11
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
12
}
13
14
tasks.getByName<Test>("test") {
0 commit comments