Skip to content

Commit

Permalink
Upgrading gradle plugin dependency-license-report to 2.2 (#483)
Browse files Browse the repository at this point in the history
* Upgrading gradle plugin dependency-license-report to 2.x line

Signed-off-by: Vacha Shah <[email protected]>

* Add Changelog

Signed-off-by: Vacha Shah <[email protected]>

---------

Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah authored May 16, 2023
1 parent e027ae8 commit 6baa4eb
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 @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `io.github.classgraph:classgraph` from 4.8.157 to 4.8.158
- Bumps `com.github.jk1.dependency-license-report` from 1.19 to 2.2

### Changed
- Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246))
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ plugins {
`java-library`
checkstyle
`maven-publish`
id("com.github.jk1.dependency-license-report") version "1.19"
id("com.github.jk1.dependency-license-report") version "2.2"
}
apply(plugin = "opensearch.repositories")

Expand Down

0 comments on commit 6baa4eb

Please sign in to comment.