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 9ce28133679e2fa2c95cb77ae71a63b004681381 Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 18:10:11 2023 +0300 NIFI-11406 Upgraded Google GCP from 26.4.0 to 26.12.0 - Upgraded Google Drive from Revision 20221219 to 20230306 This closes #7135 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 9149bd47c41dfa114b36a450de028f03d65028f7) --- 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 2b89c87181..34740318da 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.4.0</gcp.sdk.version> + <gcp.sdk.version>26.12.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 186870d74a..0715907b0e 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-rev20221219-2.0.0</version> + <version>v3-rev20230306-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 fbcb2369ce..2b5c9b6a3d 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.4.0</google.libraries.version> + <google.libraries.version>26.12.0</google.libraries.version> </properties> <dependencyManagement>
