Skip to content

Commit 3f79298

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.2 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83d8bc4 commit 3f79298

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
@@ -21,7 +21,7 @@ subprojects {
2121

2222
dependencies {
2323
compileOnly("org.jetbrains:annotations:26.0.2")
24-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
24+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
2525
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
2626
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")

0 commit comments

Comments
 (0)