Skip to content

Commit

Permalink
build(deps): bump com.github.jk1.dependency-license-report from 2.7 t…
Browse files Browse the repository at this point in the history
…o 2.8 (#173)

* build(deps): bump com.github.jk1.dependency-license-report

Bumps com.github.jk1.dependency-license-report from 2.7 to 2.8.

---
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]>

* fix: amgiguous overload resolution in license report

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Bernhard <[email protected]>
  • Loading branch information
dependabot[bot] and kaibernhard authored May 27, 2024
1 parent 297fcb2 commit a523ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ licenseReport {
arrayOf(
// With second arg true we get the default transformations:
// https://github.com/jk1/Gradle-License-Report/blob/7cf695c38126b63ef9e907345adab84dfa92ea0e/src/main/resources/default-license-normalizer-bundle.json
LicenseBundleNormalizer(null, true),
LicenseBundleNormalizer(null as String?, true),
)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-s
spring-security-test = { module = "org.springframework.security:spring-security-test" }

[plugins]
dependency-license-report = "com.github.jk1.dependency-license-report:2.7"
dependency-license-report = "com.github.jk1.dependency-license-report:2.8"
sonarqube = "org.sonarqube:5.0.0.4638"
spotless = "com.diffplug.spotless:6.25.0"
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
Expand Down

0 comments on commit a523ad8

Please sign in to comment.