Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-bom to v3.26.3 (#110)
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 6, 2024
1 parent 68bd810 commit 5b15244
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 @@ -8,7 +8,7 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

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

Expand Down

0 comments on commit 5b15244

Please sign in to comment.