You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/30 17:01:14 UTC

[cxf-dosgi] branch master updated: Updating a few dependencies

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1123b98  Updating a few dependencies
1123b98 is described below

commit 1123b98602b1c2a56e8e353d16ee84a616e711e2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 30 16:36:59 2018 +0000

    Updating a few dependencies
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cd9a1c6..8ef0acd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -35,7 +35,7 @@
         <zookeeper.version>3.4.12</zookeeper.version>
         <servlet.version>3.0</servlet.version>
         <servicemix.specs.version>2.6.0</servicemix.specs.version>
-        <slf4j.version>1.7.14</slf4j.version>
+        <slf4j.version>1.7.25</slf4j.version>
         <exam.version>4.11.0</exam.version>
 
         <baseline.skip>true</baseline.skip>
@@ -73,7 +73,7 @@
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>3.4</version>
+                <version>4.0.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>