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

Commit

Permalink
chore(main): release 0.123.19 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 10, 2022
1 parent 01e145c commit 072bac7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.123.19](https://github.com/googleapis/java-notification/compare/v0.123.18...v0.123.19) (2022-10-10)


### Dependencies

* Update dependency google-api-core to v2.10.2 ([#734](https://github.com/googleapis/java-notification/issues/734)) ([72c8135](https://github.com/googleapis/java-notification/commit/72c813548bb49b5945c8c5128ac7af28329791b6))
* Update dependency typing-extensions to v4.4.0 ([#733](https://github.com/googleapis/java-notification/issues/733)) ([d1e6b4e](https://github.com/googleapis/java-notification/commit/d1e6b4e5f208569b278895f88282d6c0efc1093e))
* Update dependency zipp to v3.9.0 ([#735](https://github.com/googleapis/java-notification/issues/735)) ([4923b38](https://github.com/googleapis/java-notification/commit/4923b38c23dd7f275983fd59785d0f7c20172b66))

## [0.123.18](https://github.com/googleapis/java-notification/compare/v0.123.17...v0.123.18) (2022-10-06)


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.123.19-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.123.19-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.123.19-beta-SNAPSHOT</version>
<version>0.123.19-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.123.18-beta:0.123.19-beta-SNAPSHOT
google-cloud-notification:0.123.19-beta:0.123.19-beta

0 comments on commit 072bac7

Please sign in to comment.