From 9bae4e9f9d83c05e6f76dc27f7186c89b41d2474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:43:10 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3 Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.8.2 to 0.8.3. - [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.8.2...v0.8.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... 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 5800318..9a13e73 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,5 +29,5 @@ binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } licensee = { id = "app.cash.licensee", version = "1.11.0" } -kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.2" } +kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6"}