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 33320201406662530c5146e39f15c98350a50f90 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 14 18:19:04 2023 +0100 Upgrade Classgraph to version 4.8.154 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b32a906eec5..01ad1421e94 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -92,7 +92,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.151</classgraph-version> + <classgraph-version>4.8.154</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>