This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch revert-8218-upgrade-grpc-version in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 406f9ed6b908e14dff467c9bc5325f6b7f020067 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Sat Feb 26 19:46:37 2022 +0800 Revert "[chore](dependency) upgrade-grpc-version (#8218)" This reverts commit df7e848cbbc8170c7bd83d812d7cac58b5574570. --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 8e13dcb..36dd85c 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -111,7 +111,7 @@ under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <grpc.version>1.44.1</grpc.version> + <grpc.version>1.30.0</grpc.version> <protobuf.version>3.14.0</protobuf.version> <skip.plugin>false</skip.plugin> <hive.version>2.3.7</hive.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org