fix(deps): update dependency com.ibm.icu:icu4j to v76 (#1067)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.ibm.icu:icu4j](https://icu.unicode.org/) ([source](https://redirect.github.com/unicode-org/icu)) | `75.1` -> `76.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.ibm.icu:icu4j/76.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.ibm.icu:icu4j/76.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.ibm.icu:icu4j/75.1/76.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.ibm.icu:icu4j/75.1/76.1?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>unicode-org/icu (com.ibm.icu:icu4j)</summary> ### [`v76.1`](https://redirect.github.com/unicode-org/icu/compare/release-75-1...release-76-1) [Compare Source](https://redirect.github.com/unicode-org/icu/compare/release-75-1...release-76-1) </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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pachli/pachli-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nik Clayton <nik@ngo.org.uk>
This commit is contained in:
parent
353bb5412c
commit
e595c2fd78
|
@ -73,6 +73,7 @@
|
|||
<item>Íslenska</item> <!-- is: Icelandic -->
|
||||
<item>Italiano</item> <!-- it: Italian -->
|
||||
<item>Latviešu</item> <!-- lv: Latvian -->
|
||||
<item>Lietuvių</item> <!-- lt: Lithuanian -->
|
||||
<item>Magyar</item> <!-- hu: Hungarian -->
|
||||
<item>Nederlands</item> <!-- nl: Dutch -->
|
||||
<item>Norsk Bokmål (Norge)</item> <!-- nb-NO: Norwegian Bokmål (Norway) -->
|
||||
|
@ -105,6 +106,7 @@
|
|||
<item>മലയാളം</item> <!-- ml: Malayalam -->
|
||||
<item>සිංහල</item> <!-- si: Sinhala -->
|
||||
<item>ไทย</item> <!-- th: Thai -->
|
||||
<item>မြန်မာ</item> <!-- my: Burmese -->
|
||||
<item>한국어</item> <!-- ko: Korean -->
|
||||
<item>中文(中国)</item> <!-- zh-CN: Chinese (China) -->
|
||||
<item>中文(中國澳門特別行政區)</item> <!-- zh-MO: Chinese (Macao SAR China) -->
|
||||
|
@ -135,6 +137,7 @@
|
|||
<item>is</item>
|
||||
<item>it</item>
|
||||
<item>lv</item>
|
||||
<item>lt</item>
|
||||
<item>hu</item>
|
||||
<item>nl</item>
|
||||
<item>nb-NO</item>
|
||||
|
@ -167,6 +170,7 @@
|
|||
<item>ml</item>
|
||||
<item>si</item>
|
||||
<item>th</item>
|
||||
<item>my</item>
|
||||
<item>ko</item>
|
||||
<item>zh-CN</item>
|
||||
<item>zh-MO</item>
|
||||
|
|
|
@ -80,7 +80,7 @@ xmlwriter = "1.0.4"
|
|||
# Tool dependencies
|
||||
betterparse = "0.4.4"
|
||||
clikt = "4.4.0"
|
||||
icu4j = "75.1"
|
||||
icu4j = "76.1"
|
||||
junit-jupiter = "5.11.3"
|
||||
kotlin-logging-jvm = "7.0.0"
|
||||
logback = "1.5.7"
|
||||
|
|
Loading…
Reference in New Issue