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 4ae88c2 commit eda2a3aCopy full SHA for eda2a3a
1 file changed
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
26
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
27
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
28
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
29
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
30
31
testImplementation("org.assertj:assertj-core:3.27.3")
0 commit comments