Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 21, 2024
1 parent 80df363 commit bbcc748
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.10.0"
val junitVersion = "5.11.0"
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 @@ -3,7 +3,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("avaje-json", "1.7")
version("junit", "5.10.0")
version("junit", "5.11.0")
version("recordbuilder", "37")
version("mapstruct", "1.5.5.Final")
version("ethelred-util", "2.2")
Expand Down

0 comments on commit bbcc748

Please sign in to comment.