This is an automated email from the ASF dual-hosted git repository.
slawrence 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 b8bd391b5 Update icu4j to 78.2
b8bd391b5 is described below
commit b8bd391b583c9a5d6d7c97806bf67f5ac6f0bb20
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jan 9 15:17:36 2026 +0000
Update icu4j to 78.2
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ef804deba..6254de70a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
"com.lihaoyi" %% "os-lib" % "0.11.5", // 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.1",
+ "com.ibm.icu" % "icu4j" % "78.2",
("xerces" % "xercesImpl" % "2.12.2").exclude("xml-apis", "xml-apis"),
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.20.0",