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/03/02 10:15:29 UTC

[camel] 01/02: Upgrade Classgraph to version 4.8.155

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

commit e86c6db9c7216df9892ef331ee02ba5f25616929
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 2 11:06:07 2023 +0100

    Upgrade Classgraph to version 4.8.155
    
    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 3d4623af6da..69036c13b4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,7 +85,7 @@
         <jta-api-1.2-version>1.2</jta-api-1.2-version>
         <cglib-version>3.2.12</cglib-version>
         <chunk-templates-version>3.6.2</chunk-templates-version>
-        <classgraph-version>4.8.154</classgraph-version>
+        <classgraph-version>4.8.155</classgraph-version>
         <cometd-java-client-version>7.0.9</cometd-java-client-version>
         <cometd-java-server-version>7.0.9</cometd-java-server-version>
         <commons-beanutils-version>1.9.4</commons-beanutils-version>