Skip to content

fix(deps): update all dependencies#305

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-deps
Open

fix(deps): update all dependencies#305
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 9.3.09.3.1 age confidence
org.jetbrains.kotlinx.kover plugin patch 0.9.40.9.6 age confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.kapt (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.native.cocoapods (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin.android (source) plugin patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 2.3.02.3.10 age confidence

Release Notes

gradle/gradle (gradle)

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 9.3.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

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

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
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v2.3.10


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.70%. Comparing base (20e011c) to head (3607e24).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   61.70%   61.70%           
=======================================
  Files          37       37           
  Lines        1089     1089           
  Branches      104      104           
=======================================
  Hits          672      672           
  Misses        401      401           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-deps branch from 1b4962a to 19211df Compare January 30, 2026 21:32
@renovate renovate bot changed the title chore(deps): update gradle to v9.3.1 chore(deps): update all dependencies Jan 30, 2026
@renovate renovate bot force-pushed the renovate/all-deps branch from 19211df to 67c71c9 Compare February 5, 2026 01:46
| datasource     | package                                                                                           | from  | to     |
| -------------- | ------------------------------------------------------------------------------------------------- | ----- | ------ |
| gradle-version | gradle                                                                                            | 9.3.0 | 9.3.1  |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                             | 0.9.4 | 0.9.6  |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                 | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                                                         | 2.3.0 | 2.3.10 |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                                            | 2.3.0 | 2.3.10 |
@renovate renovate bot force-pushed the renovate/all-deps branch from 67c71c9 to 3607e24 Compare February 5, 2026 11:08
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant