Browse Source

fix(deps): update dependency org.spdx:spdx-gradle-plugin to v0.8.0 (main) (#11425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
0d97bea34d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conventions/build.gradle.kts

+ 1 - 1
conventions/build.gradle.kts

@@ -62,7 +62,7 @@ dependencies {
   implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.17.4")
   implementation("org.owasp:dependency-check-gradle:9.2.0")
   implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
-  implementation("org.spdx:spdx-gradle-plugin:0.5.0")
+  implementation("org.spdx:spdx-gradle-plugin:0.8.0")
   // When updating, also update dependencyManagement/build.gradle.kts
   implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.14.15")
   implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")