From dade47f0e85144cd435a6b0438db813cd0d88f84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:25:00 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx.kover to v0.9.3 --- 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 03f12406..58c0175e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ dependency = "1.33.0" # https://github.com/autonomousapps/dependency-anal # --- Build & Coverage --- pitest = "1.19.0-rc.2" # https://plugins.gradle.org/plugin/info.solidsoft.pitest -kover = "0.9.2" # https://github.com/Kotlin/kotlinx-kover +kover = "0.9.3" # https://github.com/Kotlin/kotlinx-kover # --- Networking & Serialization --- retrofit = "3.0.0" # https://github.com/square/retrofit