Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 62adb0e commit efcd4b4
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 @@ -29,7 +29,7 @@ dependencyResolutionManagement {

create("testlibs") {
library("mockbuckit", "com.github.seeseemelk:MockBukkit-v1.19:2.29.0")
version("junit", "5.10.1")
version("junit", "5.10.2")
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 efcd4b4

Please sign in to comment.