You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/04 11:12:05 UTC

[camel] branch main updated: Upgrade Picocli to version 4.7.5 (#11641)

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

davsclaus 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 cd331591064 Upgrade Picocli to version 4.7.5 (#11641)
cd331591064 is described below

commit cd3315910649234b3e67fada38acadc6b5784552
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 4 13:11:49 2023 +0200

    Upgrade Picocli to version 4.7.5 (#11641)
    
    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>