Skip to content

Update icu4j to 72.1#860

Merged
tuxji merged 1 commit into
apache:mainfrom
scala-steward:update/icu4j-72.1
Oct 21, 2022
Merged

Update icu4j to 72.1#860
tuxji merged 1 commit into
apache:mainfrom
scala-steward:update/icu4j-72.1

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

Updates com.ibm.icu:icu4j from 71.1 to 72.1.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.ibm.icu", artifactId = "icu4j" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.ibm.icu", artifactId = "icu4j" }
}]

labels: library-update, commit-count:1

Copy link
Copy Markdown
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

ICU 72 release notes
Comparing ICU 71-72

  • Do all automated continuous integration checks pass?
    Yes
  • Is the update a patch, minor, or major update?
    Major release, no API changes that affect Daffodil, update to Unicode 15 and latest locale data, numerous bug fixes though none that seem like fix any of our Jira issues related to ICU
  • Is the license still compatible with ASF License Policy?
    Yes, still Unicode license with mixture of other ASF compatible licenses
  • Have any changes been made to LICENSE/NOTICE files that need to be incorporated?
    No changes
  • Have any transitive dependencies been added or changed?
    No transitive dependencies

Copy link
Copy Markdown
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@tuxji tuxji merged commit 20e9d5b into apache:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants