Skip to content

Commit

Permalink
don't upgrade zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
isha97 committed Dec 17, 2024
1 parent 12253a5 commit 78fdb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<!-- Don't upgrade protobuf until bigquerystorage is compatible with 4.x version of proto.
Ref : https://github.com/protocolbuffers/protobuf/issues/16452-->
<protobuf.version>3.25.3</protobuf.version>
<zstd.version>1.5.6-8</zstd.version>
<deploy.skip>true</deploy.skip>
<nexus.remote.skip>false</nexus.remote.skip>
<shade.skip>true</shade.skip>
Expand Down Expand Up @@ -109,7 +108,8 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>${zstd.version}</version>
<!-- provided dependency, please don't change the version-->
<version>1.4.9-1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 78fdb75

Please sign in to comment.