Skip to content

Commit 350a727

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.13.4
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8193eb4 commit 350a727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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:5.13.4")
2929
testImplementation("org.assertj:assertj-core:3.27.4")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
30+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
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:5.13.4")
31+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
3232
}
3333

3434
bukkit {

0 commit comments

Comments
 (0)