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

Commit

Permalink
chore(main): release 2.19.1 (#1782)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 13, 2022
1 parent 4524fad commit 5300759
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 29 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [2.19.1](https://github.com/googleapis/gax-java/compare/v2.19.0...v2.19.1) (2022-09-13)


### Bug Fixes

* **deps:** Update dependency com.google.auth:google-auth-library-credentials to v1.11.0 ([#1786](https://github.com/googleapis/gax-java/issues/1786)) ([4889ff7](https://github.com/googleapis/gax-java/commit/4889ff7ccd3ae13052c4b7009ce81bcd88d650a9))
* **deps:** Update dependency com.google.auth:google-auth-library-oauth2-http to v1.11.0 ([#1787](https://github.com/googleapis/gax-java/issues/1787)) ([4f5cd42](https://github.com/googleapis/gax-java/commit/4f5cd428f416e7d43f3268de32e5314ac3317460))
* **deps:** Update dependency io.grpc:grpc-bom to v1.49.0 ([#1779](https://github.com/googleapis/gax-java/issues/1779)) ([037e131](https://github.com/googleapis/gax-java/commit/037e131ad46690f6d1badb45dc2f31ca981c1348))
* **deps:** Update dependency org.mockito:mockito-core to v4.8.0 ([#1785](https://github.com/googleapis/gax-java/issues/1785)) ([f2989bd](https://github.com/googleapis/gax-java/commit/f2989bd706e7b3c524d2f0b8ceaa1d576dd7f751))
* **httpjson:** Handle message derived query params ([#1784](https://github.com/googleapis/gax-java/issues/1784)) ([4524fad](https://github.com/googleapis/gax-java/commit/4524fadbe688d96a7c5e715ab88b542b4bb3891a))

## [2.19.0](https://github.com/googleapis/gax-java/compare/v2.18.7...v2.19.0) (2022-08-22)


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.19.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.19.1" // {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.19.1-SNAPSHOT
version.gax=2.19.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.19.1-SNAPSHOT
version.gax_grpc=2.19.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.19.1-SNAPSHOT
version.gax_bom=2.19.1
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.104.1-SNAPSHOT
version.gax_httpjson=0.104.1
# {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.19.1-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.19.1" // {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.19.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.19.1</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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.19.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.1</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.19.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.1</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.104.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.1</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.104.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.1</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.19.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "2.19.1" // {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.19.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.1</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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</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.104.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.104.1" // {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.104.1-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.1</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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</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.19.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.19.1" // {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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</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.19.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.1</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 @@ -117,12 +117,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.19.1</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.19.1</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.19.0:2.19.1-SNAPSHOT
gax-bom:2.19.0:2.19.1-SNAPSHOT
gax-grpc:2.19.0:2.19.1-SNAPSHOT
gax-httpjson:0.104.0:0.104.1-SNAPSHOT
gax:2.19.1:2.19.1
gax-bom:2.19.1:2.19.1
gax-grpc:2.19.1:2.19.1
gax-httpjson:0.104.1:0.104.1

0 comments on commit 5300759

Please sign in to comment.