From 1b70387677ad584ac267201d667091172ce08c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:26:14 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.2. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1450845033d..d981b6a6f73 100644 --- a/build.gradle +++ b/build.gradle @@ -242,7 +242,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.165' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' - testImplementation 'org.junit.platform:junit-platform-launcher:1.10.1' + testImplementation 'org.junit.platform:junit-platform-launcher:1.10.2' testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.xmlunit:xmlunit-core:2.9.1'