Skip to content

Commit 5bca4b3

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c4440f commit 5bca4b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.12.2")
2929
testImplementation("org.assertj:assertj-core:3.27.3")
3030
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
3131
}

example-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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")
30+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
3131
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
3232
}
3333

0 commit comments

Comments
 (0)