Skip to content

Commit

Permalink
Bump jena-arq from 3.10.0 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps jena-arq from 3.10.0 to 3.16.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 14, 2020
1 parent 4d77e9c commit e2a932a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matching-eval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- this will also include commons-csv and we want to use that version (no conflicts etc)-->
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.10.0</version>
<version>3.16.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion matching-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>3.1.0</version> <!--3.4.0-->
<version>3.16.0</version> <!--3.4.0-->
</dependency>
<dependency>
<groupId>de.uni-mannheim.informatik.dws.melt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion matching-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<!-- project default compile: -->
<jenaVersion>3.12.0</jenaVersion>
<jenaVersion>3.16.0</jenaVersion>
<owlapiVersion>5.1.11</owlapiVersion>
<jenaPrefix>org.apache.jena.</jenaPrefix>
<owlapiAdd>.orElse(null)</owlapiAdd>
Expand Down

0 comments on commit e2a932a

Please sign in to comment.