From db65cb3520d9d4c61937556d551b066b8ceab4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:17:38 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.176 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.176...classgraph-4.8.177) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph 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 84aa66894..97646409a 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -409,7 +409,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.6.1") - testImplementation("io.github.classgraph:classgraph:4.8.176") + testImplementation("io.github.classgraph:classgraph:4.8.177") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))