From c3b97cc1c7cd1eb2f4575dee9f6257dd240e6dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:56:43 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.3 to 1.10.0. - [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-minor ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 4183c36..a3ce582 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") testRuntimeOnly("cglib:cglib-nodep:3.3.0") - testImplementation("org.junit.platform:junit-platform-launcher:1.9.3") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.0") testImplementation("org.junit.platform:junit-platform-commons:1.9.3") testImplementation("org.apache.commons:commons-compress:1.23.0")