Skip to content

Commit f399378

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
api("com.fasterxml.jackson.core", "jackson-databind", "2.19.1")
16-
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.1")
16+
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.2")
1717
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1818
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
1919
}

0 commit comments

Comments
 (0)