This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new ba8da866530 build(deps): bump com.ibm.icu:icu4j from 77.1 to 78.3
(#20154)
ba8da866530 is described below
commit ba8da866530d3897a31381fbb5c3c7a9c5dd0f43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 09:36:02 2026 +0800
build(deps): bump com.ibm.icu:icu4j from 77.1 to 78.3 (#20154)
* build(deps): bump com.ibm.icu:icu4j from 77.1 to 78.3
Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 77.1 to
78.3.
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/commits/release-78.3)
---
updated-dependencies:
- dependency-name: com.ibm.icu:icu4j
dependency-version: '78.3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: register ICU4J 78.3 license
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 475f8273b1e..054bf24010a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -4033,7 +4033,7 @@ name: ICU4J
license_category: binary
module: java-core
license_name: Unicode/ICU License
-version: 77.1
+version: 78.3
copyright: International Business Machines Corporation and others
license_file_path: licenses/bin/icu4j.ICU
libraries:
diff --git a/pom.xml b/pom.xml
index f11ed6a96ec..70642eb9f7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -689,7 +689,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>77.1</version>
+ <version>78.3</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]