Skip to content

Commit a072eb7

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 in /buildSrc
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>
1 parent 31c7438 commit a072eb7

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
@@ -74,7 +74,7 @@ dependencies {
7474

7575
// Required for dependency licenses task
7676
implementation 'org.apache.rat:apache-rat:0.15'
77-
implementation 'commons-codec:commons-codec:1.18.0'
77+
implementation 'commons-codec:commons-codec:1.19.0'
7878

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

0 commit comments

Comments
 (0)