Skip to content

Commit 8442ae7

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#3156)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.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 73f431d commit 8442ae7

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
@@ -524,7 +524,7 @@ dependencies {
524524

525525
constraints {
526526
//due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
527-
implementation("commons-codec:commons-codec:1.19.0") {
527+
implementation("commons-codec:commons-codec:1.20.0") {
528528
because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200")
529529
}
530530
}

0 commit comments

Comments
 (0)