From 472380ae7278dec2abf35df56dc28ef449beb4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:33:29 +0000 Subject: [PATCH] build(deps): bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.194 to 4.8.195. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.194...classgraph-4.8.195) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.195 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 756e1884e..1a0062a5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { } // быстрый поиск классов - implementation("io.github.classgraph:classgraph:4.8.194") + implementation("io.github.classgraph:classgraph:4.8.195") implementation("org.jspecify:jspecify:1.0.1")