From 7bd4fc01fda836eb03fdcc7d5d3938cefd008fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:03:54 +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] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 56c40930d..11175948c 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -476,7 +476,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.4.10") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.8.4") - testImplementation("io.github.classgraph:classgraph:4.8.194") + testImplementation("io.github.classgraph:classgraph:4.8.195") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))