From 94ebb713c502727ad76fe55373528d5d8dc7942e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:47:23 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) and [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest). Updates `io.kotest:kotest-runner-junit5` from 6.1.5 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.5...6.1.7) Updates `io.kotest:kotest-assertions-core` from 6.1.5 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.5...6.1.7) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bff48c3..7f29905 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,8 +43,8 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") testImplementation("com.h2database:h2:2.4.240") - testImplementation("io.kotest:kotest-runner-junit5:6.1.5") - testImplementation("io.kotest:kotest-assertions-core:6.1.5") + testImplementation("io.kotest:kotest-runner-junit5:6.1.7") + testImplementation("io.kotest:kotest-assertions-core:6.1.7") testImplementation(kotlin("test")) }