Skip to content

Commit e170457

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.14.3 (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39eb2c7 commit e170457

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
@@ -56,7 +56,7 @@ kotlin {
5656
implementation(kotlin("stdlib"))
5757
implementation(kotlin("test"))
5858
implementation("org.junit.platform:junit-platform-launcher")
59-
implementation("org.junit.jupiter:junit-jupiter:5.14.2")
59+
implementation("org.junit.jupiter:junit-jupiter:5.14.3")
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)