Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.11.4 (#121)
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 Dec 16, 2024
1 parent de325e6 commit 6010e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions

val DEPENDENCY_BOMS = listOf(
"org.assertj:assertj-bom:3.26.3",
"org.junit:junit-bom:5.11.3",
"org.junit:junit-bom:5.11.4",
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 6010e0c

Please sign in to comment.