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/03/14 22:50:28 UTC

[maven-doxia-converter] 03/03: Bump icu4j from 65.1 to 66.1

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

slachiewicz pushed a commit to branch dependabot/maven/com.ibm.icu-icu4j-66.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit 975f9ffa1cbf6bf6fa0f16e7396923697dbe3242
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat Mar 14 22:19:28 2020 +0000

    Bump icu4j from 65.1 to 66.1
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 65.1 to 66.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 a226572..6505146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>65.1</version>
+      <version>66.1</version>
     </dependency>
 
     <!-- Plexus -->