From 1c1e0d01169f4a5665c3ca8f1afa4dea87731b50 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Dec 2020 21:28:49 +0100 Subject: [PATCH 1/5] chore(deps): update dependency com.google.cloud:google-cloud-notification to v0.121.3-beta (#204) --- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 859b8992..a74a5e08 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.121.2-beta + 0.121.3-beta diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 080ee3f5..058f7147 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-notification - 0.121.2-beta + 0.121.3-beta From 89590a0ef26d84545aed245d349ff5ae83963fc2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:34:03 +0000 Subject: [PATCH 2/5] chore: release 0.121.4-SNAPSHOT (#206) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 684e0ed7..7981e705 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.121.3-beta + 0.121.4-beta-SNAPSHOT jar Google Cloud Pub/Sub Notifications for GCS https://github.com/googleapis/java-notification diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4b3c81b2..2e959f41 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notification - 0.121.3-beta + 0.121.4-beta-SNAPSHOT diff --git a/versions.txt b/versions.txt index ebffb762..b33857d7 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-notification:0.121.3-beta:0.121.3-beta \ No newline at end of file +google-cloud-notification:0.121.3-beta:0.121.4-beta-SNAPSHOT \ No newline at end of file From ef89031ea883d8faec0fc14cdb59eba2d885a0f3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 10 Dec 2020 12:38:03 -0800 Subject: [PATCH 3/5] chore: regenerate README (#207) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-12-10 20:31:31,205 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-notification/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-10 20:31:32,174 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/dbd08be6-acae-431e-b5ee-e922a00ba507/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index c67f2896..ca09ba71 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-notification.git", - "sha": "ba26c438d1573b539470b96b889e6a4e9825825f" + "sha": "1c1e0d01169f4a5665c3ca8f1afa4dea87731b50" } }, { diff --git a/README.md b/README.md index c04593d9..f190c115 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-notification - 0.121.2-beta + 0.121.3-beta ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-notification:0.121.2-beta' +compile 'com.google.cloud:google-cloud-notification:0.121.3-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.2-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.3-beta" ``` ## Authentication From 7387e71cf29bb17296ec6050e8df460ab09b246f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Dec 2020 22:25:16 +0100 Subject: [PATCH 4/5] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7981e705..38be9a63 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.16.0 + 0.16.1 pom import From 521683f9b48f34251056edd36c10bc01cf756445 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 22:28:16 +0000 Subject: [PATCH 5/5] chore: release 0.121.4 (#210) :robot: I have created a release \*beep\* \*boop\* --- ### [0.121.4](https://www.github.com/googleapis/java-notification/compare/v0.121.3...v0.121.4) (2020-12-14) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([7387e71](https://www.github.com/googleapis/java-notification/commit/7387e71cf29bb17296ec6050e8df460ab09b246f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975fe3f8..fa48e303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.121.4](https://www.github.com/googleapis/java-notification/compare/v0.121.3...v0.121.4) (2020-12-14) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([7387e71](https://www.github.com/googleapis/java-notification/commit/7387e71cf29bb17296ec6050e8df460ab09b246f)) + ### [0.121.3](https://www.github.com/googleapis/java-notification/compare/v0.121.2...v0.121.3) (2020-12-10) diff --git a/pom.xml b/pom.xml index 38be9a63..97006eb3 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.121.4-beta-SNAPSHOT + 0.121.4-beta jar Google Cloud Pub/Sub Notifications for GCS https://github.com/googleapis/java-notification diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2e959f41..dd0deedd 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notification - 0.121.4-beta-SNAPSHOT + 0.121.4-beta diff --git a/versions.txt b/versions.txt index b33857d7..1cb8bae4 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-notification:0.121.3-beta:0.121.4-beta-SNAPSHOT \ No newline at end of file +google-cloud-notification:0.121.4-beta:0.121.4-beta \ No newline at end of file