Skip to content

Commit

Permalink
Merge pull request #155 from spdx/libversions
Browse files Browse the repository at this point in the history
Update libraries to version 1.1.4
  • Loading branch information
goneall authored Feb 15, 2023
2 parents e3930a4 + 58f7e80 commit 071b53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>licenseListPublisher</artifactId>
<version>2.2.8-SNAPSHOT</version>
<version>2.2.8</version>
<name>License List Publisher</name>
<description>Tool that generates license data found in the license-list-data repository from the license-list-XML source</description>
<licenses>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 071b53d

Please sign in to comment.