diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index fb7a6f9bf1..c3f2e33e7f 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.18.0") { because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200") } }