This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 9149bd47c41dfa114b36a450de028f03d65028f7 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]> --- 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 cb086e04f3..add237aed8 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 ed7b8dce60..1c41beba0d 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 7ab1e8b243..972c4a709a 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>
