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 20e9d5b5f Update icu4j to 72.1
20e9d5b5f is described below
commit 20e9d5b5f523cc1342a6f54864a14f5c101b5245
Author: Scala Steward <[email protected]>
AuthorDate: Fri Oct 21 13:30:26 2022 +0000
Update icu4j to 72.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a9f3a20d7..cf6c8c88d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
"com.lihaoyi" %% "os-lib" % "0.8.1", // for writing/compiling C source
files
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
- "com.ibm.icu" % "icu4j" % "71.1",
+ "com.ibm.icu" % "icu4j" % "72.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.11.0",