Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 3e52206 commit 45db842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.2"))
api(platform("org.junit:junit-bom:5.7.2"))
api(platform("org.junit:junit-bom:5.11.4"))
}

dependencies.constraints {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.2"))
api(platform("org.junit:junit-bom:5.7.2"))
api(platform("org.junit:junit-bom:5.11.4"))
}

dependencies.constraints {
Expand Down

0 comments on commit 45db842

Please sign in to comment.