Skip to content

Commit 054fa4f

Browse files
Bump org.junit:junit-bom from 5.10.3 to 5.11.0 in /examples
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5793c9f commit 054fa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.gradle

+1-1
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.10.3")
38+
implementation platform("org.junit:junit-bom:5.11.0")
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)