From 306e12cd9b7cf64260d7da6c5352aaa8a8b5de24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:50:37 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.20.0 to 1.22.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.20.0 to 1.22.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.22.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca9c26946..25b828f6e 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -548,7 +548,7 @@ dependencies { constraints { //due to https://github.com/FlowCrypt/flowcrypt-security/issues/199 - implementation("commons-codec:commons-codec:1.20.0") { + implementation("commons-codec:commons-codec:1.22.0") { because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200") } }