Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent 959f70f commit 3e92abe
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 @@ -16,7 +16,7 @@ tasks.named<Test>("test") {
useJUnitPlatform()
}

val junitVersion = "5.10.0"
val junitVersion = "5.10.3"
dependencies {
implementation("org.jspecify:jspecify:0.3.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 @@ -4,7 +4,7 @@ dependencyResolutionManagement {
create("libs") {
version("avaje-json", "1.7")
version("jstachio", "1.3.2")
version("junit", "5.10.0")
version("junit", "5.10.3")
version("recordbuilder", "37")
version("mapstruct", "1.5.5.Final")

Expand Down

0 comments on commit 3e92abe

Please sign in to comment.