diff --git a/CHANGELOG.md b/CHANGELOG.md index acf840e1..1052bb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.123.18](https://github.com/googleapis/java-notification/compare/v0.123.17...v0.123.18) (2022-10-06) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.20 ([#725](https://github.com/googleapis/java-notification/issues/725)) ([8bee33e](https://github.com/googleapis/java-notification/commit/8bee33e8bcc40bfe82d1eebee2c3b604164e69d0)) +* Update dependency com.google.cloud:google-cloud-storage to v2.13.0 ([#727](https://github.com/googleapis/java-notification/issues/727)) ([a2ad176](https://github.com/googleapis/java-notification/commit/a2ad1769b073c36f5df8bccda9d84b819abd9d71)) +* Update dependency gcp-releasetool to v1.8.10 ([#726](https://github.com/googleapis/java-notification/issues/726)) ([6f8edc7](https://github.com/googleapis/java-notification/commit/6f8edc7107fc15109d5ba16f5e537826f3d5cd02)) + ## [0.123.17](https://github.com/googleapis/java-notification/compare/v0.123.16...v0.123.17) (2022-10-03) diff --git a/pom.xml b/pom.xml index 035d7849..c98e4694 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-notification - 0.123.17-beta + 0.123.18-beta jar Google Cloud Pub/Sub Notifications for GCS https://github.com/googleapis/java-notification @@ -61,7 +61,7 @@ com.google.cloud google-cloud-pubsub-bom - 1.120.18 + 1.120.20 pom import @@ -71,7 +71,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 com.google.api.grpc diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index d5b82c37..c4f73c04 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notification - 0.123.15-beta + 0.123.16-beta diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3ba3edb0..a9de53f2 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notification - 0.123.17-beta + 0.123.18-beta diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 132b65ad..52825ed3 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-notification - 0.123.15-beta + 0.123.16-beta diff --git a/versions.txt b/versions.txt index d6ccdc77..e59e4e0c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-notification:0.123.17-beta:0.123.17-beta \ No newline at end of file +google-cloud-notification:0.123.18-beta:0.123.18-beta \ No newline at end of file