Skip to content

Commit

Permalink
Merge pull request #837 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…junit-junit-bom-5.10.0

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 in /examples
  • Loading branch information
larsgrefer committed Jul 26, 2023
2 parents 2255147 + 6161b8d commit a20c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {

plugins.withId("java") {
dependencies {
implementation platform("org.junit:junit-bom:5.9.3")
implementation platform("org.junit:junit-bom:5.10.0")
}
}
}
Expand Down

0 comments on commit a20c87f

Please sign in to comment.