From d8c17112140ae9d8997c499ba510fe98a0612373 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Oct 2021 06:07:40 +0000 Subject: [PATCH] chore(deps): update dependency io.github.classgraph:classgraph to v4.8.129 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4afb2cc07c9..0172b45b92a 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ allprojects { dependency 'org.apache.activemq:activemq-broker:5.16.3' dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5' - dependency 'io.github.classgraph:classgraph:4.8.128' + dependency 'io.github.classgraph:classgraph:4.8.129' dependency 'org.awaitility:awaitility:4.1.1' dependency 'com.github.spotbugs:spotbugs-annotations:4.4.2' dependency 'javax.cache:cache-api:1.1.1'