From bbba0b06618c795644459334f64bc34686984c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:02:37 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 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] --- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index e87b0cdb..2f05cdf1 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.2") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.17") testRuntimeOnly("org.objenesis:objenesis:3.4") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index e882ac99..7eb70a4b 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.2") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.17") testRuntimeOnly("org.objenesis:objenesis:3.4")