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

Commit

Permalink
chore(main): release 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 10, 2022
1 parent 32c50fb commit efcc003
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.9.3](https://github.com/googleapis/java-common-protos/compare/v2.9.2...v2.9.3) (2022-09-10)


### Dependencies

* Update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#393](https://github.com/googleapis/java-common-protos/issues/393)) ([f056dbe](https://github.com/googleapis/java-common-protos/commit/f056dbea9d92c92af9d4bffb8442704e4f3480e4))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#397](https://github.com/googleapis/java-common-protos/issues/397)) ([35f20b9](https://github.com/googleapis/java-common-protos/commit/35f20b942487f0500fa7919ddd9dd34e2a98da68))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#402](https://github.com/googleapis/java-common-protos/issues/402)) ([5279823](https://github.com/googleapis/java-common-protos/commit/5279823ab40a011b38003859d888ea48799bf86f))
* Update dependency com.google.protobuf:protobuf-java to v3.21.3 ([#394](https://github.com/googleapis/java-common-protos/issues/394)) ([ada3199](https://github.com/googleapis/java-common-protos/commit/ada31991b01ff3bcc342b9c8f7e0aaf95b21ab66))
* Update dependency com.google.protobuf:protobuf-java to v3.21.4 ([#398](https://github.com/googleapis/java-common-protos/issues/398)) ([f6be516](https://github.com/googleapis/java-common-protos/commit/f6be516c23202d2502c25473ccf8bba009948cde))
* Update dependency com.google.protobuf:protobuf-java to v3.21.5 ([#403](https://github.com/googleapis/java-common-protos/issues/403)) ([89f8ae8](https://github.com/googleapis/java-common-protos/commit/89f8ae82df4fe608f58c6190324a3cec7441cf81))
* Update dependency io.grpc:grpc-bom to v1.49.0 and guava to 31.1-android ([#390](https://github.com/googleapis/java-common-protos/issues/390)) ([08d00ec](https://github.com/googleapis/java-common-protos/commit/08d00ec4ab8f9979f4a6b92f76e9666f045f9953))
* Update dependency io.grpc:grpc-protobuf to v1.48.0 ([#391](https://github.com/googleapis/java-common-protos/issues/391)) ([171b4bf](https://github.com/googleapis/java-common-protos/commit/171b4bf8bd69ebd8111b0a2b6896282dbfa0525f))
* Update dependency io.grpc:grpc-protobuf to v1.48.1 ([#400](https://github.com/googleapis/java-common-protos/issues/400)) ([7c96c90](https://github.com/googleapis/java-common-protos/commit/7c96c908a819eef24c92cf9d65966e04825708d3))
* Update dependency io.grpc:grpc-protobuf to v1.49.0 ([#406](https://github.com/googleapis/java-common-protos/issues/406)) ([da8e116](https://github.com/googleapis/java-common-protos/commit/da8e116d60c17322c2a01de78a42f8e9d4498035))
* Update dependency io.grpc:grpc-stub to v1.48.0 ([#392](https://github.com/googleapis/java-common-protos/issues/392)) ([7d404a0](https://github.com/googleapis/java-common-protos/commit/7d404a051ee53933c9f64a7e77cca589a2fd7ceb))
* Update dependency io.grpc:grpc-stub to v1.48.1 ([#401](https://github.com/googleapis/java-common-protos/issues/401)) ([60ae3bc](https://github.com/googleapis/java-common-protos/commit/60ae3bc53f0a3b2afc32e9b7be8789efb2b551da))
* Update dependency io.grpc:grpc-stub to v1.49.0 ([#407](https://github.com/googleapis/java-common-protos/issues/407)) ([bedb226](https://github.com/googleapis/java-common-protos/commit/bedb226200ab92d1336652c2c02101796d7c7262))

## [2.9.2](https://github.com/googleapis/java-common-protos/compare/v2.9.1...v2.9.2) (2022-07-13)


Expand Down
4 changes: 2 additions & 2 deletions grpc-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>grpc-google-common-protos</name>
<description>GRPC library for grpc-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<packaging>pom</packaging>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>Google Common Protos Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:grpc-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>proto-google-common-protos</name>
<description>PROTO library for proto-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.9.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.9.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:2.9.2:2.9.3-SNAPSHOT
grpc-google-common-protos:2.9.2:2.9.3-SNAPSHOT
proto-google-common-protos:2.9.3:2.9.3
grpc-google-common-protos:2.9.3:2.9.3

0 comments on commit efcc003

Please sign in to comment.