dependabot[bot] opened a new pull request, #175:
URL: https://github.com/apache/maven-archetype/pull/175

   Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 70.1 to 
74.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/unicode-org/icu/releases";>com.ibm.icu:icu4j's 
releases</a>.</em></p>
   <blockquote>
   <p>ICU 74.2 updates to <a 
href="https://cldr.unicode.org/index/downloads/cldr-44#h.nvqx283jwsx";>CLDR 
44.1</a> locale data. These are maintenance releases for ICU 74 and CLDR 44, 
with limited sets of bug fixes and no API or structural changes.</p>
   <ul>
   <li>The CLDR bug fix relevant for ICU is for some formatting patterns that 
erroneously had two adjacent space characters. These are coalesced into one. 
(<a 
href="https://unicode-org.atlassian.net/browse/CLDR-17233";>CLDR-17233</a>)</li>
   <li>Important: DateFormat.getInstanceForSkeleton() and the 
DateTimePatternGenerator sometimes used the wrong patterns because they failed 
to use/inherit certain data (<a 
href="https://unicode-org.atlassian.net/browse/ICU-22575";>ICU-22575</a> — CLDR 
44 had removed some redundant data that ICU relied on)</li>
   </ul>
   <p>For details, please see <a 
href="https://icu.unicode.org/download/74";>https://icu.unicode.org/download/74</a>.</p>
   <h2>ICU 74.1</h2>
   <p>Unicode® ICU 74 updates to <a 
href="http://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html";>Unicode
 15.1</a>, and to <a 
href="https://cldr.unicode.org/index/downloads/cldr-44";>CLDR 44</a> locale data 
with various additions and corrections.</p>
   <p>ICU 74 and CLDR 44 are major releases, including a new version of Unicode 
and major locale data improvements. They subsume the changes for the <a 
href="https://blog.unicode.org/2023/06/icu-732-cldr-431-released-gb18030.html";>ICU
 73.2 and CLDR 43.1 maintenance releases</a>.</p>
   <p>Unicode 15.1 adds source code security mechanisms, improves line breaking 
for southeast Asian scripts, and adds important CJK unified ideographs.</p>
   <p>CLDR 44 has added or improved data for a number of languages that have 
been newly added to ICU, and has improved measurement unit handling, 
conversion, and formatting.</p>
   <p>ICU 74 implements these improvements, adds new C APIs for locale 
handling, adds a plug-in API for word segmentation, and switches the Java build 
system to Maven.</p>
   <p>For details, please see <a 
href="https://icu.unicode.org/download/74";>https://icu.unicode.org/download/74</a>.</p>
   <h2>ICU 74 RC</h2>
   <p>We are pleased to announce the release candidate for Unicode® ICU 74. It 
updates to <a 
href="http://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html";>Unicode
 15.1</a>, and to <a 
href="https://cldr.unicode.org/index/downloads/cldr-44";>CLDR 44</a> locale data 
with various additions and corrections.</p>
   <p>ICU 74 and CLDR 44 are major releases, including a new version of Unicode 
and major locale data improvements. They subsume the changes for the <a 
href="https://blog.unicode.org/2023/06/icu-732-cldr-431-released-gb18030.html";>ICU
 73.2 and CLDR 43.1 maintenance releases</a>.</p>
   <p>For details, please see <a 
href="https://icu.unicode.org/download/74";>https://icu.unicode.org/download/74</a>.</p>
   <p>Please test this release candidate on your platforms and report bugs and 
regressions by Wednesday, 2023-oct-26, via the <a 
href="https://icu.unicode.org/contacts";>icu-support</a> mailing list, and/or 
please <a href="https://icu.unicode.org/bugs";>find/submit error reports</a>.</p>
   <p>Please do not use this release candidate in production.</p>
   <p>The preliminary API reference documents are published on <a 
href="https://unicode-org.github.io/icu-docs/";>unicode-org.github.io/icu-docs/</a>
 – follow the “Dev” links there.</p>
   <p><em>Note: The prebuilt WinARM64 binaries below should be considered 
alpha/experimental.</em></p>
   <p>(ICU locale data was generated from the CLDR tag: <a 
href="https://github.com/unicode-org/cldr/releases/tag/release-44-beta2";>https://github.com/unicode-org/cldr/releases/tag/release-44-beta2</a>)</p>
   <h2>ICU 73.2</h2>
   <p>We are pleased to announce the release of Unicode® ICU 73.2. It updates 
to <a 
href="https://cldr.unicode.org/index/downloads/cldr-43#h.qobmda543waj";>CLDR 
43.1</a> locale data with various additions and corrections. These are 
maintenance releases for ICU 73 and CLDR 43, with limited sets of bug fixes and 
no API or structural changes.</p>
   <p>There are significant changes for <a 
href="https://ken-lunde.medium.com/the-gb-18030-2022-standard-3d0ebaeb4132";>GB18030-2022</a>
 compliance support:</p>
   <ul>
   <li>CLDR extends the support for “short” Chinese sort orders to cover some 
additional, required characters for Level 2. This is carried over into ICU 
collation.</li>
   <li>ICU has a modified character conversion table, mapping some GB18030 
characters to Unicode characters that were encoded after GB18030-2005.</li>
   </ul>
   <p>There are also changes for compatibility:</p>
   <ul>
   <li>There are optional variants of time formats with AM/PM (only for 
English) using ASCII spaces in CLDR that can also be used in ICU via custom 
data generation. This is intended to help certain implementers transition to 
the improved patterns, which have used a narrow no-break space between the time 
and AM/PM since <a 
href="https://cldr.unicode.org/index/downloads/cldr-42#h.ck7cpcrqqrq0";>CLDR 
42</a>.
   <ul>
   <li>For how to generate ICU data with this option, look for 
alt=&quot;ascii&quot; on<a 
href="https://github.com/unicode-org/icu/blob/main/tools/cldr/cldr-to-icu/README.md";>
 main/tools/cldr/cldr-to-icu/README.md</a></li>
   </ul>
   </li>
   <li>The changes to the word segmentation behavior of @ sign that were in 
CLDR 42 (ICU 72) have been reverted. These caused problems for certain parsers 
that did not expect @ to join to letters.</li>
   </ul>
   <p>ICU 73.2 and CLDR 43.1 include several other bug fixes, including person 
name formatting, and Cyrillic transforms.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/unicode-org/icu/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.ibm.icu:icu4j&package-manager=maven&previous-version=70.1&new-version=74.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to