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 4ca4bee Update icu4j to 69.1
4ca4bee is described below
commit 4ca4bee010f679b339d13c931bcaaef13e4093ec
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 8 04:03:58 2021 +0200
Update icu4j to 69.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 874e977..5188565 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" % "68.2",
+ "com.ibm.icu" % "icu4j" % "69.1",
"xerces" % "xercesImpl" % "2.12.1",
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.8.0",