From f90c85c6916c058677de5be9f40e37e29d28d28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:14:57 +0000 Subject: [PATCH] build(deps): bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.184. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.179...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 19ae1abd5..2ee1f0bc0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.3 catppuccin = { module = "com.catppuccin:catppuccin-palette", version = "1.0.0" } koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" } koin-core-coroutines = { module = "io.insert-koin:koin-core-coroutines", version.ref = "koin" } -classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.179" } +classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.184" } voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" } voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" } hoplite-core = { module = "com.sksamuel.hoplite:hoplite-core", version.ref = "hoplite" }