Skip to content

Commit

Permalink
Merge pull request #667 from jamesnetherton/libraries-bom-26.45.0
Browse files Browse the repository at this point in the history
Upgrade com.google.cloud:libraries-bom to 26.45.0
  • Loading branch information
loicmathieu committed Sep 17, 2024
2 parents c694711 + 7f344f3 commit 3bb5b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<google-cloud-sdk.version>26.43.0</google-cloud-sdk.version>
<google-cloud-sdk.version>26.45.0</google-cloud-sdk.version>

<!-- Dependency convergence issues -->
<opencensus.version>0.31.1</opencensus.version><!-- mess in google-pubsub and grpc deps; should be rather stable as OpenCensus has been sunsetted already - see https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/862 -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package io.quarkiverse.googlecloudservices.common.grpc.runtime.graal;

import java.io.IOException;
import java.time.Duration;
import java.util.concurrent.Executor;
import java.util.concurrent.TimeUnit;

import org.threeten.bp.Duration;

import com.google.api.core.ApiFunction;
import com.google.api.gax.grpc.ChannelPrimer;
import com.google.api.gax.grpc.GrpcHeaderInterceptor;
Expand Down

0 comments on commit 3bb5b41

Please sign in to comment.