diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index e338d9c2a..c1f8181f9 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -477,7 +477,7 @@ dependencies { constraints { //due to https://github.com/FlowCrypt/flowcrypt-security/issues/199 - implementation("commons-codec:commons-codec:1.17.1") { + implementation("commons-codec:commons-codec:1.17.2") { because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200") } }