You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2024/01/16 16:40:39 UTC

(daffodil) branch main updated: Update icu4j to 74.2

This is an automated email from the ASF dual-hosted git repository.

jinterrante 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 acbf6fd49 Update icu4j to 74.2
acbf6fd49 is described below

commit acbf6fd49e7f68a3c5b79be39cc73eec08d843e8
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Fri Jan 12 13:21:27 2024 +0000

    Update icu4j to 74.2
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 583b0e1f7..46414906c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
     "com.lihaoyi" %% "os-lib" % "0.9.2", // for writing/compiling C source files
     "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
-    "com.ibm.icu" % "icu4j" % "74.1",
+    "com.ibm.icu" % "icu4j" % "74.2",
     "xerces" % "xercesImpl" % "2.12.2",
     "xml-resolver" % "xml-resolver" % "1.2",
     "commons-io" % "commons-io" % "2.15.1",