From fd4da0c3bcd0549aa6080822795bbf2bfcdf3e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:38:39 +0000 Subject: [PATCH] chore(gradle): bump io.github.classgraph:classgraph 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 627116dddfe..6b171452087 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ awssdk = "2.24.5" # See dependency matrix for particular gRPC versions at https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty boringssl = "2.0.61.Final" calcite = "1.38.0" -classgraph = "4.8.177" +classgraph = "4.8.179" commons-compress = "1.27.1" commons-io = "2.17.0" commons-lang3 = "3.17.0"