Skip to content

Commit

Permalink
Bump org.apache.rat:apache-rat from 0.13 to 0.15 in /buildSrc (#91) (#98
Browse files Browse the repository at this point in the history
)

* Bump org.apache.rat:apache-rat from 0.13 to 0.15 in /buildSrc

Bumps org.apache.rat:apache-rat from 0.13 to 0.15.

---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Update changelog



---------




(cherry picked from commit 933c5ac)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Feb 14, 2023
1 parent c742e5a commit b854d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.google.guava:guava` from 11.0 to 23.0
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
- Bumps `org.apache.rat:apache-rat` from 0.13 to 0.15


[Unreleased 1.x]: https://github.com/opensearch-project/opensearch-hadoop/compare/1.0.0...HEAD
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
compileOnly localGroovy()

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

if (localRepo) {
Expand Down

0 comments on commit b854d47

Please sign in to comment.