Skip to content

Commit

Permalink
Merge pull request #135 from spdx/dependabot/gradle/gradle-dependenci…
Browse files Browse the repository at this point in the history
…es-b7025a72cd

Bump the gradle-dependencies group across 1 directory with 6 updates
  • Loading branch information
loosebazooka authored Sep 16, 2024
2 parents 6acf14c + 11569f9 commit 36606be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.plugin-publish") version "1.2.1"
id("com.gradle.plugin-publish") version "1.3.0"
id("com.diffplug.spotless") version "6.25.0"
signing
id("org.spdx.sbom") version "0.8.0"
Expand All @@ -19,13 +19,13 @@ dependencies {
compileOnly("org.immutables:value-annotations")
annotationProcessor("org.immutables:value")

implementation("org.spdx:java-spdx-library:1.1.11")
implementation("org.spdx:java-spdx-library:1.1.12")
implementation("org.spdx:spdx-jackson-store:1.1.9.1")
implementation("org.apache.maven:maven-model-builder:3.9.8")
implementation("org.apache.maven:maven-model:3.9.8")
implementation("com.google.guava:guava:33.2.1-jre")
implementation("org.apache.maven:maven-model-builder:3.9.9")
implementation("org.apache.maven:maven-model:3.9.9")
implementation("com.google.guava:guava:33.3.0-jre")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("org.hamcrest:hamcrest-library:3.0")
testImplementation("org.spdx:tools-java:1.1.8")
}
Expand Down

0 comments on commit 36606be

Please # to comment.