You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ar...@apache.org on 2020/04/17 16:42:32 UTC

[hadoop-ozone] branch master updated: Update grpc/netty dependencies (#840)

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

arp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bb5838  Update grpc/netty dependencies (#840)
3bb5838 is described below

commit 3bb5838196536f2ea4ac1ab4dcd0bc53ae97f7e0
Author: Mukul Kumar Singh <ms...@apache.org>
AuthorDate: Fri Apr 17 22:12:19 2020 +0530

    Update grpc/netty dependencies (#840)
---
 hadoop-ozone/csi/pom.xml | 6 +++---
 pom.xml                  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml
index c6eaf3d..e547ac6 100644
--- a/hadoop-ozone/csi/pom.xml
+++ b/hadoop-ozone/csi/pom.xml
@@ -29,7 +29,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <packaging>jar</packaging>
 
   <properties>
-    <grpc-compile.version>1.17.1</grpc-compile.version>
+    <grpc-compile.version>1.24.0</grpc-compile.version>
     <protobuf-compile.version>3.5.0</protobuf-compile.version>
   </properties>
   <dependencies>
@@ -76,12 +76,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport-native-epoll</artifactId>
-      <version>4.1.30.Final</version>
+      <version>4.1.48.Final</version>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport-native-unix-common</artifactId>
-      <version>4.1.30.Final</version>
+      <version>4.1.48.Final</version>
     </dependency>
     <dependency>
       <groupId>io.grpc</groupId>
diff --git a/pom.xml b/pom.xml
index aa56a40..a8a6a3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.47.Final</version>
+        <version>4.1.48.Final</version>
       </dependency>
 
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org