From 39ca3a21a826ecb85c916d878f5a662a4e4e3ec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:07:25 +0000 Subject: [PATCH] Update dependency org.ow2.asm:asm to v9.10.1 (#5822) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.ow2.asm:asm](http://asm.ow2.io/) ([source](https://gitlab.ow2.org/asm/asm/)) | `9.10` → `9.10.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.ow2.asm:asm/9.10.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.ow2.asm:asm/9.10/9.10.1?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeeb166ba73..c4b1a9cf5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - Bump sqlCipher to v4.16.0 - Bump Material Components to v1.14.0 - Bump KSP to v2.3.8 -- Bump asm to v9.10 +- Bump asm to v9.10.1 - Bump Sentry Android to v6.8.1 - Bump Compose BOM to v2026.05.01 - Bump Sentry to v8.42.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 52035a121ae..6958d99f431 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -95,7 +95,7 @@ androidx-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmod androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } -asm = "org.ow2.asm:asm:9.10" +asm = "org.ow2.asm:asm:9.10.1" chucker = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" } chucker-no-op = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref = "chucker" }