From 8e8c7afaef216d99ec3eba22633f4b1427cad8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:46:11 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.0 to 1.10.1. - [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 c03c4818..4aebd808 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2023-09-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.1") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.9") testRuntimeOnly("org.objenesis:objenesis:3.3") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index c8018073..135897c1 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2023-09-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.1") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.9") testRuntimeOnly("org.objenesis:objenesis:3.3")