Skip to content

Commit

Permalink
Merge pull request #89 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update SPDX libraries to version 1.1.5
  • Loading branch information
goneall committed Apr 17, 2023
2 parents 9aa6ff6 + 6677c12 commit 217b556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-maven-plugin</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
<packaging>maven-plugin</packaging>

<name>spdx-maven-plugin Maven Plugin</name>
Expand Down Expand Up @@ -68,17 +68,17 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-jackson-store</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 217b556

Please sign in to comment.