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

pvillard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e5e332  NIFI-7143: Upgrade GCP dependency
7e5e332 is described below

commit 7e5e332842685fc2cd222a60b75d1ea8506023b9
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Fri Feb 14 22:15:49 2020 +0100

    NIFI-7143: Upgrade GCP dependency
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes NIFI-7143.
---
 nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml | 2 +-
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
index 2b6d7bb..e4f700d 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>com.google.auth</groupId>
             <artifactId>google-auth-library-oauth2-http</artifactId>
-            <version>0.16.2</version>
+            <version>0.18.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
index af4de00..a0da073 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.cloud.sdk.version>0.107.0-alpha</google.cloud.sdk.version>
+        <google.cloud.sdk.version>0.120.2-alpha</google.cloud.sdk.version>
     </properties>
 
     <dependencyManagement>

Reply via email to