Skip to content

Commit

Permalink
Merge pull request #52 from spdx/spdxlib
Browse files Browse the repository at this point in the history
Update SPDX Java Library to 1.1.4
  • Loading branch information
goneall authored Feb 8, 2023
2 parents 7e714ed + 5ef03c3 commit 2c58bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-jackson-store</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<packaging>jar</packaging>

<name>spdx-jackson-store</name>
Expand Down Expand Up @@ -104,7 +104,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 2c58bf1

Please sign in to comment.