NIFI-13758 Upgraded Google Cloud Libraries to 26.46.0 (#9275)

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Peter Turcsanyi 2024-09-19 22:54:03 +02:00 committed by GitHub
parent d455c00387
commit 58184683df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 8 deletions

View File

@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
<google.libraries.version>26.45.0</google.libraries.version>
<google.libraries.version>26.46.0</google.libraries.version>
</properties>
<dependencyManagement>
@ -37,13 +37,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Override google-auth-library-oauth2-http in order to overcome https://github.com/googleapis/google-auth-library-java/issues/1387.
This should be removed once libraries-bom brings 1.25.0 or newer. -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.25.0</version>
</dependency>
<!-- Override Guava 31.1 -->
<dependency>
<groupId>com.google.guava</groupId>