From 8693931a4f4907c955734db09756a576085fb2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:47:56 +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.7 to 6.1.9 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.7...6.1.9) Updates `io.kotest:kotest-assertions-core` from 6.1.7 to 6.1.9 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.7...6.1.9) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.1.9 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 73f6245..2dbf012 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.7") - testImplementation("io.kotest:kotest-assertions-core:6.1.7") + testImplementation("io.kotest:kotest-runner-junit5:6.1.9") + testImplementation("io.kotest:kotest-assertions-core:6.1.9") testImplementation(kotlin("test")) }