Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /buildSrc (#299)
Browse files Browse the repository at this point in the history
* Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /buildSrc

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.15...rel/commons-codec-1.16.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2023
1 parent 0a3d06a commit c6ecc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.json4s:json4s-ast_2.10` from 3.2.10 to 3.6.12
- Bumps `org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7` from 1.0.0 to 1.1.1
- Bumps `org.apache.avro:avro` from 1.7.7 to 1.8.2
- Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.482
- Bumps `commons-codec:commons-codec` from 1.15 to 1.16.0
- Bumps `com.amazonaws:aws-java-sdk-bundle` from 1.12.451 to 1.12.524

### Changed
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {

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

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

0 comments on commit c6ecc51

Please sign in to comment.