Skip to content

Commit b6c1f5a

Browse files
Bump commons-codec:commons-codec from 1.21.0 to 1.22.1 in /buildSrc
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.21.0...rel/commons-codec-1.22.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19779b9 commit b6c1f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle

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

7474
// Required for dependency licenses task
7575
implementation 'org.apache.rat:apache-rat:0.15'
76-
implementation 'commons-codec:commons-codec:1.21.0'
76+
implementation 'commons-codec:commons-codec:1.22.1'
7777

7878
if (localRepo) {
7979
implementation(name: "build-tools-${buildToolsVersion}") {

0 commit comments

Comments
 (0)