From e7dbd5b7b4cf437b5a80678ec04bd1939c283e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:19:42 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 in /examples Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- 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 3fbf77b5..48f040d5 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.2") + implementation platform("org.junit:junit-bom:5.11.3") } } }