You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2018/11/07 10:24:32 UTC

incubator-hivemall git commit: Updated Netty version to cope with NoSuchMethodError PooledByteBufAllocator.metric() for Spark v2.3

Repository: incubator-hivemall
Updated Branches:
  refs/heads/master 0c8960a29 -> 64eda770f


Updated Netty version to cope with NoSuchMethodError PooledByteBufAllocator.metric() for Spark v2.3


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/64eda770
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/64eda770
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/64eda770

Branch: refs/heads/master
Commit: 64eda770f68da0e35519e47a01a65d6e4f37c37d
Parents: 0c8960a
Author: Makoto Yui <my...@apache.org>
Authored: Wed Nov 7 19:24:24 2018 +0900
Committer: Makoto Yui <my...@apache.org>
Committed: Wed Nov 7 19:24:24 2018 +0900

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/64eda770/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 26dca48..3edaee0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -87,7 +87,7 @@
 			<!-- required for mixing client -->
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.0.23.Final</version>
+			<version>4.0.56.Final</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>