Skip to content

Commit 915f90a

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36881fb commit 915f90a

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.20.2-R0.1-SNAPSHOT")
28-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
28+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
2929
testImplementation("org.assertj:assertj-core:3.27.6")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
30+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
3131
}
3232

3333
publishing {

example-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
2828
implementation(rootProject.project)
2929

30-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
31-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
30+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
31+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
3232
}
3333

3434
bukkit {

0 commit comments

Comments
 (0)