From acb4dbb4e8903292f616317a0f945cfab12b6e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:26:28 +0300 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.173 (#5108) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.170 to 4.8.173. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.170...classgraph-4.8.173) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vividus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vividus/build.gradle b/vividus/build.gradle index 742cd78b16..f8a0c62406 100644 --- a/vividus/build.gradle +++ b/vividus/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.0') implementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2') implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre') - implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.170') + implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.173') implementation(group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.12') implementation(group: 'org.apache.commons', name: 'commons-jexl3', version: '3.4.0') implementation(group: 'net.datafaker', name: 'datafaker', version: '2.2.2')