From 8caad1e6d363b6d5c4a1a45764bb698aed0413b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:33:16 +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.194. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.192...classgraph-4.8.194) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.194 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..1c57d2ff9 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.194") implementation("org.jspecify:jspecify:1.0.1")