Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 4e9ffa9 commit bda6d37
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 @@ -46,7 +46,7 @@ dependencyResolutionManagement {
}

create("testlibs") {
version("junit", "5.11.0")
version("junit", "5.11.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", "slf4j-simple"))
Expand Down

0 comments on commit bda6d37

Please sign in to comment.