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 8e0c328 commit 8691d14Copy full SHA for 8691d14
build.gradle.kts
@@ -31,9 +31,9 @@ repositories {
31
32
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
33
dependencies {
34
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
35
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
36
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
37
testImplementation("org.assertj:assertj-core:3.23.1")
38
testImplementation("io.mockk:mockk:1.14.6")
39
0 commit comments