Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit b22876c

Browse files
committed
fix(deps): update junit5 monorepo to v5.10.1
1 parent 2191a7d commit b22876c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/commons-module.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
implementation(kotlin("stdlib"))
5252

5353
// Test dependencies
54-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
55-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
54+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
55+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
5656
testImplementation("org.slf4j:slf4j-simple:2.0.9")
5757
testImplementation(kotlin("test"))
5858
}

0 commit comments

Comments
 (0)