From commits-return-75916-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Aug 5 06:48:42 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 65C52180181 for ; Mon, 5 Aug 2019 08:48:42 +0200 (CEST) Received: (qmail 13548 invoked by uid 500); 5 Aug 2019 06:48:38 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 13539 invoked by uid 99); 5 Aug 2019 06:48:38 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2019 06:48:38 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0B43885EE1; Mon, 5 Aug 2019 06:48:38 +0000 (UTC) Date: Mon, 05 Aug 2019 06:48:37 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Upgrade GRPC and related bundles to version 1.22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156498771756.9974.7517685872093908560@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ec0a7aca2a72a2790ece07a00d95b65b9002a6d0 X-Git-Newrev: a0db603cb3c7ebbd76ba6792646ed9a70aa71f3c X-Git-Rev: a0db603cb3c7ebbd76ba6792646ed9a70aa71f3c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new a0db603 Upgrade GRPC and related bundles to version 1.22.1 a0db603 is described below commit a0db603cb3c7ebbd76ba6792646ed9a70aa71f3c Author: Andrea Cosentino AuthorDate: Mon Aug 5 08:48:10 2019 +0200 Upgrade GRPC and related bundles to version 1.22.1 --- parent/pom.xml | 5 +++-- platforms/karaf/features/src/main/resources/features.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 04de7e8..2e50c92 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -235,12 +235,12 @@ 17.0 0.30 2.3.25 - 1.22.0 + 1.22.1 0.13.0 26.0-android 3.7.0 2.0.25.Final - 1.21.0_1 + 1.22.1_1 2.3.2 2.8.5 3.0 @@ -509,6 +509,7 @@ 1.3.2 1.8.6 2.0.16 + 0.17.0 42.2.6 0.8.2 1.0-alpha-2 diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 85f4af8..c87f8af 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1168,6 +1168,7 @@ wrap:mvn:com.google.errorprone/error_prone_annotations/${grpc-errorprone-version} mvn:org.javassist/javassist/${javassist-version} + wrap:mvn:io.perfmark/perfmark-api/${perfmark-version} wrap:mvn:com.auth0/java-jwt/${grpc-java-jwt-version} wrap:mvn:com.google.auth/google-auth-library-credentials/${grpc-google-auth-library-version} wrap:mvn:com.google.auth/google-auth-library-oauth2-http/${grpc-google-auth-library-version}