Skip to content

Commit

Permalink
Update junit5 monorepo to v5.12.0 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent b906121 commit 84f1460
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.4"
val junitVersion = "5.12.0"
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.4")
version("junit", "5.11.4")
version("junit", "5.12.0")
version("recordbuilder", "44")
version("mapstruct", "1.6.3")

Expand Down

0 comments on commit 84f1460

Please sign in to comment.