From 490411b52b2f5dcc1276da35e5971be7600bcfbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:11:27 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-commons from 1.10.0 to 1.10.1 Bumps [org.junit.platform:junit-platform-commons](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-commons dependency-type: direct:production update-type: version-update:semver-patch ... 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 ad8fa9b..1fbd836 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") testRuntimeOnly("cglib:cglib-nodep:3.3.0") testImplementation("org.junit.platform:junit-platform-launcher:1.10.0") - testImplementation("org.junit.platform:junit-platform-commons:1.10.0") + testImplementation("org.junit.platform:junit-platform-commons:1.10.1") testImplementation("org.apache.commons:commons-compress:1.24.0") testImplementation("de.gesellix:testutil:[2023-08-30T01-01-01,)")