Skip to content

Commit 3838180

Browse files
renovate[bot]sagarwal
andauthored
Update dependency org.ow2.asm:asm to v9.9 (#5645)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.ow2.asm:asm](http://asm.ow2.io/) ([source](https://gitlab.ow2.org/asm/asm/)) | `9.8` -> `9.9` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.ow2.asm:asm/9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.ow2.asm:asm/9.8/9.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQyLjEzLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent 8bf82f3 commit 3838180

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Bump Gradle to v9.1.0
3333
- Bump Mockito Kotlin to v6.0.0
3434
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
35+
- Bump asm to v9.9
3536

3637
### Changes
3738

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ androidx-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmod
9494

9595
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
9696

97-
asm = "org.ow2.asm:asm:9.8"
97+
asm = "org.ow2.asm:asm:9.9"
9898

9999
chucker = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" }
100100
chucker-no-op = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref = "chucker" }

0 commit comments

Comments
 (0)