From cc6988dd0c3d94f5beb0c04405a7d70360628419 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 18:18:14 +0000 Subject: [PATCH 1/6] chore(main): release 2.5.1-SNAPSHOT (#456) :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). See [documentation](https://github.com/googleapis/release-please#release-please). --- google-cloud-functions-bom/pom.xml | 20 ++++++++++---------- google-cloud-functions/pom.xml | 4 ++-- grpc-google-cloud-functions-v1/pom.xml | 4 ++-- grpc-google-cloud-functions-v2/pom.xml | 4 ++-- grpc-google-cloud-functions-v2alpha/pom.xml | 4 ++-- grpc-google-cloud-functions-v2beta/pom.xml | 4 ++-- pom.xml | 20 ++++++++++---------- proto-google-cloud-functions-v1/pom.xml | 4 ++-- proto-google-cloud-functions-v2/pom.xml | 4 ++-- proto-google-cloud-functions-v2alpha/pom.xml | 4 ++-- proto-google-cloud-functions-v2beta/pom.xml | 4 ++-- versions.txt | 18 +++++++++--------- 12 files changed, 47 insertions(+), 47 deletions(-) diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index d2ae3353..a526f675 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 2.5.0 + 2.5.1-SNAPSHOT pom com.google.cloud @@ -56,47 +56,47 @@ com.google.cloud google-cloud-functions - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 05e30bd5..3467168b 100644 --- a/google-cloud-functions/pom.xml +++ b/google-cloud-functions/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions - 2.5.0 + 2.5.1-SNAPSHOT jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index ebb1e83f..d1d66a1f 100644 --- a/grpc-google-cloud-functions-v1/pom.xml +++ b/grpc-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/grpc-google-cloud-functions-v2/pom.xml b/grpc-google-cloud-functions-v2/pom.xml index 467b9c87..06a571df 100644 --- a/grpc-google-cloud-functions-v2/pom.xml +++ b/grpc-google-cloud-functions-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT grpc-google-cloud-functions-v2 GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/grpc-google-cloud-functions-v2alpha/pom.xml b/grpc-google-cloud-functions-v2alpha/pom.xml index c9878479..f7b270d4 100644 --- a/grpc-google-cloud-functions-v2alpha/pom.xml +++ b/grpc-google-cloud-functions-v2alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT grpc-google-cloud-functions-v2alpha GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/grpc-google-cloud-functions-v2beta/pom.xml b/grpc-google-cloud-functions-v2beta/pom.xml index a6aa3787..458d643f 100644 --- a/grpc-google-cloud-functions-v2beta/pom.xml +++ b/grpc-google-cloud-functions-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT grpc-google-cloud-functions-v2beta GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index d737726d..00cb0097 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.5.0 + 2.5.1-SNAPSHOT Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -61,47 +61,47 @@ com.google.cloud google-cloud-functions - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index d58a9598..8d00774a 100644 --- a/proto-google-cloud-functions-v1/pom.xml +++ b/proto-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.0 + 2.5.1-SNAPSHOT proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/proto-google-cloud-functions-v2/pom.xml b/proto-google-cloud-functions-v2/pom.xml index b349d01e..a317c640 100644 --- a/proto-google-cloud-functions-v2/pom.xml +++ b/proto-google-cloud-functions-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.0 + 2.5.1-SNAPSHOT proto-google-cloud-functions-v2 Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/proto-google-cloud-functions-v2alpha/pom.xml b/proto-google-cloud-functions-v2alpha/pom.xml index 1117605f..053d2be8 100644 --- a/proto-google-cloud-functions-v2alpha/pom.xml +++ b/proto-google-cloud-functions-v2alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.0 + 2.5.1-SNAPSHOT proto-google-cloud-functions-v2alpha Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/proto-google-cloud-functions-v2beta/pom.xml b/proto-google-cloud-functions-v2beta/pom.xml index fe5a4024..b1b22678 100644 --- a/proto-google-cloud-functions-v2beta/pom.xml +++ b/proto-google-cloud-functions-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.0 + 2.5.1-SNAPSHOT proto-google-cloud-functions-v2beta Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index 4ecb6a39..2253be9c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,12 +1,12 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.5.0:2.5.0 -grpc-google-cloud-functions-v1:2.5.0:2.5.0 -proto-google-cloud-functions-v1:2.5.0:2.5.0 -proto-google-cloud-functions-v2beta:2.5.0:2.5.0 -proto-google-cloud-functions-v2alpha:2.5.0:2.5.0 -grpc-google-cloud-functions-v2beta:2.5.0:2.5.0 -grpc-google-cloud-functions-v2alpha:2.5.0:2.5.0 -proto-google-cloud-functions-v2:2.5.0:2.5.0 -grpc-google-cloud-functions-v2:2.5.0:2.5.0 +google-cloud-functions:2.5.0:2.5.1-SNAPSHOT +grpc-google-cloud-functions-v1:2.5.0:2.5.1-SNAPSHOT +proto-google-cloud-functions-v1:2.5.0:2.5.1-SNAPSHOT +proto-google-cloud-functions-v2beta:2.5.0:2.5.1-SNAPSHOT +proto-google-cloud-functions-v2alpha:2.5.0:2.5.1-SNAPSHOT +grpc-google-cloud-functions-v2beta:2.5.0:2.5.1-SNAPSHOT +grpc-google-cloud-functions-v2alpha:2.5.0:2.5.1-SNAPSHOT +proto-google-cloud-functions-v2:2.5.0:2.5.1-SNAPSHOT +grpc-google-cloud-functions-v2:2.5.0:2.5.1-SNAPSHOT From 227442776423532f940cd9c08e8b6625f2e73790 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Aug 2022 16:05:09 +0200 Subject: [PATCH 2/6] chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.5.0 (#457) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 6 +++--- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c83c52c3..47e595d5 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.4.3' +implementation 'com.google.cloud:google-cloud-functions:2.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.3" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.5.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7368de4e..0ba56175 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 96791a5b..b08b28af 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 18be5e3f..eed5109f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 From c73422f48d3305d132830916ea56e29f065b3038 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Aug 2022 21:00:25 +0200 Subject: [PATCH 3/6] build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.1 (#458) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-javadoc-plugin)) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/confidence-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-functions). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00cb0097..a0dc2aab 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 + 3.4.1 html From 60df84e4254c5fd04c83a8e6a492885d45f14fd7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Aug 2022 22:16:17 +0200 Subject: [PATCH 4/6] build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.1 (#459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/confidence-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-functions). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0dc2aab..4037ea03 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.0 + 3.4.1 From 4da05ddd035d8f13ab1bf69b4355bb8a321a5dd9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 9 Sep 2022 05:56:23 +0200 Subject: [PATCH 5/6] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 (#461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.1` -> `3.0.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-shared-dependencies ### [`v3.0.2`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​302-httpsgithubcomgoogleapisjava-shared-dependenciescomparev301v302-2022-09-08) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.1...v3.0.2) ##### Dependencies - Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4 ([#​789](https://togithub.com/googleapis/java-shared-dependencies/issues/789)) ([6cf91a9](https://togithub.com/googleapis/java-shared-dependencies/commit/6cf91a96b9ea6af0fb845b50582dac7aa2892cab)) - Update dependency com.google.auth:google-auth-library-bom to v1.10.0 ([#​781](https://togithub.com/googleapis/java-shared-dependencies/issues/781)) ([8859e61](https://togithub.com/googleapis/java-shared-dependencies/commit/8859e61808bfc5cd9546e27e945fc855b36d2554)) - Update dependency com.google.auth:google-auth-library-bom to v1.11.0 ([#​790](https://togithub.com/googleapis/java-shared-dependencies/issues/790)) ([3431a47](https://togithub.com/googleapis/java-shared-dependencies/commit/3431a471cbf874a67a4f1a42e31f0ed891dedc92)) - Update dependency com.google.auth:google-auth-library-bom to v1.9.0 ([#​773](https://togithub.com/googleapis/java-shared-dependencies/issues/773)) ([27fc79f](https://togithub.com/googleapis/java-shared-dependencies/commit/27fc79f00ee70011df6a368bb8fcfad7f0ce41f0)) - Update dependency com.google.errorprone:error_prone_annotations to v2.15.0 ([#​776](https://togithub.com/googleapis/java-shared-dependencies/issues/776)) ([bf333b8](https://togithub.com/googleapis/java-shared-dependencies/commit/bf333b8c88072d21cb959db4d3328bbb55d9ef5c)) - Update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#​780](https://togithub.com/googleapis/java-shared-dependencies/issues/780)) ([da7f44d](https://togithub.com/googleapis/java-shared-dependencies/commit/da7f44d71d6d7f372b5313dab68ce220308614d4)) - Update dependency io.grpc:grpc-bom to v1.48.1 ([#​768](https://togithub.com/googleapis/java-shared-dependencies/issues/768)) ([5c7768d](https://togithub.com/googleapis/java-shared-dependencies/commit/5c7768d3c9665dd356de6c39c0a6a5fa6e992f2e)) - Update dependency io.grpc:grpc-bom to v1.49.0 ([#​786](https://togithub.com/googleapis/java-shared-dependencies/issues/786)) ([8734812](https://togithub.com/googleapis/java-shared-dependencies/commit/8734812f1b4e2faaa48caf41eff59a85892ae344)) - Update dependency org.checkerframework:checker-qual to v3.24.0 ([#​775](https://togithub.com/googleapis/java-shared-dependencies/issues/775)) ([df74b7b](https://togithub.com/googleapis/java-shared-dependencies/commit/df74b7b0dd5dd592523f302d9fb36adb5991cb0b)) - Update dependency org.checkerframework:checker-qual to v3.25.0 ([#​788](https://togithub.com/googleapis/java-shared-dependencies/issues/788)) ([207035b](https://togithub.com/googleapis/java-shared-dependencies/commit/207035bd04c9305899eea540acbefaf06a7b1ec9)) - Update dependency org.threeten:threetenbp to v1.6.1 ([#​782](https://togithub.com/googleapis/java-shared-dependencies/issues/782)) ([0f218ae](https://togithub.com/googleapis/java-shared-dependencies/commit/0f218aeb6aa33cf1da4a8b1d6c82bbf87946dab9)) - Update gax.version to v2.19.0 ([#​785](https://togithub.com/googleapis/java-shared-dependencies/issues/785)) ([4448331](https://togithub.com/googleapis/java-shared-dependencies/commit/4448331c4c6d88ea8076260776d1d47d24aa19fa)) - Update google.core.version to v2.8.10 ([#​787](https://togithub.com/googleapis/java-shared-dependencies/issues/787)) ([3c344d5](https://togithub.com/googleapis/java-shared-dependencies/commit/3c344d515e3b9215db5a1f8ef550d800d974e558)) - Update google.core.version to v2.8.7 ([#​774](https://togithub.com/googleapis/java-shared-dependencies/issues/774)) ([d0cd5e8](https://togithub.com/googleapis/java-shared-dependencies/commit/d0cd5e8f6ca88787fe0dbf7f30c849cb4c4fae5e)) - Update google.core.version to v2.8.8 ([#​777](https://togithub.com/googleapis/java-shared-dependencies/issues/777)) ([f00571c](https://togithub.com/googleapis/java-shared-dependencies/commit/f00571cd1e9f1c4e011fba4a1e1674c1d8d60200)) - Update google.core.version to v2.8.9 ([#​784](https://togithub.com/googleapis/java-shared-dependencies/issues/784)) ([aa8e505](https://togithub.com/googleapis/java-shared-dependencies/commit/aa8e505dbb1214b2239e55d5ac83b00c167d77e4))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-functions). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4037ea03..fc8df302 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.1 + 3.0.2 pom import From 0007c26991775458749731d9e8c08f7f6c471502 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 04:22:26 +0000 Subject: [PATCH 6/6] chore(main): release 2.5.1 (#462) :robot: I have created a release *beep* *boop* --- ## [2.5.1](https://github.com/googleapis/java-functions/compare/v2.5.0...v2.5.1) (2022-09-09) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#461](https://github.com/googleapis/java-functions/issues/461)) ([4da05dd](https://github.com/googleapis/java-functions/commit/4da05ddd035d8f13ab1bf69b4355bb8a321a5dd9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ google-cloud-functions-bom/pom.xml | 20 ++++++++++---------- google-cloud-functions/pom.xml | 4 ++-- grpc-google-cloud-functions-v1/pom.xml | 4 ++-- grpc-google-cloud-functions-v2/pom.xml | 4 ++-- grpc-google-cloud-functions-v2alpha/pom.xml | 4 ++-- grpc-google-cloud-functions-v2beta/pom.xml | 4 ++-- pom.xml | 20 ++++++++++---------- proto-google-cloud-functions-v1/pom.xml | 4 ++-- proto-google-cloud-functions-v2/pom.xml | 4 ++-- proto-google-cloud-functions-v2alpha/pom.xml | 4 ++-- proto-google-cloud-functions-v2beta/pom.xml | 4 ++-- versions.txt | 18 +++++++++--------- 13 files changed, 54 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a233a7a..f8006a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/googleapis/java-functions/compare/v2.5.0...v2.5.1) (2022-09-09) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#461](https://github.com/googleapis/java-functions/issues/461)) ([4da05dd](https://github.com/googleapis/java-functions/commit/4da05ddd035d8f13ab1bf69b4355bb8a321a5dd9)) + ## [2.5.0](https://github.com/googleapis/java-functions/compare/v2.4.3...v2.5.0) (2022-08-04) diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index a526f675..618026f8 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 2.5.1-SNAPSHOT + 2.5.1 pom com.google.cloud @@ -56,47 +56,47 @@ com.google.cloud google-cloud-functions - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1
diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 3467168b..e1f024c3 100644 --- a/google-cloud-functions/pom.xml +++ b/google-cloud-functions/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions - 2.5.1-SNAPSHOT + 2.5.1 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index d1d66a1f..e76bfe66 100644 --- a/grpc-google-cloud-functions-v1/pom.xml +++ b/grpc-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/grpc-google-cloud-functions-v2/pom.xml b/grpc-google-cloud-functions-v2/pom.xml index 06a571df..d9526b93 100644 --- a/grpc-google-cloud-functions-v2/pom.xml +++ b/grpc-google-cloud-functions-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1 grpc-google-cloud-functions-v2 GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/grpc-google-cloud-functions-v2alpha/pom.xml b/grpc-google-cloud-functions-v2alpha/pom.xml index f7b270d4..2972168a 100644 --- a/grpc-google-cloud-functions-v2alpha/pom.xml +++ b/grpc-google-cloud-functions-v2alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 grpc-google-cloud-functions-v2alpha GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/grpc-google-cloud-functions-v2beta/pom.xml b/grpc-google-cloud-functions-v2beta/pom.xml index 458d643f..2e4abfb8 100644 --- a/grpc-google-cloud-functions-v2beta/pom.xml +++ b/grpc-google-cloud-functions-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 grpc-google-cloud-functions-v2beta GRPC library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/pom.xml b/pom.xml index fc8df302..af44615e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.5.1-SNAPSHOT + 2.5.1 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -61,47 +61,47 @@ com.google.cloud google-cloud-functions - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index 8d00774a..6c050c79 100644 --- a/proto-google-cloud-functions-v1/pom.xml +++ b/proto-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v1 - 2.5.1-SNAPSHOT + 2.5.1 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/proto-google-cloud-functions-v2/pom.xml b/proto-google-cloud-functions-v2/pom.xml index a317c640..60feed70 100644 --- a/proto-google-cloud-functions-v2/pom.xml +++ b/proto-google-cloud-functions-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2 - 2.5.1-SNAPSHOT + 2.5.1 proto-google-cloud-functions-v2 Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/proto-google-cloud-functions-v2alpha/pom.xml b/proto-google-cloud-functions-v2alpha/pom.xml index 053d2be8..c9bd5af8 100644 --- a/proto-google-cloud-functions-v2alpha/pom.xml +++ b/proto-google-cloud-functions-v2alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2alpha - 2.5.1-SNAPSHOT + 2.5.1 proto-google-cloud-functions-v2alpha Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/proto-google-cloud-functions-v2beta/pom.xml b/proto-google-cloud-functions-v2beta/pom.xml index b1b22678..b278e87e 100644 --- a/proto-google-cloud-functions-v2beta/pom.xml +++ b/proto-google-cloud-functions-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v2beta - 2.5.1-SNAPSHOT + 2.5.1 proto-google-cloud-functions-v2beta Proto library for google-cloud-functions com.google.cloud google-cloud-functions-parent - 2.5.1-SNAPSHOT + 2.5.1 diff --git a/versions.txt b/versions.txt index 2253be9c..4f02be81 100644 --- a/versions.txt +++ b/versions.txt @@ -1,12 +1,12 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.5.0:2.5.1-SNAPSHOT -grpc-google-cloud-functions-v1:2.5.0:2.5.1-SNAPSHOT -proto-google-cloud-functions-v1:2.5.0:2.5.1-SNAPSHOT -proto-google-cloud-functions-v2beta:2.5.0:2.5.1-SNAPSHOT -proto-google-cloud-functions-v2alpha:2.5.0:2.5.1-SNAPSHOT -grpc-google-cloud-functions-v2beta:2.5.0:2.5.1-SNAPSHOT -grpc-google-cloud-functions-v2alpha:2.5.0:2.5.1-SNAPSHOT -proto-google-cloud-functions-v2:2.5.0:2.5.1-SNAPSHOT -grpc-google-cloud-functions-v2:2.5.0:2.5.1-SNAPSHOT +google-cloud-functions:2.5.1:2.5.1 +grpc-google-cloud-functions-v1:2.5.1:2.5.1 +proto-google-cloud-functions-v1:2.5.1:2.5.1 +proto-google-cloud-functions-v2beta:2.5.1:2.5.1 +proto-google-cloud-functions-v2alpha:2.5.1:2.5.1 +grpc-google-cloud-functions-v2beta:2.5.1:2.5.1 +grpc-google-cloud-functions-v2alpha:2.5.1:2.5.1 +proto-google-cloud-functions-v2:2.5.1:2.5.1 +grpc-google-cloud-functions-v2:2.5.1:2.5.1