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 55a7af2 commit 0968e34Copy full SHA for 0968e34
build.gradle.kts
@@ -42,11 +42,11 @@ dependencies {
42
43
// testing libs
44
testImplementation("junit:junit:4.13.2")
45
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
46
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.25")
47
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
48
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
49
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
50
}
51
52
val sourcesJar by tasks.creating(Jar::class) {
0 commit comments