From 054fa4f8bf8cf8c47c094f119a333c33690ea8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:25:10 +0000 Subject: [PATCH] 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](https://github.com/junit-team/junit5/compare/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] --- examples/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build.gradle b/examples/build.gradle index 09ffc386..7e52c655 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -35,7 +35,7 @@ allprojects { plugins.withId("java") { dependencies { - implementation platform("org.junit:junit-bom:5.10.3") + implementation platform("org.junit:junit-bom:5.11.0") } } }