Skip to content

Commit

Permalink
Dependency version updates (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Sep 16, 2021
1 parent 87a650f commit 07bec14
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<v.jena>3.16.0</v.jena>
<v.jersey>2.25.1</v.jersey>
<v.slf4j>1.7.30</v.slf4j>
<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>
Expand Down Expand Up @@ -332,13 +332,28 @@
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
</dependency>

<!--Maven Enforcer-->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${v.guava}</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
Expand All @@ -349,17 +364,6 @@
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!--es.weso:shaclex_2.12:pom:0.0.87-->
<!-- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency> -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${v.guava}</version>
</dependency>

<!--Convergence-->
<dependency>
Expand All @@ -386,6 +390,7 @@
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.66</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 07bec14

Please sign in to comment.