Skip to content

Commit ac7967b

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.21.0 (#877)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.21.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.21.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.21.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>
1 parent 92680d4 commit ac7967b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/manifestmergetool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
implementation('com.android.tools.build:manifest-merger:31.4.1')
8181
implementation('com.android.tools:common:31.4.1')
8282
implementation('org.apache.commons:commons-configuration2:2.11.0')
83-
implementation('commons-codec:commons-codec:1.19.0')
83+
implementation('commons-codec:commons-codec:1.21.0')
8484

8585
testImplementation(platform('org.junit:junit-bom:6.0.1'))
8686
testRuntimeOnly('org.junit.platform:junit-platform-launcher')

0 commit comments

Comments
 (0)