Skip to content

Commit

Permalink
Merge pull request #38 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update SPDX library versions
  • Loading branch information
goneall authored Jan 18, 2024
2 parents c17e3e8 + a091db8 commit 39f1b28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.6</version>
<version>1.1.10</version>
</dependency>
<dependency>
<!-- Note: CycloneDX library fails with version 2.15.0-rc3 -->
Expand All @@ -119,22 +119,22 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.1.6</version>
<version>1.1.9</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-jackson-store</artifactId>
<version>1.1.6</version>
<version>1.1.9.1</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-tagvalue-store</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-spreadsheet-store</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 39f1b28

Please sign in to comment.