You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/03/07 10:09:27 UTC

[38/57] [abbrv] git commit: Upgrading Jackson and SLF4J

Upgrading Jackson and SLF4J


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/commit/a8c0e9ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/tree/a8c0e9ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/diff/a8c0e9ea

Branch: refs/heads/master
Commit: a8c0e9ea84c428bb7f70d6378aea77b74b3ffae2
Parents: 0485543
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 5 15:47:18 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 5 15:47:18 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a8c0e9ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a1e0a2..b458284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,11 +67,11 @@
     <commons.lang3.version>3.2.1</commons.lang3.version>
 
     <hc.client.version>4.2.6</hc.client.version>
-    <jackson.version>2.3.1</jackson.version>
+    <jackson.version>2.3.2</jackson.version>
 
     <antlr.version>4.1</antlr.version>
     
-    <sl4j.version>1.7.5</sl4j.version>    
+    <sl4j.version>1.7.6</sl4j.version>    
   </properties>
 
   <dependencyManagement>