Skip to content

chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.9.8#255

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.jetbrains.kotlinx.kover-0.x
Open

chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.9.8#255
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.jetbrains.kotlinx.kover-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx.kover 0.9.10.9.8 age confidence

Release Notes

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.9.8

===================

Kover Gradle Plugin

Internal features
  • Updated publish plugin and declare configuration cache compatibility
  • #782 Filled Implementation fields Vendor/Title/Version in MANIFEST.MF
Bugfixes
  • #799 #772 Fixed Android multiplatform library support in case of the violation of the project isolation

v0.9.7

===================

Kover Gradle Plugin

Bugfixes
  • #747 Fixed a recurring issue in support of Android KMP libraries

v0.9.6

===================

Kover Gradle Plugin

Bugfixes
  • #792 Fixed support of Android 9 with hilt

v0.9.5

===================

Kover Gradle Plugin

Bugfixes
  • #784 Fixed support of build variants in Android Gradle Plugin 9.0.0
  • #785 Fixed support of test task dependencies in Android Gradle Plugin 9.0.0

v0.9.4

===================

Kover Gradle Plugin

Bugfixes
  • #776 Added support for Android Gradle Plugin 9.0.0

v0.9.3

===================

Kover Gradle Plugin

Bugfixes
  • #759 Fixed locating of host tests for the multiplatform Android library
  • #766 Fixed support of KSP plugin
Build features
  • Upgraded Gradle version to 9.1.0

v0.9.2

===================

Kover Gradle Plugin

Features
  • #748 Disable caching for KoverAgentJarTask
Bugfixes
  • #747 Added support for KMP Android library plugin

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

Advice for :restaurant-core
Unused dependencies which should be removed:
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")

Advice for :restaurant-jackson
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  api(project(":restaurant-core"))
  implementation(project(":restaurant-client"))
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
  testImplementation(project(":restaurant-client"))
  testImplementation(project(":restaurant-core"))

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-rest")) (was api)

Advice for :restaurant-jwt
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation(project(":restaurant-client"))

Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
  api(project(":restaurant-core"))
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
  implementation(project(":restaurant-client"))
  testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
  testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
  testImplementation(project(":restaurant-client"))
  testImplementation(project(":restaurant-core"))

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-rest")) (was api)

Advice for :restaurant-rest
These transitive dependencies should be declared directly:
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
  implementation(project(":restaurant-client"))
  testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")

Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
  testImplementation(project(":restaurant-client"))

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-core")) (was api)

Advice for :restaurant-test-common
Unused dependencies which should be removed:
  api("org.jetbrains.kotlin:kotlin-test:2.1.10")
  testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
    requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
  }}

Dependencies which should be removed or changed to runtime-only:
  runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
  runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
  runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants