Skip to content

Commit

Permalink
Merge pull request #14 from spdx/release11
Browse files Browse the repository at this point in the history
Update Spdx Java Library dependency
  • Loading branch information
goneall authored Oct 5, 2022
2 parents 4402513 + fc874d7 commit 445da32
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.spdx</groupId>
<artifactId>spdx-spreadsheet-store</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>spdx-spreadsheet-store</name>
Expand Down Expand Up @@ -34,6 +34,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>spdx</sonar.organization>
<sonar.projectKey>spdx-spreadsheet-store</sonar.projectKey>
<dependency-check-maven.version>7.2.1</dependency-check-maven.version>
</properties>
<developers>
<developer>
Expand Down Expand Up @@ -101,7 +102,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down Expand Up @@ -136,6 +137,11 @@
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${dependency-check-maven.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 445da32

Please sign in to comment.