Skip to content

Commit a889654

Browse files
authored
deps: update dependencies.txt for grpc-gcp to 1.9.2 (#4164)
Thank you for opening a Pull Request! Before submitting your PR, please read our [contributing guidelines](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md). There are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/gapic-generator-java/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️
1 parent 6b79267 commit a889654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.slf4j:slf4j-api,slf4j=2.0.17
2323

2424
# 1P Shared-Deps
2525
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml
26-
com.google.cloud:grpc-gcp,grpc-gcp=1.9.1
26+
com.google.cloud:grpc-gcp,grpc-gcp=1.9.2
2727
com.google.oauth-client:google-oauth-client,google.oauth-client=1.39.0
2828
com.google.api-client:google-api-client,google.api-client=2.9.0
2929

java-shared-dependencies/first-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<properties>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<site.installationModule>${project.artifactId}</site.installationModule>
25-
<grpc-gcp.version>1.9.0</grpc-gcp.version>
25+
<grpc-gcp.version>1.9.2</grpc-gcp.version>
2626
<google.oauth-client.version>1.39.0</google.oauth-client.version>
2727
<google.api-client.version>2.7.2</google.api-client.version>
2828
</properties>

0 commit comments

Comments
 (0)