Skip to content

Commit

Permalink
Fix google bigquery dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
chngpe committed Jun 26, 2024
1 parent e036100 commit d95bb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions athena-google-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
<version>3.6.0</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -70,12 +70,12 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.64.0</version>
<version>1.63.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resourcemanager</artifactId>
<version>1.47.0</version>
<version>1.46.0</version>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
Expand Down

0 comments on commit d95bb39

Please sign in to comment.