Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c58dece

Browse files
Update junit5 monorepo to v5.9.2 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f11eae commit c58dece

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("io.papermc:paperlib:1.0.8")
1414
implementation("dev.rollczi.litecommands:bukkit:2.8.0")
1515

16-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
16+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
1717
}
1818

1919
bukkit {

core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ dependencies {
66
implementation("dev.rollczi.litecommands:core:2.8.0")
77
implementation("net.dzikoysk:cdn:1.14.1")
88

9-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
10-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
11-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
9+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
10+
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
1212
}
1313

1414
tasks.getByName<Test>("test") {

0 commit comments

Comments
 (0)