Skip to content

Commit

Permalink
chore(main): release 1.34.0 (#2026)
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 Apr 12, 2022
1 parent 00eabeb commit e616d02
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 23 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [1.34.0](https://github.com/googleapis/google-api-java-client/compare/v1.33.4...v1.34.0) (2022-04-12)


### Features

* deprecate OOB auth flow in GooglePromptReceiver ([#2034](https://github.com/googleapis/google-api-java-client/issues/2034)) ([334d8d6](https://github.com/googleapis/google-api-java-client/commit/334d8d68a455e41be137ed27dab50df7915b3992))


### Bug Fixes

* **deps:** update dependency com.google.api-client:google-api-client to v1.33.4 ([#2022](https://github.com/googleapis/google-api-java-client/issues/2022)) ([582bde1](https://github.com/googleapis/google-api-java-client/commit/582bde1f48c892b5856d0c51d8e051be6d20321e))
* **deps:** update dependency com.google.cloud:libraries-bom to v25.1.0 ([#2025](https://github.com/googleapis/google-api-java-client/issues/2025)) ([ba36a44](https://github.com/googleapis/google-api-java-client/commit/ba36a44e27f97edc5a6aa6921b43b753f51af569))
* **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.2 ([#2033](https://github.com/googleapis/google-api-java-client/issues/2033)) ([fed93e3](https://github.com/googleapis/google-api-java-client/commit/fed93e3a3db2396d7a4bf4c565864ce1e39dc3ba))


### Dependencies

* revert protobuf to 3.19 ([#2035](https://github.com/googleapis/google-api-java-client/issues/2035)) ([00eabeb](https://github.com/googleapis/google-api-java-client/commit/00eabeb293fc6978a7667fbdc695b81add7d700a))

### [1.33.4](https://github.com/googleapis/google-api-java-client/compare/v1.33.3...v1.33.4) (2022-03-28)


Expand Down
2 changes: 1 addition & 1 deletion google-api-client-android/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.api-client</groupId>
Expand Down
22 changes: 11 additions & 11 deletions google-api-client-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-bom</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>

<name>Google API Client Library for Java BOM</name>
Expand Down Expand Up @@ -63,53 +63,53 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-android</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-assembly</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<type>pom</type>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-gson</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-java6</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-protobuf</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-servlet</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-xml</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-jackson2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-jackson2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-java6/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-java6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-protobuf/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.33.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.34.0</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google API Client Library for Java</name>
<description>The Google APIs Client Library for Java is a Java client library
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-api-client:1.33.4:1.33.5-SNAPSHOT
google-api-client:1.34.0:1.34.0

0 comments on commit e616d02

Please sign in to comment.