From 6f7479848bcf53cbbb2cc61ff42c00d121fa023d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:12:26 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.184 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.165 to 4.8.184. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.165...classgraph-4.8.184) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.184 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 5459e231..4a526e68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ kotest-bom = "io.kotest:kotest-bom:6.1.1" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } mockk = "io.mockk:mockk:1.14.7" -classgraph = "io.github.classgraph:classgraph:4.8.165" +classgraph = "io.github.classgraph:classgraph:4.8.184" # for buildSrc convention plugins plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }