From 5019f3fe7d6916ffed70441e7cba2a38b14f6075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:06:01 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.181 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.181. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.179...classgraph-4.8.181) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.181 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 29df764a1..3ef0e3d63 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -441,7 +441,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.0") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.7.2") - testImplementation("io.github.classgraph:classgraph:4.8.179") + testImplementation("io.github.classgraph:classgraph:4.8.181") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))