From e6f2bdc91d3c84e66fe3c5427741211cad767152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:33:51 +0000 Subject: [PATCH] build(deps): bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.192 to 4.8.193. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.192...classgraph-4.8.193) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.193 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f2ac130a7..c9ab6a064 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { } // быстрый поиск классов - implementation("io.github.classgraph:classgraph:4.8.192") + implementation("io.github.classgraph:classgraph:4.8.193") implementation("org.jspecify:jspecify:1.0.1")