Skip to content

Commit

Permalink
dependency updates (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz authored Jan 25, 2024
1 parent 2e560d4 commit 95fa9ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
* PR #1166: Fix filters by adding surrounding parenthesis. Thanks @tom-s-powell !
* PR #1171: fix read, write issues with Timestamp
* Issue #1116: BigQuery write fails with MessageSize is too large
* BigQuery API has been upgraded to version 2.36.0
* GAX has been upgraded to version 2.40.0
* gRPC has been upgraded to version 1.61.0
* Netty has been upgraded to version 4.1.106.Final
* Protocol Buffers has been upgraded to version 3.25.2

## 0.35.1 - 2023-12-28

Expand Down
29 changes: 15 additions & 14 deletions spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,20 @@
<revision>0.0.1-SNAPSHOT</revision>

<avro.version>1.11.3</avro.version>
<arrow.version>14.0.1</arrow.version>
<gax.version>2.38.0</gax.version>
<google-cloud-bigquery.version>2.35.0</google-cloud-bigquery.version>
<arrow.version>15.0.0</arrow.version>
<gax.version>2.40.0</gax.version>
<google-auth.version>1.22.0</google-auth.version>
<google-cloud-bigquery.version>2.36.0</google-cloud-bigquery.version>
<google-cloud-bigquerystorage.version>2.47.0</google-cloud-bigquerystorage.version>
<google-cloud-dataproc.version>4.29.0</google-cloud-dataproc.version>
<google-cloud-storage.version>2.30.1</google-cloud-storage.version>
<google-truth.version>1.1.5</google-truth.version>
<grpc.version>1.60.0</grpc.version>
<guava.version>32.1.3-jre</guava.version>
<jackson.version>2.16.0</jackson.version>
<netty.version>4.1.101.Final</netty.version>
<google-cloud-dataproc.version>4.30.0</google-cloud-dataproc.version>
<google-cloud-storage.version>2.31.0</google-cloud-storage.version>
<google-truth.version>1.3.0</google-truth.version>
<grpc.version>1.61.0</grpc.version>
<guava.version>33.0.0-jre</guava.version>
<jackson.version>2.16.1</jackson.version>
<netty.version>4.1.106.Final</netty.version>
<paranamer.version>2.8</paranamer.version>
<protobuf.version>3.25.1</protobuf.version>
<protobuf.version>3.25.2</protobuf.version>
<zstd.version>1.4.9-1</zstd.version>
<deploy.skip>true</deploy.skip>
<nexus.remote.skip>false</nexus.remote.skip>
Expand Down Expand Up @@ -116,7 +117,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.16.1</version>
<version>${google-auth.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -326,7 +327,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.2.0</version>
<version>4.8.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -341,7 +342,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 95fa9ab

Please sign in to comment.