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 2023/02/18 11:03:04 UTC

[maven-doxia-converter] branch master updated: [DOXIATOOLS-78] Bump icu4j from 71.1 to 72.1 (#33)

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 cc0c435  [DOXIATOOLS-78] Bump icu4j from 71.1 to 72.1 (#33)
cc0c435 is described below

commit cc0c4354c53a2fd04a23ce5040cf682009fc1609
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Feb 18 12:02:59 2023 +0100

    [DOXIATOOLS-78] Bump icu4j from 71.1 to 72.1 (#33)
    
    Bumps [icu4j](https://github.com/unicode-org/icu) from 71.1 to 72.1.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](https://github.com/unicode-org/icu/commits)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 630af3f..077424f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@ under the License.
     <dependency>
       <groupId>com.ibm.icu</groupId>
       <artifactId>icu4j</artifactId>
-      <version>71.1</version>
+      <version>72.1</version>
     </dependency>
 
     <!-- Plexus -->