Skip to content

Commit 4d80ef7

Browse files
Bump org.junit:junit-bom from 5.11.3 to 5.11.4 in /examples
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a9f546 commit 4d80ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)