From 850bfb4b36b60199c0a3b7e5c4483e8123ece655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:12:17 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx.kover Bumps the kotlin group with 1 update in the / directory: [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover). Updates `org.jetbrains.kotlinx.kover` from 0.9.8 to 0.9.9 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.9.8...v0.9.9) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 766709a..3dd8b0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import com.vanniktech.maven.publish.MavenPublishBaseExtension plugins { kotlin("jvm") version "2.4.0" apply false id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false - id("org.jetbrains.kotlinx.kover") version "0.9.8" apply false + id("org.jetbrains.kotlinx.kover") version "0.9.9" apply false id("com.vanniktech.maven.publish") version "0.37.0" apply false }