Skip to content

Commit

Permalink
Upgrade to Jena 4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Dec 25, 2021
1 parent 51f5a2c commit 841ba68
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<v.kotlin>1.5.32</v.kotlin>
<v.dokka>1.5.31</v.dokka>

<v.jena>4.1.0</v.jena>
<v.jena>4.2.0</v.jena>
<v.jersey>2.35</v.jersey>
<v.slf4j>1.7.32</v.slf4j>
<v.servlet>3.1.0</v.servlet>
<v.httpclient>4.5.13</v.httpclient>
<v.guava>30.0-jre</v.guava>
<v.jackson-core>2.12.3</v.jackson-core>
<v.guava>30.1.1-jre</v.guava>
<v.jackson-core>2.12.6</v.jackson-core>
</properties>


Expand Down Expand Up @@ -380,6 +380,11 @@
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.73</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>


<!--To remove-->
Expand All @@ -395,13 +400,8 @@
<artifactId>jena-arq</artifactId>
<version>${v.jena}</version>
</dependency>-->
<!--
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
</dependency>
-->


<!-- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down

0 comments on commit 841ba68

Please sign in to comment.