Skip to content

Commit 400f2ce

Browse files
authored
Merge branch 'main' into renovate/gradle-7.x
2 parents 0e92435 + e070df6 commit 400f2ce

5 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.2.4](https://www.github.com/googleapis/gapic-generator-java/compare/v2.2.3...v2.2.4) (2022-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing dependencies in Gradle for "self-service" library generation ([#884](https://www.github.com/googleapis/gapic-generator-java/issues/884)) ([3adac5e](https://www.github.com/googleapis/gapic-generator-java/commit/3adac5e2898e40a1e5395ab65db037c26a4f7e1b))
9+
310
### [2.2.3](https://www.github.com/googleapis/gapic-generator-java/compare/v2.2.2...v2.2.3) (2021-12-06)
411

512

rules_java_gapic/resources/gradle/client_grpc.gradle.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dependencies {
1010
testImplementation 'com.google.api:gax:{{version.gax}}:testlib'
1111
implementation 'com.google.api:gax-grpc:{{version.gax_grpc}}'
1212
testImplementation 'com.google.api:gax-grpc:{{version.gax_grpc}}:testlib'
13+
implementation 'io.grpc:grpc-protobuf:{{version.io_grpc}}'
14+
testImplementation 'io.grpc:grpc-stub:{{version.io_grpc}}'
1315
testImplementation 'io.grpc:grpc-netty-shaded:{{version.io_grpc}}'
1416
testImplementation '{{maven.junit_junit}}'
1517
{{extra_deps}}

rules_java_gapic/resources/gradle/client_grpcrest.gradle.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies {
1212
testImplementation 'com.google.api:gax-grpc:{{version.gax_grpc}}:testlib'
1313
implementation 'com.google.api:gax-httpjson:{{version.gax_httpjson}}'
1414
testImplementation 'com.google.api:gax-httpjson:{{version.gax_httpjson}}:testlib'
15+
implementation 'io.grpc:grpc-protobuf:{{version.io_grpc}}'
16+
testImplementation 'io.grpc:grpc-stub:{{version.io_grpc}}'
1517
testImplementation 'io.grpc:grpc-netty-shaded:{{version.io_grpc}}'
1618
testImplementation '{{maven.junit_junit}}'
1719
{{extra_deps}}

rules_java_gapic/resources/gradle/proto.gradle.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ javadoc.options.encoding = 'UTF-8'
77

88
dependencies {
99
implementation 'com.google.protobuf:protobuf-java:{{version.com_google_protobuf}}'
10+
implementation '{{maven.com_google_guava_guava}}'
1011
implementation '{{maven.com_google_api_api_common}}'
1112
implementation '{{maven.com_google_api_grpc_proto_google_common_protos}}'
1213
{{extra_deps}}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.2.4

0 commit comments

Comments
 (0)