Skip to content

Commit 8513615

Browse files
Bump com.github.jk1.dependency-license-report from 2.5 to 2.6 in /java-client (#887)
* Bump com.github.jk1.dependency-license-report in /java-client Bumps com.github.jk1.dependency-license-report from 2.5 to 2.6. --- 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>
1 parent 045c805 commit 8513615

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
@@ -4,6 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
## [Unreleased 3.0]
55
### Dependencies
66
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.3 to 5.2.4
7+
- Bumps `com.github.jk1.dependency-license-report` from 2.5 to 2.6
78

89
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
910

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ plugins {
5151
java
5252
`java-library`
5353
`maven-publish`
54-
id("com.github.jk1.dependency-license-report") version "2.5"
54+
id("com.github.jk1.dependency-license-report") version "2.6"
5555
id("org.owasp.dependencycheck") version "9.0.9"
5656
id("com.diffplug.spotless") version "6.25.0"
5757
}

0 commit comments

Comments
 (0)