Skip to content

Commit b71f1d0

Browse files
Bump commons-codec:commons-codec from 1.20.0 to 1.22.0 (#3215)
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](apache/commons-codec@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 44b745b commit b71f1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ dependencies {
548548

549549
constraints {
550550
//due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
551-
implementation("commons-codec:commons-codec:1.20.0") {
551+
implementation("commons-codec:commons-codec:1.22.0") {
552552
because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200")
553553
}
554554
}

0 commit comments

Comments
 (0)