From 32902a4ef11652eae00a3a66b75f9133b49ee5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:58:02 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.9.3 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api 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 5b94899b..ffdfb663 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -119,7 +119,7 @@ dependencies { ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0") compileOnly("com.squareup.okhttp3:okhttp:4.11.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") testRuntimeOnly("cglib:cglib-nodep:3.3.0") testImplementation("org.junit.platform:junit-platform-launcher:1.9.2")