Skip to content

Commit 30dfe4f

Browse files
build(deps): bump org.jetbrains.kotlinx.kover from 0.9.8 to 0.9.9 (#219)
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.9.8 to 0.9.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx-kover/releases">org.jetbrains.kotlinx.kover's releases</a>.</em></p> <blockquote> <h2>0.9.9</h2> <h2>Kover Gradle Plugin</h2> <h3>Bugfixes</h3> <ul> <li><a href="https://redirect.github.com/Kotlin/kotlinx-kover/issues/818"><code>[#818](https://github.com/Kotlin/kotlinx-kover/issues/818)</code></a> Fixed Gradle 9.6.0 deprecation warning</li> <li><a href="https://redirect.github.com/Kotlin/kotlinx-kover/issues/810"><code>[#810](https://github.com/Kotlin/kotlinx-kover/issues/810)</code></a> Fix 0% coverage for classes in com.android.* packages</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md">org.jetbrains.kotlinx.kover's changelog</a>.</em></p> <blockquote> <h1>0.9.9 / 2026-07-17</h1> <h2>Kover Gradle Plugin</h2> <h3>Bugfixes</h3> <ul> <li><a href="https://redirect.github.com/Kotlin/kotlinx-kover/issues/818"><code>[#818](https://github.com/Kotlin/kotlinx-kover/issues/818)</code></a> Fixed Gradle 9.6.0 deprecation warning</li> <li><a href="https://redirect.github.com/Kotlin/kotlinx-kover/issues/810"><code>[#810](https://github.com/Kotlin/kotlinx-kover/issues/810)</code></a> Fix 0% coverage for classes in com.android.* packages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kotlin/kotlinx-kover/commit/95de3ac635494dc745ecc264344190a6c789abe8"><code>95de3ac</code></a> Release 0.9.9</li> <li><a href="https://github.com/Kotlin/kotlinx-kover/commit/135968e328dd0a92e623f238affdb0684521efbc"><code>135968e</code></a> Fixed Gradle 9.6.0 deprecation warning</li> <li><a href="https://github.com/Kotlin/kotlinx-kover/commit/0b7319ec86ae3bd7a7b703caba40fe6e1216ea8c"><code>0b7319e</code></a> Applied artifacts validator plugin</li> <li><a href="https://github.com/Kotlin/kotlinx-kover/commit/6f712ccc23a77a1ea559fb7765177b65782fd3b1"><code>6f712cc</code></a> Fix 0% coverage for classes in com.android.* packages (<a href="https://redirect.github.com/Kotlin/kotlinx-kover/issues/810">#810</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-kover/commit/c8be110649e931f35833050ec7c5b15176b1cead"><code>c8be110</code></a> Use local repo for publishing</li> <li>See full diff in <a href="https://github.com/Kotlin/kotlinx-kover/compare/v0.9.8...v0.9.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlinx.kover&package-manager=gradle&previous-version=0.9.8&new-version=0.9.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f95b91a commit 30dfe4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ junitPlatformLauncher= "6.1.1"
55
jupiter = "6.1.2"
66
kotlin = "2.4.10"
77
mockk = "1.14.11"
8-
kover = "0.9.8"
8+
kover = "0.9.9"
99
ktlint = "14.2.0"
1010
remoteRobot = "0.11.23"
1111
taskinfo = "3.0.2"

0 commit comments

Comments
 (0)