Skip to content

Commit

Permalink
Upgrade Google Cloud APIs in dataproc extension
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Mar 14, 2024
1 parent 7eea423 commit 09bbdaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cdap-runtime-ext-dataproc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<google.api.client.version>1.34.0</google.api.client.version>
<google.cloud.libraries.bom.version>26.22.0</google.cloud.libraries.bom.version>
<google.cloud.libraries.bom.version>26.34.0</google.cloud.libraries.bom.version>
</properties>


Expand All @@ -58,15 +58,15 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>v1-rev20230829-2.0.0</version>
<version>v1-rev20240227-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- newer version required by google libs,
but set to 0.13.0 by parent pom, so put explicit version
needed by google libs -->
<version>32.1.2-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 09bbdaa

Please sign in to comment.