fix(deps): update dependency org.conscrypt:conscrypt-android to v2.5.3 (#4620)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.conscrypt:conscrypt-android](https://conscrypt.org/) ([source](https://togithub.com/google/conscrypt)) | `2.5.2` -> `2.5.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.conscrypt:conscrypt-android/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.conscrypt:conscrypt-android/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.conscrypt:conscrypt-android/2.5.2/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.conscrypt:conscrypt-android/2.5.2/2.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/conscrypt (org.conscrypt:conscrypt-android)</summary> ### [`v2.5.3`](https://togithub.com/google/conscrypt/compare/2.5.2...2.5.3) [Compare Source](https://togithub.com/google/conscrypt/compare/2.5.2...2.5.3) </details> --- ### 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 becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e23686ec70
commit
099638694e
|
@ -24,7 +24,7 @@ androidx-viewpager2 = "1.1.0"
|
|||
androidx-work = "2.9.1"
|
||||
androidx-room = "2.6.1"
|
||||
bouncycastle = "1.70"
|
||||
conscrypt = "2.5.2"
|
||||
conscrypt = "2.5.3"
|
||||
coroutines = "1.8.1"
|
||||
diffx = "1.1.1"
|
||||
emoji2 = "1.4.0"
|
||||
|
|
|
@ -7047,6 +7047,14 @@
|
|||
<sha256 value="bfdf7f13fb78550ffff265adc1d7d9b8e37dbdd60b3fd7bfd410ea2f768ed124" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.conscrypt" name="conscrypt-android" version="2.5.3">
|
||||
<artifact name="conscrypt-android-2.5.3.aar">
|
||||
<sha256 value="551ae4e301c571760d1791e647db6ed1dcb10d34dcae7aa12b67f220f2ce98d1" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="conscrypt-android-2.5.3.pom">
|
||||
<sha256 value="cf4156118651f7861d0aaac01d26eb3b8f616626d67059eb1274b2a4048b0ad0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2">
|
||||
<artifact name="conscrypt-openjdk-uber-2.5.2.jar">
|
||||
<sha256 value="eaf537d98e033d0f0451cd1b8cc74e02d7b55ec882da63c88060d806ba89c348" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue