This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch classgraph-4.8.162 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 704ea1c943193b64c92de4cebf3bee1d6c75084d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Sep 15 10:26:21 2023 +0200 Upgrade Classgraph to version 4.8.162 Signed-off-by: Andrea Cosentino <[email protected]> --- 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>
