Skip to content

Commit 2fbf5ea

Browse files
authored
Merge pull request #52 from spdx/updatelibs
Update SPDX Java Library and Jena
2 parents 76cc036 + a120502 commit 2fbf5ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@
8484
<dependency>
8585
<groupId>org.spdx</groupId>
8686
<artifactId>java-spdx-library</artifactId>
87-
<version>1.1.5</version>
87+
<version>1.1.6</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.apache.jena</groupId>
9191
<artifactId>jena-core</artifactId>
92-
<version>4.7.0</version>
92+
<version>4.8.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.apache.jena</groupId>
9696
<artifactId>jena-arq</artifactId>
97-
<version>4.7.0</version>
97+
<version>4.8.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.jena</groupId>
101101
<artifactId>jena-base</artifactId>
102-
<version>4.7.0</version>
102+
<version>4.8.0</version>
103103
</dependency>
104104
</dependencies>
105105
<build>

0 commit comments

Comments
 (0)