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

chore(main): release 2.18.2 #1707

Merged
merged 2 commits into from Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog

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


### Bug Fixes

* **deps:** update dependency com.google.api:api-common to v2.2.1 ([#1699](https://github.com/googleapis/gax-java/issues/1699)) ([be79d10](https://github.com/googleapis/gax-java/commit/be79d108601290d533126e996600a5864a7e810f))
* **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.7.0 ([#1700](https://github.com/googleapis/gax-java/issues/1700)) ([640525e](https://github.com/googleapis/gax-java/commit/640525ea4d2df46c187f867f7c13325aebd819c6))
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.7.0 ([#1701](https://github.com/googleapis/gax-java/issues/1701)) ([0f27ef7](https://github.com/googleapis/gax-java/commit/0f27ef7b63aa37fd7797e43803802a519d710658))
* **deps:** update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#1702](https://github.com/googleapis/gax-java/issues/1702)) ([96c4fa8](https://github.com/googleapis/gax-java/commit/96c4fa8b76e485fb6e19b183c11d660bd949c6c2))
* **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#1703](https://github.com/googleapis/gax-java/issues/1703)) ([3e07036](https://github.com/googleapis/gax-java/commit/3e07036bba7c6945c76a76cd623726c71d74ade2))
* **deps:** update dependency io.grpc:grpc-bom to v1.47.0 ([#1704](https://github.com/googleapis/gax-java/issues/1704)) ([0317926](https://github.com/googleapis/gax-java/commit/0317926ea97940df73738d1617e0b154e70b7e32))
* **deps:** update dependency io.opencensus:opencensus-api to v0.31.1 ([#1697](https://github.com/googleapis/gax-java/issues/1697)) ([f9f9e1e](https://github.com/googleapis/gax-java/commit/f9f9e1e2a16532c3051595138bc2e99c71268f3a))
* **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.1.0.1 ([#1698](https://github.com/googleapis/gax-java/issues/1698)) ([59fbff9](https://github.com/googleapis/gax-java/commit/59fbff938981be18134c1410c02d86dbf801f4a7))


### Dependencies

* update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#1713](https://github.com/googleapis/gax-java/issues/1713)) ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update dependency io.grpc:grpc-bom to v1.47.0 ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update dependency io.opencensus:opencensus-api to v0.31.1 ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update dependency org.mockito:mockito-core to v4.6.1 ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update dependency org.threeten:threetenbp to v1.6.0 ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update io.netty dependencies to v4.1.72.Final ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
* update plugin org.sonarqube to v3.4.0.2513 ([c5eb06e](https://github.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))

### [2.18.1](https://github.com/googleapis/gax-java/compare/v2.18.0...v2.18.1) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ plugins {
}

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

allprojects {
group = 'com.google.api'
Expand Down
8 changes: 4 additions & 4 deletions dependencies.properties
Expand Up @@ -8,16 +8,16 @@

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

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

archivesBaseName = 'gax-bom'

project.version = "2.18.2-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.18.2" // {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-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.18.2</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.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.2</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.2</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.103.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.2</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.103.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.2</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-grpc/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-grpc'

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

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

<artifactId>gax-grpc</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.2</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.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-httpjson/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-httpjson'

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

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

<artifactId>gax-httpjson</artifactId>
<version>0.103.2-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.2</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.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</version><!-- {x-version-update:gax:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gax/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax"

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

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

<artifactId>gax</artifactId>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</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.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<packaging>pom</packaging>
<version>2.18.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.2</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.2-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.18.2</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.18.2-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.18.2</version> <!-- {x-version-update:gax:current} -->
<type>test-jar</type>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

gax:2.18.1:2.18.2-SNAPSHOT
gax-bom:2.18.1:2.18.2-SNAPSHOT
gax-grpc:2.18.1:2.18.2-SNAPSHOT
gax-httpjson:0.103.1:0.103.2-SNAPSHOT
gax:2.18.2:2.18.2
gax-bom:2.18.2:2.18.2
gax-grpc:2.18.2:2.18.2
gax-httpjson:0.103.2:0.103.2