Skip to content

Commit 8dae9d1

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eff2c34 commit 8dae9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.11.4")
33+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)