Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.12 to 1.15 in /buildSrc (#56)
Browse files Browse the repository at this point in the history
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.12 to 1.15.
- [Release notes](https://github.com/apache/commons-codec/releases)
- [Changelog](https://github.com/apache/commons-codec/blob/rel/commons-codec-1.15/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@commons-codec-1.12...rel/commons-codec-1.15)

---
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>
  • Loading branch information
dependabot[bot] committed Feb 8, 2023
1 parent c42476f commit c448b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

// Required for dependency licenses task
implementation 'org.apache.rat:apache-rat:0.13'
implementation 'commons-codec:commons-codec:1.12'
implementation 'commons-codec:commons-codec:1.15'

if (localRepo) {
implementation name: "build-tools-${buildToolsVersion}"
Expand Down

0 comments on commit c448b84

Please sign in to comment.