This is an automated email from the ASF dual-hosted git repository.
olabusayoT pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 8e1f7cead Update icu4j to 78.3
8e1f7cead is described below
commit 8e1f7cead7edb55e5f17f555fb5829ca30b89110
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 18 16:13:17 2026 +0000
Update icu4j to 78.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1a05a7aa5..221413649 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
"com.lihaoyi" %% "os-lib" % "0.11.8", // for writing/compiling C source
files
"org.scala-lang.modules" %% "scala-xml" % "2.4.0",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
- "com.ibm.icu" % "icu4j" % "78.2",
+ "com.ibm.icu" % "icu4j" % "78.3",
("xerces" % "xercesImpl" % "2.12.2").exclude("xml-apis", "xml-apis"),
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.21.0",