Skip to content

Commit 158f3b3

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.12.2 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f67d942 commit 158f3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly("org.jetbrains:annotations:26.0.2")
3131

3232
testImplementation(kotlin("test"))
33-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
33+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)