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 9e44896 commit 1e9f6c6Copy full SHA for 1e9f6c6
build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
79
testImplementation(localGroovy())
80
testImplementation(gradleTestKit())
81
82
- val junitVersion = "5.10.3"
+ val junitVersion = "5.11.2"
83
testImplementation("org.assertj:assertj-core:3.26.3")
84
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
85
testImplementation("net.navatwo:gradle-plugin-better-testing-junit5:0.0.0")
0 commit comments