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"))))