You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/11/03 13:38:19 UTC

[maven-doxia-converter] branch DOXIATOOLS-63 updated: [DOXIATOOLS-63] Upgrade icu4j to 65.1

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

slachiewicz pushed a commit to branch DOXIATOOLS-63
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


The following commit(s) were added to refs/heads/DOXIATOOLS-63 by this push:
     new 7aaaf21  [DOXIATOOLS-63] Upgrade icu4j to 65.1
7aaaf21 is described below

commit 7aaaf21115ac1e3129fb170986fe59ded4237736
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 3 13:22:55 2019 +0100

    [DOXIATOOLS-63] Upgrade icu4j to 65.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5c1636c..0a0fbcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>3.8</version>
+      <version>65.1</version>
     </dependency>
 
     <!-- Plexus -->