From 644cd820d98da086b05e80e601124987bb297d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:09:24 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.177 to 4.8.179. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.177...classgraph-4.8.179) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b5d4c9a821..ae9b144ecb2 100644 --- a/build.gradle +++ b/build.gradle @@ -379,7 +379,7 @@ dependencies { implementation 'io.zonky.test:embedded-postgres:2.1.0' implementation enforcedPlatform('io.zonky.test.postgres:embedded-postgres-binaries-bom:17.0.0') - testImplementation 'io.github.classgraph:classgraph:4.8.177' + testImplementation 'io.github.classgraph:classgraph:4.8.179' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.junit.platform:junit-platform-launcher:1.11.3'