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/12/06 20:48:24 UTC

[olingo-odata4] branch master updated: [OLINGO-1414] Updated netty-codec to 4.1.43.Final

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 356cdbd  [OLINGO-1414] Updated netty-codec to 4.1.43.Final
356cdbd is described below

commit 356cdbd3d8b95b2aa7bbc7b3114516c3c2eb30ce
Author: mibo <mi...@apache.org>
AuthorDate: Fri Dec 6 21:45:54 2019 +0100

    [OLINGO-1414] Updated netty-codec to 4.1.43.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6727024..dea4d32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,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.39.Final</netty.version>
+    <netty.version>4.1.43.Final</netty.version>
 
     <velocity.version>1.7</velocity.version>
     <maven.plugin.api.version>3.2.2</maven.plugin.api.version>