Skip to content

Commit 8d8b9a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("com.fasterxml.jackson.core:jackson-core:2.18.3")
2929
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.18.3")
3030

31-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
31+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
3232
testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.13.0")
3333
}
3434

0 commit comments

Comments
 (0)