deps(deps): update all non-major gradle dependencies #23

Merged
renovate-bot merged 1 commit from renovate/all-non-major-gradle-dependencies into main 2026-03-19 18:02:01 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 9.4.09.4.1 age confidence
io.sentry.kotlin.multiplatform.gradle plugin minor 0.24.00.25.0 age confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3 dependencies patch 2.10.0-beta012.10.0 age confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose dependencies patch 2.10.0-beta012.10.0 age confidence
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose dependencies patch 2.10.0-beta012.10.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.4.1: 9.4.1

Compare Source

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.4.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.

getsentry/sentry-kotlin-multiplatform (io.sentry.kotlin.multiplatform.gradle)

v0.25.0

Compare Source

Features
  • Add generic log APIs with explicit level parameter (#​520)
// New APIs:
// Simple message
Sentry.logger.log(SentryLogLevel.INFO, "User logged in")

// Message with parameters
Sentry.logger.log(SentryLogLevel.WARN, "Rate limit reached for %s", endpoint)

// Message with parameters and attributes
Sentry.logger.log(SentryLogLevel.ERROR, "Failed to process %s", request) {
    this["error.code"] = 500
    this["retry"] = true
}

// Full DSL
Sentry.logger.log(SentryLogLevel.FATAL) {
    message("Database connection pool exhausted for %s", dbHost)
    attributes {
        this["database"] = "users"
        this["activeConnections"] = 100
    }
}
Enhancements
  • Support proguardUuid option on JVM target in addition to Android (#​533)
Dependencies

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | | patch | `9.4.0` → `9.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/gradle-version/gradle/9.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/gradle-version/gradle/9.4.0/9.4.1?slim=true) | | [io.sentry.kotlin.multiplatform.gradle](https://github.com/getsentry/sentry-kotlin-multiplatform) | plugin | minor | `0.24.0` → `0.25.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.kotlin.multiplatform.gradle:io.sentry.kotlin.multiplatform.gradle.gradle.plugin/0.25.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry.kotlin.multiplatform.gradle:io.sentry.kotlin.multiplatform.gradle.gradle.plugin/0.24.0/0.25.0?slim=true) | | [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3](https://github.com/JetBrains/compose-jb) | dependencies | patch | `2.10.0-beta01` → `2.10.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3/2.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3/2.10.0-beta01/2.10.0?slim=true) | | [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-jb) | dependencies | patch | `2.10.0-beta01` → `2.10.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose/2.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose/2.10.0-beta01/2.10.0?slim=true) | | [org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose](https://github.com/JetBrains/compose-jb) | dependencies | patch | `2.10.0-beta01` → `2.10.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose/2.10.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose/2.10.0-beta01/2.10.0?slim=true) | --- ### Release Notes <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.4.1`](https://github.com/gradle/gradle/releases/tag/v9.4.1): 9.4.1 [Compare Source](https://github.com/gradle/gradle/compare/v9.4.0...v9.4.1) The Gradle team is excited to announce Gradle 9.4.1. Here are the highlights of this release: - Java 26 support - Non-class-based JVM tests - Enhanced console progress bar [Read the Release Notes](https://docs.gradle.org/9.4.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [akankshaa-00](https://github.com/akankshaa-00), [Attila Kelemen](https://github.com/kelemen), [Björn Kautler](https://github.com/Vampire), [dblood](https://github.com/dblood), [Dennis Rieks](https://github.com/drieks), [duvvuvenkataramana](https://github.com/duvvuvenkataramana), [John Burns](https://github.com/wakingrufus), [Julian](https://github.com/Julianw03), [kevinstembridge](https://github.com/kevinstembridge), [Niels Doucet](https://github.com/NielsDoucet), [Philip Wedemann](https://github.com/hfhbd), [ploober](https://github.com/ploober), [Richard Hernandez](https://github.com/rhernandez35), [Roberto Perez Alcolea](https://github.com/rpalcolea), [Sebastian Lövdahl](https://github.com/slovdahl), [stephan2405](https://github.com/stephan2405), [Stephane Landelle](https://github.com/slandelle), [Ujwal Suresh Vanjare](https://github.com/usv240), [Victor Merkulov](https://github.com/urdak), [Vincent Potuček](https://github.com/Pankraz76), [Vladimir Sitnikov](https://github.com/vlsi). #### Upgrade instructions Switch your build to use Gradle 9.4.1 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper ``` See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.4.1/userguide/upgrading_version_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.4.1/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). </details> <details> <summary>getsentry/sentry-kotlin-multiplatform (io.sentry.kotlin.multiplatform.gradle)</summary> ### [`v0.25.0`](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/HEAD/CHANGELOG.md#0250) [Compare Source](https://github.com/getsentry/sentry-kotlin-multiplatform/compare/0.24.0...0.25.0) ##### Features - Add generic log APIs with explicit level parameter ([#&#8203;520](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/520)) ```kotlin // New APIs: // Simple message Sentry.logger.log(SentryLogLevel.INFO, "User logged in") // Message with parameters Sentry.logger.log(SentryLogLevel.WARN, "Rate limit reached for %s", endpoint) // Message with parameters and attributes Sentry.logger.log(SentryLogLevel.ERROR, "Failed to process %s", request) { this["error.code"] = 500 this["retry"] = true } // Full DSL Sentry.logger.log(SentryLogLevel.FATAL) { message("Database connection pool exhausted for %s", dbHost) attributes { this["database"] = "users" this["activeConnections"] = 100 } } ``` ##### Enhancements - Support `proguardUuid` option on JVM target in addition to Android ([#&#8203;533](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/533)) ##### Dependencies - Bump Java SDK from v8.31.0 to v8.36.0 ([#&#8203;529](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/529), [#&#8203;532](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/532)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.36.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
deps(deps): update all non-major gradle dependencies
All checks were successful
Main CI / build (pull_request) Successful in 2m2s
Security / Trivy Security Scan (pull_request) Successful in 10s
Security / MobSF Scan (pull_request) Successful in 16s
f0a0440911
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-19 18:01:45 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-03-19 18:02:01 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lscythe/gradle-version-catalog!23
No description provided.