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 2021/03/16 18:47:57 UTC

[daffodil] branch master updated: Update icu4j to 68.2

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

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 368f4a5  Update icu4j to 68.2
368f4a5 is described below

commit 368f4a5acd0cc89ca6be3f29729b48c01be816fa
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Mon Mar 8 14:17:22 2021 +0100

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

diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index b6856e7..5edc618 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -573,9 +573,9 @@ is subject to the terms and conditions of the following licenses.
      #  Copyright (c) 2013 International Business Machines Corporation
      #  and others. All Rights Reserved.
      #
-     # Project: http://code.google.com/p/lao-dictionary/
-     # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
-     # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
+     # Project: https://github.com/veer66/lao-dictionary
+     # Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
+     # License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
      #              (copied below)
      #
      #  This file is derived from the above dictionary, with slight
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1e9105f..c9841b1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   lazy val core = Seq(
     "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
     "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
-    "com.ibm.icu" % "icu4j" % "67.1",
+    "com.ibm.icu" % "icu4j" % "68.2",
     "xerces" % "xercesImpl" % "2.12.0",
     "xml-resolver" % "xml-resolver" % "1.2",
     "commons-io" % "commons-io" % "2.8.0",