Skip to content

Commit 2ca829a

Browse files
Bump commons-codec:commons-codec from 1.17.1 to 1.18.0 (#2938)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.18.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.18.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec 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>
1 parent b1b1a7b commit 2ca829a

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
@@ -477,7 +477,7 @@ dependencies {
477477

478478
constraints {
479479
//due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
480-
implementation("commons-codec:commons-codec:1.17.1") {
480+
implementation("commons-codec:commons-codec:1.18.0") {
481481
because("version 1.11 has VULNERABILITY DESCRIPTION CWE-200")
482482
}
483483
}

0 commit comments

Comments
 (0)