Skip to content

Commit

Permalink
chore(main): release 2.18.3 (#1718)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.18.3](googleapis/gax-java@v2.18.2...v2.18.3) (2022-06-27)


### Bug Fixes

* **deps:** update dependency com.google.api.grpc:grpc-google-common-protos to v2.9.0 ([#1706](googleapis/gax-java#1706)) ([d3fbd6b](googleapis/gax-java@d3fbd6b))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#1708](googleapis/gax-java#1708)) ([6b57fa9](googleapis/gax-java@6b57fa9))
* **deps:** update dependency com.google.cloud:google-cloud-shared-config to v1.5.0 ([#1711](googleapis/gax-java#1711)) ([9ec5b66](googleapis/gax-java@9ec5b66))
* **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#1720](googleapis/gax-java#1720)) ([68fbd21](googleapis/gax-java@68fbd21))
* **deps:** update dependency org.mockito:mockito-core to v4.6.1 ([#1705](googleapis/gax-java#1705)) ([66bfdcb](googleapis/gax-java@66bfdcb))
* **deps:** update dependency org.threeten:threetenbp to v1.6.0 ([#1709](googleapis/gax-java#1709)) ([7e6205c](googleapis/gax-java@7e6205c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 1, 2022
1 parent 68fbd21 commit 3a950ef
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 29 deletions.
12 changes: 12 additions & 0 deletions gax-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.18.3](https://github.com/googleapis/gax-java/compare/v2.18.2...v2.18.3) (2022-06-27)


### Bug Fixes

* **deps:** update dependency com.google.api.grpc:grpc-google-common-protos to v2.9.0 ([#1706](https://github.com/googleapis/gax-java/issues/1706)) ([eb195c0](https://github.com/googleapis/gax-java/commit/eb195c000b19472fc15a2586320f4421b6ee92a3))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#1708](https://github.com/googleapis/gax-java/issues/1708)) ([0a606f5](https://github.com/googleapis/gax-java/commit/0a606f5d6f40a44b153f186d824e3a731586bb49))
* **deps:** update dependency com.google.cloud:google-cloud-shared-config to v1.5.0 ([#1711](https://github.com/googleapis/gax-java/issues/1711)) ([eb11bb0](https://github.com/googleapis/gax-java/commit/eb11bb027cde3e4abc8049a04056907de79386ab))
* **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#1720](https://github.com/googleapis/gax-java/issues/1720)) ([19a38cf](https://github.com/googleapis/gax-java/commit/19a38cffd13fbaa547a9992f61689d70239b6ee4))
* **deps:** update dependency org.mockito:mockito-core to v4.6.1 ([#1705](https://github.com/googleapis/gax-java/issues/1705)) ([7befaa4](https://github.com/googleapis/gax-java/commit/7befaa4a2525f9b09091225b2f74a3e2fbfa3175))
* **deps:** update dependency org.threeten:threetenbp to v1.6.0 ([#1709](https://github.com/googleapis/gax-java/issues/1709)) ([42cdcaa](https://github.com/googleapis/gax-java/commit/42cdcaa5a5d2362e86f94a13870f3c9c48f8b7f7))

## [2.18.2](https://github.com/googleapis/gax-java/compare/v2.18.1...v2.18.2) (2022-06-16)


Expand Down
2 changes: 1 addition & 1 deletion gax-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

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

allprojects {
group = 'com.google.api'
Expand Down
8 changes: 4 additions & 4 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=2.18.3-SNAPSHOT
version.gax=2.18.3
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.18.3-SNAPSHOT
version.gax_grpc=2.18.3
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.18.3-SNAPSHOT
version.gax_bom=2.18.3
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.103.3-SNAPSHOT
version.gax_httpjson=0.103.3
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

archivesBaseName = 'gax-bom'

project.version = "2.18.3-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.18.3" // {x-version-update:gax-bom:current}

def mavenJavaDir = "$buildDir/publications/mavenJava"
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')
Expand Down
14 changes: 7 additions & 7 deletions gax-java/gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.18.3</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
<description>Google Api eXtensions for Java (BOM)</description>
Expand Down Expand Up @@ -33,34 +33,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.3</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.3</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.103.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.3</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.103.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.3</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax-grpc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-grpc'

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

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-grpc</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.3</version><!-- {x-version-update:gax-grpc:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
<description>Google Api eXtensions for Java (gRPC)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax-httpjson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-httpjson'

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

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-httpjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-httpjson</artifactId>
<version>0.103.3-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.3</version> <!-- {x-version-update:gax-httpjson:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
<description>Google Api eXtensions for Java (HTTP JSON)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = "gax"

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

dependencies {
api(libraries['maven.com_google_api_api_common'],
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (Core)</name>
<description>Google Api eXtensions for Java (Core)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gax-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<packaging>pom</packaging>
<version>2.18.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.3</version><!-- {x-version-update:gax:current} -->
<name>GAX (Google Api eXtensions) for Java (Parent)</name>
<url>https://github.com/googleapis/gax-java</url>
<description>Google Api eXtensions for Java (Parent)</description>
Expand Down Expand Up @@ -111,12 +111,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.3-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.18.3</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.3-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.18.3</version> <!-- {x-version-update:gax:current} -->
<type>test-jar</type>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions gax-java/versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

gax:2.18.2:2.18.3-SNAPSHOT
gax-bom:2.18.2:2.18.3-SNAPSHOT
gax-grpc:2.18.2:2.18.3-SNAPSHOT
gax-httpjson:0.103.2:0.103.3-SNAPSHOT
gax:2.18.3:2.18.3
gax-bom:2.18.3:2.18.3
gax-grpc:2.18.3:2.18.3
gax-httpjson:0.103.3:0.103.3

0 comments on commit 3a950ef

Please sign in to comment.