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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 08cd14cfc4636c291950c7fd06fbf0e05641f1d2
Author: Pierre Villard <[email protected]>
AuthorDate: Wed May 31 18:51:41 2023 +0200

    NIFI-11620 Upgraded Google libraries-bom from 26.12.0 to 26.15.0
    
    This closes #7321
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit d4f301f473f26cd4661fee13a1b7286f57b23bba)
---
 nifi-commons/nifi-property-protection-gcp/pom.xml            | 2 +-
 nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml 
b/nifi-commons/nifi-property-protection-gcp/pom.xml
index 34740318da..b310f338cf 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -22,7 +22,7 @@
     </parent>
     <artifactId>nifi-property-protection-gcp</artifactId>
     <properties>
-        <gcp.sdk.version>26.12.0</gcp.sdk.version>
+        <gcp.sdk.version>26.15.0</gcp.sdk.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 0715907b0e..d2c4ee6537 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -164,7 +164,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20230306-2.0.0</version>
+            <version>v3-rev20230520-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
index 2b5c9b6a3d..4864f1e188 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.12.0</google.libraries.version>
+        <google.libraries.version>26.15.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>

Reply via email to