From 06e42c3de385ae50e1f42af3bc11cabfc27bc007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:44:48 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#11444) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e52f90fbe2..046bbdf8c92 100644 --- a/build.gradle +++ b/build.gradle @@ -311,7 +311,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.174' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' - testImplementation 'org.junit.platform:junit-platform-launcher:1.10.2' + testImplementation 'org.junit.platform:junit-platform-launcher:1.10.3' testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'org.xmlunit:xmlunit-core:2.10.0'