Skip to content

Commit

Permalink
fix(deps): update dependency androidx.annotation:annotation to v1.9.1 (
Browse files Browse the repository at this point in the history
…#5134)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[androidx.annotation:annotation](https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1)
([source](https://cs.android.com/androidx/platform/frameworks/support))
| `1.8.2` -> `1.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.annotation:annotation/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.annotation:annotation/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.annotation:annotation/1.8.2/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.annotation:annotation/1.8.2/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli <[email protected]>
  • Loading branch information
renovate[bot] and msasikanth authored Nov 26, 2024
1 parent b2294d5 commit 9b4ee9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Bump Firebase remote config v22.0.1
- Bump asm to v9.7.1
- Bump AndroidX CameraX to v1.4.0
- Bump AndroidX Annotation to v1.9.1

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sqlCipher = "4.5.4"
[libraries]
android-desugaring = "com.android.tools:desugar_jdk_libs:2.1.3"

androidx-annotation-annotation = "androidx.annotation:annotation:1.8.2"
androidx-annotation-annotation = "androidx.annotation:annotation:1.9.1"

# When bumping this dependency verify whether `org.simple.clinic.feature.Feature.ChangeLanguage`
# can be enabled again.
Expand Down

0 comments on commit 9b4ee9b

Please sign in to comment.