This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 126957f223 Bump Google API to Latest Version (#3011)
126957f223 is described below
commit 126957f223ede1a8336d3439afa50b7944ed26ea
Author: Charles S. Givre <[email protected]>
AuthorDate: Tue Jul 29 17:22:33 2025 -0400
Bump Google API to Latest Version (#3011)
---
contrib/storage-googlesheets/pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/contrib/storage-googlesheets/pom.xml
b/contrib/storage-googlesheets/pom.xml
index f1e21bbd3b..206b405bdd 100644
--- a/contrib/storage-googlesheets/pom.xml
+++ b/contrib/storage-googlesheets/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
- <version>2.0.0</version>
+ <version>2.8.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -54,27 +54,27 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
- <version>2.0.0</version>
+ <version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
- <version>1.34.1</version>
+ <version>1.39.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
- <version>1.11.0</version>
+ <version>1.37.1</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sheets</artifactId>
- <version>v4-rev20220620-2.0.0</version>
+ <version>v4-rev612-1.25.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20220815-2.0.0</version>
+ <version>v3-rev197-1.25.0</version>
</dependency>
<dependency>