Skip to content

Commit

Permalink
[HUDI-7459] Update hudi-gcp-bundle pom (apache#10790)
Browse files Browse the repository at this point in the history
Co-authored-by: jp0317 <[email protected]>
  • Loading branch information
jp0317 and jp0317 authored Mar 1, 2024
1 parent bc522a6 commit 4bd5804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hudi-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.15.0</version>
<version>${gcp-libraries-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion packaging/hudi-gcp-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>25.1.0</version>
<version>${gcp-libraries-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
<zookeeper.version>3.5.7</zookeeper.version>
<openjdk.jol.version>0.16</openjdk.jol.version>
<google.cloud.pubsub.version>1.120.0</google.cloud.pubsub.version>
<gcp-libraries-bom.version>26.15.0</gcp-libraries-bom.version>
<gcs.connector.version>hadoop2-2.2.7</gcs.connector.version>
<dynamodb-local.port>8000</dynamodb-local.port>
<dynamodb-local.endpoint>http://localhost:${dynamodb-local.port}</dynamodb-local.endpoint>
Expand Down

0 comments on commit 4bd5804

Please sign in to comment.