Skip to content

Commit

Permalink
BUG 1728 : pom changes for bigquery connector (awslabs#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trianz-Akshay authored Mar 13, 2024
1 parent a69a525 commit 0136b1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions athena-google-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<!-- starting with version 2.36.0 there is a breaking change, do not update -->
<version>2.35.0</version>
<version>2.37.0</version>
<exclusions>
<exclusion>
<groupId>com.google.api.grpc</groupId>
Expand All @@ -68,6 +67,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.61.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-resourcemanager</artifactId>
Expand Down

0 comments on commit 0136b1d

Please sign in to comment.