Skip to content

Commit cd0c693

Browse files
authored
Merge pull request #1228 from freefair/dependabot/gradle/examples/org.junit-junit-bom-5.11.3
Bump org.junit:junit-bom from 5.11.2 to 5.11.3 in /examples
2 parents 92b7bb7 + e7dbd5b commit cd0c693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allprojects {
3535

3636
plugins.withId("java") {
3737
dependencies {
38-
implementation platform("org.junit:junit-bom:5.11.2")
38+
implementation platform("org.junit:junit-bom:5.11.3")
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)