Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 63940af commit ef3528c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/java-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks.named<Test>("test") {
useJUnitPlatform()
}

val junitVersion = "5.11.0"
val junitVersion = "5.11.1"
dependencies {
implementation("org.jspecify:jspecify:1.0.0")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
Expand Down
2 changes: 1 addition & 1 deletion catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("avaje-json", "2.2")
version("junit", "5.11.0")
version("junit", "5.11.1")
version("recordbuilder", "42")
version("mapstruct", "1.6.2")

Expand Down

0 comments on commit ef3528c

Please sign in to comment.