Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldmensch authored Jul 26, 2023
2 parents 2dd0d44 + 815deeb commit 99f0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencyResolutionManagement {

create("testlibs") {
library("mockbuckit", "com.github.seeseemelk:MockBukkit-v1.19:2.29.0")
version("junit", "5.9.3")
version("junit", "5.10.0")
library("junit-jupiter", "org.junit.jupiter","junit-jupiter").versionRef("junit")
library("junit-params", "org.junit.jupiter","junit-jupiter-params").versionRef("junit")
bundle("junit", listOf("junit-jupiter", "junit-params"))
Expand Down

0 comments on commit 99f0f0b

Please sign in to comment.