From f5abec7e914cd873a8ab13fff1dc58ddfbbfb406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:27:36 +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-model-v1-41/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-model-v1-41/build.gradle.kts b/api-model-v1-41/build.gradle.kts index e69b4c98..3b4ff195 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -123,7 +123,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") } java {