Skip to content

Commit

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



* Add Changelog



---------

Signed-off-by: Vacha Shah <[email protected]>
VachaShah authored May 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a7d2624 commit 964be9e
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
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added Point-In-Time APIs ([#461](https://github.com/opensearch-project/opensearch-java/pull/461))

### Dependencies
- Bumps `com.github.jk1.dependency-license-report` from 1.19 to 2.2

### Changed
- Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439))
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -48,7 +48,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"
}

checkstyle {

0 comments on commit 964be9e

Please sign in to comment.