Skip to content

Commit

Permalink
Bump com.google.cloud:libraries-bom from 26.43.0 to 26.44.0 (#13788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent 39c98fe commit 53fbf88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<!-- Google Libraries -->
<protobuf.version>3.25.3</protobuf.version>
<grpc.version>1.66.0</grpc.version>
<google.cloud.libraries.version>26.43.0</google.cloud.libraries.version>
<google.cloud.libraries.version>26.44.0</google.cloud.libraries.version>
<google.auto-service.version>1.1.1</google.auto-service.version>
<google.re2j.version>1.7</google.re2j.version>
<google.errorprone.version>2.29.2</google.errorprone.version>
Expand Down

0 comments on commit 53fbf88

Please sign in to comment.