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 2022/01/17 12:13:51 UTC

[camel] branch main updated: Upgrade Classgraph to version 4.8.138

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 715d9a0  Upgrade Classgraph to version 4.8.138
715d9a0 is described below

commit 715d9a0409cb3c98db941917929347f58c8e199e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 17 13:12:07 2022 +0100

    Upgrade Classgraph to version 4.8.138
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bc0a97d..9e95a97 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -110,7 +110,7 @@
         <cglib-version>3.2.12</cglib-version>
         <chunk-templates-version>3.6.1</chunk-templates-version>
         <citrus-version>2.8.0</citrus-version>
-        <classgraph-version>4.8.132</classgraph-version>
+        <classgraph-version>4.8.138</classgraph-version>
         <cmis-version>1.1.0</cmis-version>
         <cometd-java-client-version>4.0.4</cometd-java-client-version>
         <cometd-java-server>4.0.4</cometd-java-server>