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/07/06 05:17:43 UTC

[camel] branch main updated: CAMEL-19581: Upgrade to picocli 4.7.4

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 30da8938e6f CAMEL-19581: Upgrade to picocli 4.7.4
30da8938e6f is described below

commit 30da8938e6f7cf5ae830991d1d5b22fc77cf3cca
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 6 07:17:34 2023 +0200

    CAMEL-19581: Upgrade to picocli 4.7.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fba9a329288..41a87c8270a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -394,7 +394,7 @@
         <pdfbox-version>2.0.28</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.3</picocli-version>
+        <picocli-version>4.7.4</picocli-version>
         <plc4x-version>0.10.0</plc4x-version>
         <pooled-jms-version>3.1.0</pooled-jms-version>
         <powermock-version>2.0.7</powermock-version>