Skip to content

Commit a0bd09b

Browse files
Bump junit-jupiter-api from 5.8.2 to 5.9.0 (#6)
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17a6604 commit a0bd09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ project(":chat-formatter-test") {
145145
testImplementation("net.kyori:adventure-platform-bukkit:4.1.1")
146146
testImplementation("net.kyori:adventure-text-minimessage:4.11.0")
147147
testImplementation("net.dzikoysk:cdn:1.13.22")
148-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
148+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
149149
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
150150
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
151151
}

0 commit comments

Comments
 (0)