From a4786e71aa111cea5d2a97145f09db9db350c6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:36:31 +0000 Subject: [PATCH] Bump junit-platform-commons from 1.8.2 to 1.9.0 Bumps [junit-platform-commons](https://github.com/junit-team/junit5) from 1.8.2 to 1.9.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-commons dependency-type: direct:production update-type: version-update:semver-minor ... 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 6237468d..86963047 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0") testRuntimeOnly("cglib:cglib-nodep:3.3.0") testImplementation("org.junit.platform:junit-platform-launcher:1.9.0") - testImplementation("org.junit.platform:junit-platform-commons:1.8.2") + testImplementation("org.junit.platform:junit-platform-commons:1.9.0") } java {