Skip to content

Update all dependencies#195

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

Update all dependencies#195
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4v7 age confidence
actions/setup-java action major v4v5 age confidence
actions/upload-artifact action major v4v7 age confidence
android_logger dependencies minor 0.130.15 age confidence
gradle (source) minor 9.5.19.6.1 age confidence
gradle/actions action major v4v6 age confidence
jni dependencies minor 0.21.10.22.0 age confidence
log dependencies patch 0.4.270.4.33 age confidence
stefanzweifel/git-auto-commit-action action major v5v7 age confidence
androidx.xr.compose:compose (source) dependencies patch 1.0.0-alpha141.0.0-alpha15 age confidence
androidx.lifecycle:lifecycle-process (source) dependencies minor 2.10.02.11.0 age confidence
androidx.compose.ui:ui-tooling (source) dependencies patch 1.11.21.11.3 age confidence
androidx.test.uiautomator:uiautomator (source) dependencies patch 2.4.0-beta022.4.0-rc01 age confidence
androidx.compose.ui:ui-text-google-fonts (source) dependencies patch 1.11.21.11.3 age confidence
com.diffplug.spotless plugin minor 8.6.08.7.0 age confidence
com.squareup.okhttp3:okhttp (source) dependencies minor 5.3.25.4.0 age confidence
androidx.navigation3:navigation3-ui (source) dependencies patch 1.1.21.1.3 age confidence
androidx.navigation3:navigation3-runtime (source) dependencies patch 1.1.21.1.3 age confidence
androidx.compose.material3:material3 (source) dependencies patch 1.5.0-alpha201.5.0-alpha22 age confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies minor 5.3.25.4.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-navigation3 (source) dependencies patch 2.11.0-beta022.11.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.10.02.11.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.10.02.11.0 age confidence
androidx.lifecycle:lifecycle-runtime-compose (source) dependencies minor 2.10.02.11.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.10.02.11.0 age confidence
org.spdx.sbom plugin minor 0.9.00.11.0 age confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin minor 2.3.212.4.0 age confidence
com.google.devtools.ksp (source) plugin patch 2.3.62.3.9 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.3.212.4.0 age confidence
org.jetbrains.kotlin.android (source) plugin minor 2.3.212.4.0 age confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 2.3.212.4.0 age confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies minor 2.3.212.4.0 age confidence
com.google.dagger.hilt.android plugin minor 2.59.22.60 age confidence
com.google.dagger:hilt-compiler dependencies minor 2.59.22.60 age confidence
com.google.dagger:hilt-android-testing dependencies minor 2.59.22.60 age confidence
com.google.dagger:hilt-android dependencies minor 2.59.22.60 age confidence
com.google.guava:guava dependencies patch 33.6.0-android33.6.0-jre age confidence
com.google.gms.google-services plugin minor 4.4.44.5.0 age confidence
com.google.firebase:firebase-bom dependencies minor 34.14.034.15.0 age confidence
androidx.core:core-ktx (source) dependencies minor 1.18.01.19.0 age confidence
androidx.compose:compose-bom dependencies minor 2026.05.012026.06.00 age confidence
io.coil-kt.coil3:coil-gif dependencies minor 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil-network-okhttp dependencies minor 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil-compose dependencies minor 3.4.03.5.0 age confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies major 7.0.28.7.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

actions/setup-java (actions/setup-java)

v5.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v5...v5.4.0

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v5...v5.3.0

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.1.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes
New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v5

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source

gradle/gradle (gradle)

v9.6.1

Compare Source

v9.6.0

Compare Source

gradle/actions (gradle/actions)

v6.2.0

Compare Source

Highlights

This release brings significant behaviour improvements to Enhanced caching, improvements to the generated Job Summary, and a number of correctness and security fixes.

  1. Improved cache-cleanup mechanism. Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.
  2. More granular, more stable caching. The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.
  3. Hide obsolete Job summaries in PR commments: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.
  4. Improved caching report in the job summary. The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (#​985)
  5. Correctness and security fixes. A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.
What's Changed
New Contributors

Full Changelog: gradle/actions@v6.1.1...v6.2.0

v6.1.1

Compare Source

This release updates various dependency versions, resolving several reported security vulnerabilities.
No functional changes are included

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 requested review from riggaroo and tiwiz as code owners January 30, 2026 03:49
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 405ca78 to 415103b Compare February 6, 2026 11:26
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from b93b3eb to 16f170c Compare February 18, 2026 08:15
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 3e9ac82 to 178ce21 Compare March 2, 2026 05:06
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from f65a094 to 61276ab Compare May 6, 2026 19:54
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from c2a849c to d711623 Compare May 14, 2026 12:03
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from a97c2c5 to 9497f9f Compare May 22, 2026 07:55
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from af6d0d2 to 56e61e3 Compare May 26, 2026 20:12
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from efd9cde to cf6aff2 Compare June 2, 2026 17:08
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 004d686 to 96b1b2c Compare June 12, 2026 15:51
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 6756fb4 to 8b9ef05 Compare June 21, 2026 19:37
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.

1 participant