You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2019/08/21 02:54:24 UTC

[olingo-odata4] branch master updated: [OLINGO-1383] Update dependency versions

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

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new 3001967  [OLINGO-1383] Update dependency versions
3001967 is described below

commit 3001967be352414dc478d3ffea1679352f842904
Author: mibo <mi...@apache.org>
AuthorDate: Wed Aug 21 04:53:48 2019 +0200

    [OLINGO-1383] Update dependency versions
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index afb382e..3f08577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <servlet.version>3.1.0</servlet.version>
     <cxf.version>3.0.0</cxf.version>
     <spring.version>4.0.6.RELEASE</spring.version>
-    <netty.version>4.1.35.Final</netty.version>
+    <netty.version>4.1.39.Final</netty.version>
 
     <velocity.version>1.7</velocity.version>
     <maven.plugin.api.version>3.2.2</maven.plugin.api.version>
@@ -85,6 +85,7 @@
     <hc.client.version>4.5.8</hc.client.version>
     <hc.core.version>4.4.11</hc.core.version>
     <jackson.version>2.9.8</jackson.version>
+    <jackson-databind.version>2.9.9.3</jackson-databind.version>
     <aalto-xml.version>0.9.10</aalto-xml.version>
 
     <android.platform.version>4.1.1.4</android.platform.version>
@@ -158,7 +159,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}</version>
+        <version>${jackson-databind.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>