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

Commit

Permalink
chore: release 0.122.14
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 17, 2021
1 parent bdfd192 commit cd18993
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [0.122.14](https://www.github.com/googleapis/java-notification/compare/v0.122.13...v0.122.14) (2021-11-17)


### Bug Fixes

* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-notification/issues/1266)) ([#458](https://www.github.com/googleapis/java-notification/issues/458)) ([d6ecfdf](https://www.github.com/googleapis/java-notification/commit/d6ecfdfdd542cd5c61a3236e3236072fa63ce327))


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20211018-1.32.1 ([#457](https://www.github.com/googleapis/java-notification/issues/457)) ([e9739a6](https://www.github.com/googleapis/java-notification/commit/e9739a6e72b3320eac1bd3760ac26a4c55adf60d))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#467](https://www.github.com/googleapis/java-notification/issues/467)) ([e9d0842](https://www.github.com/googleapis/java-notification/commit/e9d08423020c2e05aa335c018ff89be2291b76d7))
* update dependency com.google.cloud:google-cloud-storage to v2.2.0 ([#461](https://www.github.com/googleapis/java-notification/issues/461)) ([c6a0d8e](https://www.github.com/googleapis/java-notification/commit/c6a0d8eb9e17d004834532b63a989c89cdab4158))
* update dependency com.google.cloud:google-cloud-storage to v2.2.1 ([#468](https://www.github.com/googleapis/java-notification/issues/468)) ([47bd003](https://www.github.com/googleapis/java-notification/commit/47bd0032dc36904639ed42851b340dd6c572a4a4))

### [0.122.13](https://www.github.com/googleapis/java-notification/compare/v0.122.12...v0.122.13) (2021-10-21)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-notification</artifactId>
<version>0.122.14-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.14-beta</version><!-- {x-version-update:google-cloud-notification:current} -->
<packaging>jar</packaging>
<name>Google Cloud Pub/Sub Notifications for GCS</name>
<url>https://github.com/googleapis/java-notification</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.122.14-beta-SNAPSHOT</version>
<version>0.122.14-beta</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-notification:0.122.13-beta:0.122.14-beta-SNAPSHOT
google-cloud-notification:0.122.14-beta:0.122.14-beta

0 comments on commit cd18993

Please sign in to comment.