Skip to content

Commit 81c0ab0

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#3092)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.18.0...rel/commons-codec-1.19.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.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 c0c8e5f commit 81c0ab0

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
@@ -510,7 +510,7 @@ dependencies {
510510

511511
constraints {
512512
//due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
513-
implementation("commons-codec:commons-codec:1.18.0") {
513+
implementation("commons-codec:commons-codec:1.19.0") {
514514
because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200")
515515
}
516516
}

0 commit comments

Comments
 (0)