Skip to content

Commit b8ac01c

Browse files
dependency: Update minor to v5.12.2
1 parent 78e8d05 commit b8ac01c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525

2626
testImplementation("org.awaitility:awaitility:4.3.0")
2727
testImplementation("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
28-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
28+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
2929
testImplementation("org.assertj:assertj-core:3.27.3")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
30+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
3131
}
3232

3333
publishing {

example-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
2424
implementation(rootProject.project)
2525

26-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
27-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
26+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
27+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
2828
}
2929

3030
bukkit {

0 commit comments

Comments
 (0)