From c98240c3bbb3ab7c2162d1ffffa34170cddba73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:42:37 +0000 Subject: [PATCH] chore(deps): bump io.kotest:kotest-bom from 6.2.1 to 6.2.2 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.2.1...6.2.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a90d1ab..21234e9 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ java { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom:2.4.0') implementation "org.jetbrains.kotlin:kotlin-stdlib" - testImplementation platform('io.kotest:kotest-bom:6.2.1') + testImplementation platform('io.kotest:kotest-bom:6.2.2') testImplementation 'io.kotest:kotest-runner-junit4' testImplementation 'io.kotest:kotest-assertions-core' testImplementation 'io.kotest:kotest-property'