Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.12.0 (#304)
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 0a26992 commit f81a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ allprojects {

conf.dependencies.addAll(
[
'org.junit:junit-bom:5.11.4',
'org.junit:junit-bom:5.12.0',
].collect { project.dependencies.platform(it) }
)

Expand Down

0 comments on commit f81a393

Please sign in to comment.