Skip to content

Commit

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

Bump junit-bom from 5.9.0 to 5.9.1 in /examples
  • Loading branch information
larsgrefer committed Sep 21, 2022
2 parents 92d23b5 + c63cbd9 commit 9d072ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.gradle
Expand Up @@ -34,7 +34,7 @@ allprojects {

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

0 comments on commit 9d072ed

Please sign in to comment.