From cd85d0682f5425be6131f811b75db9c16995bb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:34:11 +0000 Subject: [PATCH] build(deps): Bump kotest from 6.1.11 to 6.2.0 Bumps `kotest` from 6.1.11 to 6.2.0. Updates `io.kotest:kotest-runner-junit5` from 6.1.11 to 6.2.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.11...6.2.0) Updates `io.kotest:kotest-assertions-core` from 6.1.11 to 6.2.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.11...6.2.0) Updates `io.kotest:kotest-property` from 6.1.11 to 6.2.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.11...6.2.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-property dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 462b011..e2f6c1d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ kotlinxCli = "0.3.6" kotlinxBenchmark = "0.4.17" kotlinxIo = "0.9.0" pbandk = "0.16.0" -kotest = "6.1.11" +kotest = "6.2.0" [libraries] jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jacksonDatabind" }