Skip to content

Commit

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

Bump the gradle-dependencies group across 1 directory with 3 updates
  • Loading branch information
loosebazooka authored Jun 3, 2024
2 parents b2c00e5 + 5182c7a commit 332b9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ dependencies {

implementation("org.spdx:java-spdx-library:1.1.11")
implementation("org.spdx:spdx-jackson-store:1.1.9.1")
implementation("org.apache.maven:maven-model-builder:3.9.6")
implementation("org.apache.maven:maven-model:3.9.6")
implementation("com.google.guava:guava:33.1.0-jre")
implementation("org.apache.maven:maven-model-builder:3.9.7")
implementation("org.apache.maven:maven-model:3.9.7")
implementation("com.google.guava:guava:33.2.1-jre")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.hamcrest:hamcrest-library:2.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public abstract class PropertiesForPom {

PropertiesForPom() {}

private static final List<String> JAVA_PROP_KEYS = List.of("java.version", "java.home");
private static final List<String> JAVA_PROP_KEYS =
List.of("java.version", "java.home", "os.name", "os.arch", "os.version");

@Lazy
public Properties get() {
Expand Down

0 comments on commit 332b9cd

Please sign in to comment.