From 89610e40193d6d069423e02f6f80583ceefe7383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:10:59 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.110 to 4.8.156 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.110 to 4.8.156. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.110...classgraph-4.8.156) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0bde2cdb6..cf9b006ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("com.github.1c-syntax", "utils", "0.2.1") // быстрый поиск классов - implementation("io.github.classgraph:classgraph:4.8.110") + implementation("io.github.classgraph:classgraph:4.8.156") // тестирование testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion)