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 b73ab73fcd0 Upgrade Classgraph to version 4.8.162 (#11406) b73ab73fcd0 is described below commit b73ab73fcd09dd83b8127929ce3563d0ff96517d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 15 10:54:23 2023 +0200 Upgrade Classgraph to version 4.8.162 (#11406) 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 065f4597bb3..ae7d5057a1f 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.3.0</cglib-version> <chunk-templates-version>3.6.2</chunk-templates-version> - <classgraph-version>4.8.161</classgraph-version> + <classgraph-version>4.8.162</classgraph-version> <cometd-java-client-version>7.0.10</cometd-java-client-version> <cometd-java-server-version>7.0.10</cometd-java-server-version> <commons-beanutils-version>1.9.4</commons-beanutils-version>