From 3da21c28c751f3293607ffb5b7464a0fd6bb7868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:11:04 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.0 to 5.11.1 in /examples Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 7e52c655..383c9ac8 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.11.0") + implementation platform("org.junit:junit-bom:5.11.1") } } }