From 98576f81e29a809937560bcffa80634a2b60b91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:21:15 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5-jvm from 5.8.1 to 5.9.1 Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.8.1 to 5.9.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm 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 bfcea534..ea7b29ce 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.12") testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") - testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.1") + testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") testRuntimeOnly("cglib:cglib-nodep:3.3.0")