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 2021/05/02 12:15:15 UTC

[maven-doxia-converter] branch master updated: [DOXIATOOLS-63] Bump icu4j from 67.1 to 69.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1788a95  [DOXIATOOLS-63] Bump icu4j from 67.1 to 69.1
1788a95 is described below

commit 1788a9585ce4de554778f338bf668f8b769b1bf1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 14:11:58 2021 +0200

    [DOXIATOOLS-63] Bump icu4j from 67.1 to 69.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 729c5db..f477e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>67.1</version>
+      <version>69.1</version>
     </dependency>
 
     <!-- Plexus -->