Skip to content

Commit

Permalink
Merge pull request #58 from spdx/updatelib
Browse files Browse the repository at this point in the history
Update library to version 1.1.5
  • Loading branch information
goneall authored Apr 16, 2023
2 parents f2e9ab4 + 43d6b8e commit 40095a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.5-SNAPSHOT</version>
<version>1.1.5</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.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -114,17 +114,17 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0-rc1</version>
<version>2.15.0-rc3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.14.0-rc1</version>
<version>2.15.0-rc3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.14.0-rc1</version>
<version>2.15.0-rc3</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand All @@ -134,7 +134,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0-rc1</version>
<version>2.15.0-rc3</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -235,7 +235,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.5.5</version>
<version>0.6.4</version>
<executions>
<execution>
<id>build-spdx</id>
Expand Down

0 comments on commit 40095a4

Please sign in to comment.