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

Commit 2612c14

Browse files
chore(deps): Update dependency org.junit.jupiter:junit-jupiter to v5.12.2 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be6cbcf commit 2612c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/conventions/module.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
dependencies {
1010
testImplementation(kotlin("test-junit5"))
11-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
11+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
1212
}
1313

1414
kotlin {

0 commit comments

Comments
 (0)