Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17201 Update to use final ICU4J 74 libs #3366

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod

## Status

Update: 2023-10-25
Update: 2023-10-26

<!-- [inapplicable lines are commented out.]-->
<!--**Note:** CLDR 44 is in development and not recommended for use at this stage.-->
Expand Down
6 changes: 4 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<!-- Note: see https://github.com/unicode-org/icu/packages/1954682/versions
for the icu4j.version tag to use. In general we should just use the latest
SNAPSHOT for the ICU version that we want, so this should only need updating
when the ICU version changes e.g. from 74.0.1, to 74.1, then to 75.0.1 -->
<icu4j.version>74.1-SNAPSHOT</icu4j.version>
when the ICU version changes e.g. from 74.0.1, to 74.1, then to 75.0.1. Also
we can remove the SNAPSHOT to use the final version of ICU4J if available
early enough. -->
<icu4j.version>74.1</icu4j.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
<assertj-version>3.11.1</assertj-version>
Expand Down