Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 582b650

Browse files
chore(main): release 2.20.1 (#1920)
🤖 I have created a release *beep* *boop* --- ## [2.20.1](https://togithub.com/googleapis/gax-java/compare/v2.20.0...v2.20.1) (2022-12-02) ### Bug Fixes * **deps:** Update dependency com.google.api.grpc:grpc-google-common-protos to v2.11.0 ([#1906](https://togithub.com/googleapis/gax-java/issues/1906)) ([d27d848](https://togithub.com/googleapis/gax-java/commit/d27d8485d3da4de00253c1f5df435516d1af8d8e)) * **deps:** Update dependency com.google.api.grpc:proto-google-common-protos to v2.11.0 ([#1907](https://togithub.com/googleapis/gax-java/issues/1907)) ([7504e37](https://togithub.com/googleapis/gax-java/commit/7504e37163d39d10bd8388101e9ce614e2839aca)) * **deps:** Update dependency com.google.cloud:google-cloud-shared-config to v1.5.5 ([#1911](https://togithub.com/googleapis/gax-java/issues/1911)) ([772c221](https://togithub.com/googleapis/gax-java/commit/772c2213dfa10120b6efccf411550e77df3f9de7)) * **deps:** Update dependency com.google.protobuf:protobuf-bom to v3.21.10 ([#1912](https://togithub.com/googleapis/gax-java/issues/1912)) ([f508f24](https://togithub.com/googleapis/gax-java/commit/f508f245a59b2086c4b56d55f0cb25e9e7c29136)) * Watchdog controls lifecycle of the future, not executor ([#1890](https://togithub.com/googleapis/gax-java/issues/1890)) ([bd1714e](https://togithub.com/googleapis/gax-java/commit/bd1714e484eef8aa8f09632eee976c9da26da5f1)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent d27d848 commit 582b650

File tree

13 files changed

+40
-29
lines changed

13 files changed

+40
-29
lines changed

‎CHANGELOG.md

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

3+
## [2.20.1](https://github.com/googleapis/gax-java/compare/v2.20.0...v2.20.1) (2022-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.api.grpc:grpc-google-common-protos to v2.11.0 ([#1906](https://github.com/googleapis/gax-java/issues/1906)) ([d27d848](https://github.com/googleapis/gax-java/commit/d27d8485d3da4de00253c1f5df435516d1af8d8e))
9+
* **deps:** Update dependency com.google.api.grpc:proto-google-common-protos to v2.11.0 ([#1907](https://github.com/googleapis/gax-java/issues/1907)) ([7504e37](https://github.com/googleapis/gax-java/commit/7504e37163d39d10bd8388101e9ce614e2839aca))
10+
* **deps:** Update dependency com.google.cloud:google-cloud-shared-config to v1.5.5 ([#1911](https://github.com/googleapis/gax-java/issues/1911)) ([772c221](https://github.com/googleapis/gax-java/commit/772c2213dfa10120b6efccf411550e77df3f9de7))
11+
* **deps:** Update dependency com.google.protobuf:protobuf-bom to v3.21.10 ([#1912](https://github.com/googleapis/gax-java/issues/1912)) ([f508f24](https://github.com/googleapis/gax-java/commit/f508f245a59b2086c4b56d55f0cb25e9e7c29136))
12+
* Watchdog controls lifecycle of the future, not executor ([#1890](https://github.com/googleapis/gax-java/issues/1890)) ([bd1714e](https://github.com/googleapis/gax-java/commit/bd1714e484eef8aa8f09632eee976c9da26da5f1))
13+
314
## [2.20.0](https://github.com/googleapis/gax-java/compare/v2.19.5...v2.20.0) (2022-11-30)
415

516

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
16-
project.version = "2.20.1-SNAPSHOT" // {x-version-update:gax:current}
16+
project.version = "2.20.1" // {x-version-update:gax:current}
1717

1818
allprojects {
1919
group = 'com.google.api'

‎dependencies.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.20.1-SNAPSHOT
11+
version.gax=2.20.1
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.20.1-SNAPSHOT
14+
version.gax_grpc=2.20.1
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.20.1-SNAPSHOT
17+
version.gax_bom=2.20.1
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.105.1-SNAPSHOT
20+
version.gax_httpjson=0.105.1
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

‎gax-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'gax-bom'
77

8-
project.version = "2.20.1-SNAPSHOT" // {x-version-update:gax-bom:current}
8+
project.version = "2.20.1" // {x-version-update:gax-bom:current}
99

1010
def mavenJavaDir = "$buildDir/publications/mavenJava"
1111
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')

‎gax-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-bom</artifactId>
6-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>2.20.1</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
99
<description>Google Api eXtensions for Java (BOM)</description>
@@ -42,34 +42,34 @@
4242
<dependency>
4343
<groupId>com.google.api</groupId>
4444
<artifactId>gax</artifactId>
45-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
45+
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.api</groupId>
4949
<artifactId>gax</artifactId>
50-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
50+
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
5151
<classifier>testlib</classifier>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.api</groupId>
5555
<artifactId>gax-grpc</artifactId>
56-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
56+
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.api</groupId>
6060
<artifactId>gax-grpc</artifactId>
61-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
61+
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
6262
<classifier>testlib</classifier>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.api</groupId>
6666
<artifactId>gax-httpjson</artifactId>
67-
<version>0.105.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
67+
<version>0.105.1</version><!-- {x-version-update:gax-httpjson:current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.api</groupId>
7171
<artifactId>gax-httpjson</artifactId>
72-
<version>0.105.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
72+
<version>0.105.1</version><!-- {x-version-update:gax-httpjson:current} -->
7373
<classifier>testlib</classifier>
7474
</dependency>
7575
</dependencies>

‎gax-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-grpc'
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "2.20.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
4+
project.version = "2.20.1" // {x-version-update:gax-grpc:current}
55

66
dependencies {
77
api(project(':gax'),

‎gax-grpc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-grpc</artifactId>
6-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
6+
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
99
<description>Google Api eXtensions for Java (gRPC)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
14+
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<dependencies>

‎gax-httpjson/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-httpjson'
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "0.105.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.105.1" // {x-version-update:gax-httpjson:current}
55

66
dependencies {
77
api(project(':gax'),

‎gax-httpjson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-httpjson</artifactId>
6-
<version>0.105.1-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
6+
<version>0.105.1</version> <!-- {x-version-update:gax-httpjson:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
99
<description>Google Api eXtensions for Java (HTTP JSON)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.20.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
14+
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<properties>

‎gax/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax"
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "2.20.1-SNAPSHOT" // {x-version-update:gax:current}
4+
project.version = "2.20.1" // {x-version-update:gax:current}
55

66
dependencies {
77
api(libraries['maven.com_google_api_api_common'],

0 commit comments

Comments
 (0)