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 2020/04/26 20:44:25 UTC

[maven-doxia-converter] branch master updated: [DOXIATOOLS-63] Bump icu4j from 66.1 to 67.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 00e2cfe  [DOXIATOOLS-63] Bump icu4j from 66.1 to 67.1
00e2cfe is described below

commit 00e2cfe7b7a4321a396433a73f48bf4f6f6b9fb3
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Apr 23 04:20:10 2020 +0000

    [DOXIATOOLS-63] Bump icu4j from 66.1 to 67.1
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 66.1 to 67.1.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](https://github.com/unicode-org/icu/commits)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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