You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2017/06/07 08:35:41 UTC

svn commit: r1797895 - in /chemistry/opencmis/trunk: chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml pom.xml

Author: fmui
Date: Wed Jun  7 08:35:41 2017
New Revision: 1797895

URL: http://svn.apache.org/viewvc?rev=1797895&view=rev
Log:
minor dependency version update

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml?rev=1797895&r1=1797894&r2=1797895&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml Wed Jun  7 08:35:41 2017
@@ -189,7 +189,7 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
-            <version>2.4.10</version>
+            <version>2.4.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1797895&r1=1797894&r2=1797895&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Wed Jun  7 08:35:41 2017
@@ -155,11 +155,11 @@
         <surefire.version>2.19.1</surefire.version>
         <failsafe.version>2.19.1</failsafe.version>
         <jacoco.version>0.7.5.201505241946</jacoco.version>
-        <slf4j.version>1.7.21</slf4j.version>
+        <slf4j.version>1.7.25</slf4j.version>
         <log4j.version>2.6.1</log4j.version>
         <apacheclient.version>4.2.6</apacheclient.version>
         <cxf.version>3.0.12</cxf.version>
-        <okhttp.version>3.4.1</okhttp.version>
+        <okhttp.version>3.8.0</okhttp.version>
     </properties>
 
     <build>