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/10/04 09:48:32 UTC

[camel] 01/01: Upgrade Picocli to version 4.7.5

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

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

commit 9138f7c1504887535341e68f80de6de07bb4b73d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 4 11:47:37 2023 +0200

    Upgrade Picocli to version 4.7.5
    
    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 221fe067c2c..7c0c031dc0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -375,7 +375,7 @@
         <pdfbox-version>3.0.0</pdfbox-version>
         <pgjdbc-driver-version>42.6.0</pgjdbc-driver-version>
         <pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version>
-        <picocli-version>4.7.4</picocli-version>
+        <picocli-version>4.7.5</picocli-version>
         <plc4x-version>0.10.0</plc4x-version>
         <pooled-jms-version>3.1.3</pooled-jms-version>
         <properties-maven-plugin-version>1.1.0</properties-maven-plugin-version>