Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 in /examples
  • Loading branch information
larsgrefer authored Oct 4, 2024
2 parents 35dedbb + 3da21c2 commit 6a0ad11
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 @@ -35,7 +35,7 @@ allprojects {

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

0 comments on commit 6a0ad11

Please # to comment.