Skip to content

Commit 909a5db

Browse files
Bump com.github.jk1.dependency-license-report from 2.6 to 2.7 in /java-client (#944) (#946)
* Bump com.github.jk1.dependency-license-report in /java-client Bumps com.github.jk1.dependency-license-report from 2.6 to 2.7. --- updated-dependencies: - dependency-name: com.github.jk1.dependency-license-report 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 789d46a) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 996f354 commit 909a5db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
- Add missed fields to PhraseSuggestOption: collapseMatch ([#940](https://github.com/opensearch-project/opensearch-java/pull/940))
77

88
### Dependencies
9+
- Bumps `com.github.jk1.dependency-license-report` from 2.6 to 2.7
910

1011
### Changed
1112

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ plugins {
4848
java
4949
`java-library`
5050
`maven-publish`
51-
id("com.github.jk1.dependency-license-report") version "2.6"
51+
id("com.github.jk1.dependency-license-report") version "2.7"
5252
id("org.owasp.dependencycheck") version "9.1.0"
5353
id("com.diffplug.spotless") version "6.25.0"
5454
}

0 commit comments

Comments
 (0)