You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/04/17 15:56:40 UTC

[daffodil] branch main updated: Update icu4j to 73.1

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 7ff039665 Update icu4j to 73.1
7ff039665 is described below

commit 7ff0396657e12515e8b31c3dbe00d97fb542af88
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sat Apr 15 12:25:46 2023 +0000

    Update icu4j to 73.1
---
 daffodil-cli/bin.LICENSE   | 2 +-
 project/Dependencies.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index c54800ff1..f7a149cbc 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -228,7 +228,7 @@ is subject to the terms and conditions of the following licenses.
 
     COPYRIGHT AND PERMISSION NOTICE
 
-    Copyright © 1991-2022 Unicode, Inc. All rights reserved.
+    Copyright © 1991-2023 Unicode, Inc. All rights reserved.
     Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 
     Permission is hereby granted, free of charge, to any person obtaining
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5a2d4f2f2..005622782 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
     "com.lihaoyi" %% "os-lib" % "0.9.1", // for writing/compiling C source files
     "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0",
-    "com.ibm.icu" % "icu4j" % "72.1",
+    "com.ibm.icu" % "icu4j" % "73.1",
     "xerces" % "xercesImpl" % "2.12.2",
     "xml-resolver" % "xml-resolver" % "1.2",
     "commons-io" % "commons-io" % "2.11.0",