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 2019/01/02 17:23:18 UTC

[cxf-dosgi] branch master updated: Updating Jackson + SLF4J

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 6053faf  Updating Jackson + SLF4J
6053faf is described below

commit 6053faf02b56bffde16f54c424e418fdecc582c1
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 2 17:23:05 2019 +0000

    Updating Jackson + SLF4J
---
 distribution/multi-bundle/pom.xml | 2 +-
 provider-rs/pom.xml               | 2 +-
 samples/rest/impl-jackson/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index ea3d271..495f022 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -181,7 +181,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.9.1</version>
+			<version>2.9.7</version>
 		</dependency>
 	</dependencies>
 
diff --git a/provider-rs/pom.xml b/provider-rs/pom.xml
index 86263b2..6ee1300 100644
--- a/provider-rs/pom.xml
+++ b/provider-rs/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.7.21</version>
+            <version>1.7.25</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/samples/rest/impl-jackson/pom.xml b/samples/rest/impl-jackson/pom.xml
index 3901a01..f708adf 100644
--- a/samples/rest/impl-jackson/pom.xml
+++ b/samples/rest/impl-jackson/pom.xml
@@ -52,7 +52,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.jaxrs</groupId>
 			<artifactId>jackson-jaxrs-json-provider</artifactId>
-			<version>2.6.6</version>
+			<version>2.9.7</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.cxf</groupId>