Skip to content

Commit

Permalink
fixed avro version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Feb 5, 2025
1 parent 51bf121 commit 04fcdd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* GAX has been upgraded to version 2.60.0
* Netty has been upgraded to version 4.1.117.Final
* Guava has been upgraded to version 33.4.0-jre
* Avro has been upgraded to version 1.12.0

## 0.41.1 - 2024-12-20
* Issue #1290: Stopped using metadata for optimized count path
Expand Down
2 changes: 1 addition & 1 deletion spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<revision>0.0.1-SNAPSHOT</revision>

<!-- avro 1.12.0 is compiled with java 11 -->
<avro.version>1.12.0</avro.version>
<avro.version>1.11.4</avro.version>
<!-- arrow 18.0.0 removed the support for java 8 -->
<arrow.version>17.0.0</arrow.version>
<gax.version>2.60.0</gax.version>
Expand Down

0 comments on commit 04fcdd6

Please sign in to comment.