Skip to content

Commit

Permalink
Upgraded dependencies with mvn versions:use-latest-versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 12, 2024
1 parent 9453a2b commit f6af32b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.6.0</version>
</dependency>

<!-- For producing testing output -->
<dependency>
<groupId>org.tap4j</groupId>
<artifactId>tap4j</artifactId>
<version>4.2.1</version>
<version>4.4.2</version>
</dependency>

<!-- For creating a webserver -->
Expand All @@ -78,23 +78,23 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20240303</version>
</dependency>

<!-- For reading and writing JSON-LD -->
<!-- https://mvnrepository.com/artifact/org.eclipse.rdf4j/rdf4j-rio-jsonld -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-jsonld</artifactId>
<version>2.3.2</version>
<version>5.0.0-M2</version>
<scope>runtime</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.rdf4j/rdf4j-rio-api -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-api</artifactId>
<version>2.3.2</version>
<version>5.0.0-M2</version>
</dependency>

<!-- REASONERS -->
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-apibinding</artifactId>
<version>4.5.19</version>
<version>5.5.0</version>
</dependency>

<!-- To support JSON-LD input -->
Expand All @@ -129,14 +129,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<version>2.1.0-alpha1</version>
</dependency>

<!-- We use JUnit Jupiter Engine for testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f6af32b

Please sign in to comment.