Skip to content

Commit 5aa8769

Browse files
authored
fix: fix regression in batch#close silently ignoring entry failures by upgrading to gax to 1.50.0 (#67)
1 parent 918f146 commit 5aa8769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
155155

156156
<autovalue.version>1.7</autovalue.version>
157-
<gax.version>1.49.1</gax.version>
157+
<gax.version>1.50.0</gax.version>
158158
<google.api-common.version>1.8.1</google.api-common.version>
159159
<google.common-protos.version>1.17.0</google.common-protos.version>
160160
<google.core.version>1.91.3</google.core.version>

0 commit comments

Comments
 (0)