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 2022/04/18 09:59:48 UTC

[maven-doxia-converter] branch master updated: Bump icu4j from 70.1 to 71.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 2368651  Bump icu4j from 70.1 to 71.1
2368651 is described below

commit 2368651ec5062e2cf74b76f0b1d94a914aab231e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 8 04:14:29 2022 +0000

    Bump icu4j from 70.1 to 71.1
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 70.1 to 71.1.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](https://github.com/unicode-org/icu/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.ibm.icu:icu4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9707281..3234da7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>70.1</version>
+      <version>71.1</version>
     </dependency>
 
     <!-- Plexus -->