You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2018/10/27 01:48:12 UTC

any23 git commit: bump additional dependency versions

Repository: any23
Updated Branches:
  refs/heads/master a9435d78c -> e51e38dac


bump additional dependency versions


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/e51e38da
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/e51e38da
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/e51e38da

Branch: refs/heads/master
Commit: e51e38dacb5e05254f890cbd7c8287eabcdae191
Parents: a9435d7
Author: Hans <fi...@gmail.com>
Authored: Fri Oct 26 20:48:04 2018 -0500
Committer: Hans <fi...@gmail.com>
Committed: Fri Oct 26 20:48:04 2018 -0500

----------------------------------------------------------------------
 pom.xml         | 12 ++++++------
 service/pom.xml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/e51e38da/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d4766d..30a3949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
 
     <httpclient.version>4.5.6</httpclient.version>
     <httpcore.version>4.4.10</httpcore.version>
-    <owlapi.version>5.1.6</owlapi.version>
+    <owlapi.version>5.1.7</owlapi.version>
     <poi.version>4.0.0</poi.version>
     <rdf4j.version>2.4.0</rdf4j.version>
     <semargl.version>0.7</semargl.version>
@@ -280,7 +280,7 @@
     <tika.version>1.19.1</tika.version>
     <openie_2.11.version>4.2.6</openie_2.11.version>
     <openregex.version>1.1.1</openregex.version>
-    <jackson.version>2.9.6</jackson.version>
+    <jackson.version>2.9.7</jackson.version>
 
     <!-- Overridden in profiles to add JDK specific arguments to surefire -->
     <surefire-extra-args />
@@ -511,7 +511,7 @@
       <dependency>
         <groupId>com.github.jsonld-java</groupId>
         <artifactId>jsonld-java</artifactId>
-        <version>0.12.0</version>
+        <version>0.12.1</version>
       </dependency>
       <dependency>
         <groupId>org.semarglproject</groupId>
@@ -547,7 +547,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.5</version>
+        <version>1.6</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
@@ -596,7 +596,7 @@
       <dependency>
         <groupId>org.yaml</groupId>
         <artifactId>snakeyaml</artifactId>
-        <version>1.21</version>
+        <version>1.23</version>
       </dependency>
 
       <!-- BEGIN: Test Dependencies -->
@@ -609,7 +609,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.19.0</version>
+        <version>2.23.0</version>
         <scope>test</scope>
       </dependency>
       <!-- END: Test Dependencies -->

http://git-wip-us.apache.org/repos/asf/any23/blob/e51e38da/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 96004c7..d21e474 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <!-- the following property is used in the bash script as well, don't remove it! -->
-    <jetty.runner.version>9.4.11.v20180605</jetty.runner.version>
+    <jetty.runner.version>9.4.12.v20180830</jetty.runner.version>
     <output.directory>${project.build.directory}/${project.artifactId}-${project.version}/WEB-INF/lib/apache-any23-openie</output.directory>
   </properties>