You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/13 07:50:52 UTC

[camel] branch main updated: Upgrade Libphonenumber to version 8.13.16

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 638049b46bd Upgrade Libphonenumber to version 8.13.16
638049b46bd is described below

commit 638049b46bd2a6de5ed90e91f69dc0144dfb1ca5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 09:28:31 2023 +0200

    Upgrade Libphonenumber to version 8.13.16
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c8f480269a1..328f77cfa0c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -315,7 +315,7 @@
         <leveldbjni-version>1.8</leveldbjni-version>
         <leveldb-api-version>0.12</leveldb-api-version>
         <leveldb-version>0.12</leveldb-version>
-        <libphonenumber-version>8.13.3</libphonenumber-version>
+        <libphonenumber-version>8.13.16</libphonenumber-version>
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <log4j2-version>2.20.0</log4j2-version>