From 681d0c73f175930950e49947bde14f4051a6e666 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 2 Feb 2021 21:13:25 +0100 Subject: [PATCH 001/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.1 (#880) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index fcf119a6d..a274180b1 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.0 + 2.2.1 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 893c5dc78..d2ec623f2 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.0 + 2.2.1 From 85dfe2c1ae6a10c8a5c3a4fd5da160c7ef391490 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 3 Feb 2021 17:25:53 +0100 Subject: [PATCH 002/336] chore(deps): update kotlin packages to v1.4.30 (#882) --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 9095ec513..1008d5ab7 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.4.21-2 + 1.4.30 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.21-2 + 1.4.30 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index cd14ee05a..31ad6d404 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.4.21-2 + 1.4.30 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index ac8d93ab8..ff878a68f 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.21-2 + 1.4.30 From 39c3a1673bc2989e558f2e6802cfa0bd44c6d40d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 3 Feb 2021 17:36:15 +0100 Subject: [PATCH 003/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.111.0 (#881) [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.110.3` -> `1.111.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.111.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.111.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.111.0/compatibility-slim/1.110.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.111.0/confidence-slim/1.110.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.111.0`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11110-httpswwwgithubcomgoogleapisjava-pubsubcomparev11103v11110-2021-02-02) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.110.3...v1.111.0) ##### Features - add schema service to gapic ([#​494](https://www.github.com/googleapis/java-pubsub/issues/494)) ([23952bf](https://www.github.com/googleapis/java-pubsub/commit/23952bfb728f64efaeaa2862f2f56f873260ca3e)) ##### Bug Fixes - adding deprecated tags to deprecated methods ([#​472](https://www.github.com/googleapis/java-pubsub/issues/472)) ([91b5152](https://www.github.com/googleapis/java-pubsub/commit/91b5152ba9942e9ce4cfd2051e4b8b358b465601)) - fix flakiness in subscriberIT integration test ([#​476](https://www.github.com/googleapis/java-pubsub/issues/476)) ([d981b4e](https://www.github.com/googleapis/java-pubsub/commit/d981b4ec7ba905898fcc5e17453166d9d995bdb4)) ##### Documentation - Document potentially unexpected blocking behavior of publish() method ([#​370](https://www.github.com/googleapis/java-pubsub/issues/370)) ([18b3a2f](https://www.github.com/googleapis/java-pubsub/commit/18b3a2f77816b55cf605447b382a2f1bd42e0880)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.18.0 ([#​482](https://www.github.com/googleapis/java-pubsub/issues/482)) ([260eca5](https://www.github.com/googleapis/java-pubsub/commit/260eca5ea34296d3722707ce7199845c6f2e8526)) - update dependency com.google.errorprone:error_prone_annotations to v2.5.1 ([#​484](https://www.github.com/googleapis/java-pubsub/issues/484)) ([44b6780](https://www.github.com/googleapis/java-pubsub/commit/44b6780022bbc2e1cf40be82932a34e5d8e08650)) ##### [1.110.3](https://www.github.com/googleapis/java-pubsub/compare/v1.110.2...v1.110.3) (2020-12-15) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 ([#​466](https://www.github.com/googleapis/java-pubsub/issues/466)) ([e96ae16](https://www.github.com/googleapis/java-pubsub/commit/e96ae16afa7829a087129abccd94a2dafcf25e9a)) ##### [1.110.2](https://www.github.com/googleapis/java-pubsub/compare/v1.110.1...v1.110.2) (2020-12-14) ##### Bug Fixes - `setParallelPullCount` documentation ([#​459](https://www.github.com/googleapis/java-pubsub/issues/459)) ([b399f60](https://www.github.com/googleapis/java-pubsub/commit/b399f60cf324ab21c15697bd697902aa1fde3e80)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([#​462](https://www.github.com/googleapis/java-pubsub/issues/462)) ([1326484](https://www.github.com/googleapis/java-pubsub/commit/13264848f5124d7ad388c1cd1423447aab2aa512)) ##### [1.110.1](https://www.github.com/googleapis/java-pubsub/compare/v1.110.0...v1.110.1) (2020-12-02) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#​452](https://www.github.com/googleapis/java-pubsub/issues/452)) ([6f8d0bb](https://www.github.com/googleapis/java-pubsub/commit/6f8d0bbbfe1b05541e916520c1dfb715ccce03b0))
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index a274180b1..049daca58 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.110.3 + 1.111.0 From 51a024fb4e15a62694ac02eeedd79e9adf683cec Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 5 Feb 2021 03:45:34 +0100 Subject: [PATCH 004/336] chore(deps): update appengine packages to v1.9.85 (#883) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 5c7f60fb7..f49304e79 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.84 + 1.9.85 test com.google.appengine appengine-api-stubs - 1.9.84 + 1.9.85 test com.google.appengine appengine-tools-sdk - 1.9.84 + 1.9.85 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 1008d5ab7..0fad1cf9f 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 31ad6d404..329401296 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index ff878a68f..a48c36f8f 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 1ffee1bcf..30c042ff1 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9c59ee556..7570993a2 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 160e09a04..823c9ec05 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 1cc1ca73f..c94d11266 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.84 + 1.9.85 From c11144c5c1238b752d31392b8d1d323b7fb09a2a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 5 Feb 2021 17:28:44 +0100 Subject: [PATCH 005/336] chore(deps): update dependency gradle to v6.8.2 (#884) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index e8434707b..702c0483e 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 91a254caf..4359b6e73 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip From 7b9f288da4cbe9189a48f03605079ee477592bc9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 5 Feb 2021 23:52:04 +0100 Subject: [PATCH 006/336] chore(deps): update dependency joda-time:joda-time to v2.10.10 (#885) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [joda-time:joda-time](https://www.joda.org/joda-time/) ([source](https://togithub.com/JodaOrg/joda-time)) | `2.10.9` -> `2.10.10` | [![age](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.10/compatibility-slim/2.10.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.10/confidence-slim/2.10.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
JodaOrg/joda-time ### [`v2.10.10`](https://togithub.com/JodaOrg/joda-time/releases/v2.10.10) [Compare Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.9...v2.10.10) See the [change notes](https://www.joda.org/joda-time/changes-report.html#a2.10.10) for more information.
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 30c042ff1..03c18a3be 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -116,7 +116,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.9 + 2.10.10 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 7570993a2..7431ea088 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -124,7 +124,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.9 + 2.10.10 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 823c9ec05..9c157b60a 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.9 + 2.10.10 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index c94d11266..7c7a5e706 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.9 + 2.10.10 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index d2ec623f2..d7627e063 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -63,7 +63,7 @@ Copyright 2019 Google LLC joda-time joda-time - 2.10.9 + 2.10.10 From 3c5ec09dc0e2988d85852be69f575ad4e6f6d2ff Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 6 Feb 2021 03:57:50 +0100 Subject: [PATCH 007/336] chore(deps): update appengine packages to v1.9.86 (#886) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index f49304e79..b6cbfe195 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.85 + 1.9.86 test com.google.appengine appengine-api-stubs - 1.9.85 + 1.9.86 test com.google.appengine appengine-tools-sdk - 1.9.85 + 1.9.86 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 0fad1cf9f..63b10a153 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 329401296..6b4990197 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index a48c36f8f..ba4587517 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 03c18a3be..901c36a6b 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 7431ea088..090c07a9c 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 9c157b60a..5fb8d0e9a 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7c7a5e706..0e79c7bcd 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.85 + 1.9.86 From e67bf68335968872e49eadc362a6051f3133cfcc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sun, 14 Feb 2021 18:42:15 +0100 Subject: [PATCH 008/336] chore(deps): update dependency junit:junit to v4.13.2 (#887) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- background/pom.xml | 2 +- gce/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index b6cbfe195..d7393c3b0 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -104,7 +104,7 @@ limitations under the License. junit junit - 4.13.1 + 4.13.2 test diff --git a/background/pom.xml b/background/pom.xml index 049daca58..ff2d67658 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -91,7 +91,7 @@ Copyright 2019 Google LLC junit junit - 4.13.1 + 4.13.2 test diff --git a/gce/pom.xml b/gce/pom.xml index 6465079f2..10d8ac8d3 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -69,7 +69,7 @@ Copyright 2019 Google LLC junit junit - 4.13.1 + 4.13.2 test From 01370406aadeea7e457121a3a53e26a5f82b9f72 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 17 Feb 2021 17:36:26 +0100 Subject: [PATCH 009/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.2.1 (#888) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 901c36a6b..bd8ccaf27 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.0 + 1.2.1 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 090c07a9c..f2b2f9ec1 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.0 + 1.2.1 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 5fb8d0e9a..70e2a0d83 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.0 + 1.2.1 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0e79c7bcd..542e2d668 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.0 + 1.2.1 mysql From 3952409684be66ef5bb4bf7f4adeebba0ef4af95 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 18 Feb 2021 02:42:02 +0100 Subject: [PATCH 010/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.10 (#889) [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `1.113.9` -> `1.113.10` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.10/compatibility-slim/1.113.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.10/confidence-slim/1.113.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v1.113.10`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​111310-httpswwwgithubcomgoogleapisjava-storagecomparev11139v111310-2021-02-17) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.113.9...v1.113.10)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f2b2f9ec1..e4582aa5e 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.9 + 1.113.10 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 70e2a0d83..a8b6e0c5a 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.9 + 1.113.10 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 542e2d668..943a0a854 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.9 + 1.113.10 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index d7627e063..829ec5518 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.9 + 1.113.10 From ae25b41b4abdb647111a599fde1ce81ee32577a3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 19 Feb 2021 21:20:01 +0100 Subject: [PATCH 011/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.2 (#891) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index ff2d67658..5436ddfb6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.1 + 2.2.2 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 829ec5518..3c75b6fc1 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.1 + 2.2.2 From 40967eca3d5008c29ffcb32e8f6a00bc38362d89 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 19 Feb 2021 21:26:05 +0100 Subject: [PATCH 012/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.4.3 (#890) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.4.2` -> `2.4.3` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.4.3/compatibility-slim/2.4.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.4.3/confidence-slim/2.4.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot ### [`v2.4.3`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.3) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.4.2...v2.4.3) #### :beetle: Bug Fixes - DataSourceBuilder no longer invokes setUser on org.postgresql.ds.PGSimpleDataSource [#​25363](https://togithub.com/spring-projects/spring-boot/issues/25363) - DatabaseDriver does not detect Amazon Redshift correctly [#​25312](https://togithub.com/spring-projects/spring-boot/issues/25312) - Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ [#​25310](https://togithub.com/spring-projects/spring-boot/issues/25310) - No error message when using spring.profiles.include in a profile-specific config file if it's written as a YAML list [#​25309](https://togithub.com/spring-projects/spring-boot/issues/25309) - Dependency management for Hibernate's new hibernate-micrometer module is missing [#​25305](https://togithub.com/spring-projects/spring-boot/issues/25305) - DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource [#​25263](https://togithub.com/spring-projects/spring-boot/issues/25263) - Missing RabbitMQ metrics if bean is defined as a ConnectionFactory [#​25185](https://togithub.com/spring-projects/spring-boot/issues/25185) - A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories [#​25174](https://togithub.com/spring-projects/spring-boot/issues/25174) - Gradle plugin does not include transitive project dependencies into application layer [#​25163](https://togithub.com/spring-projects/spring-boot/issues/25163) - initQueryTimeout and ildeTimeout defaults are not aligned with Cassandra defaults [#​25150](https://togithub.com/spring-projects/spring-boot/pull/25150) - Remote application from devtools does not work with security filter in WebSecurityConfigurerAdapter [#​25147](https://togithub.com/spring-projects/spring-boot/issues/25147) - TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity [#​25097](https://togithub.com/spring-projects/spring-boot/issues/25097) - WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans [#​25072](https://togithub.com/spring-projects/spring-boot/issues/25072) - Managed versions of oauth2-oidc-sdk and nimbus-jose-jwt are incompatible [#​25070](https://togithub.com/spring-projects/spring-boot/issues/25070) - BeanCreationException thrown creating 'neo4jMappingContext' with Spring Boot 2.4.2 when combined with MongoDB [#​25069](https://togithub.com/spring-projects/spring-boot/issues/25069) - Collection conversion doesn't work for configtree properties [#​25057](https://togithub.com/spring-projects/spring-boot/issues/25057) - ConfigData with Option.IGNORE_IMPORTS can cause NPE [#​25029](https://togithub.com/spring-projects/spring-boot/issues/25029) - spring.config.activate.on-profile cannot be used in profile specific file [#​24990](https://togithub.com/spring-projects/spring-boot/issues/24990) - ConfigDataLoaders cannot have a DeferredLogFactory injected preventing their subcomponents from logging accurately [#​24988](https://togithub.com/spring-projects/spring-boot/issues/24988) - Spring Data Solr support is not flagged as deprecated [#​24943](https://togithub.com/spring-projects/spring-boot/issues/24943) - Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default [#​24894](https://togithub.com/spring-projects/spring-boot/issues/24894) - InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles [#​24890](https://togithub.com/spring-projects/spring-boot/issues/24890) - When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken [#​24877](https://togithub.com/spring-projects/spring-boot/issues/24877) - mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser [#​24874](https://togithub.com/spring-projects/spring-boot/issues/24874) - Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour [#​24872](https://togithub.com/spring-projects/spring-boot/issues/24872) - Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation [#​24867](https://togithub.com/spring-projects/spring-boot/pull/24867) - Illegal reflective access by org.springframework.cglib.core.ReflectUtils [#​24857](https://togithub.com/spring-projects/spring-boot/issues/24857) - Configuration metadata for logging.charset.\* has invalid reference for java.nio.charset.Charset [#​24851](https://togithub.com/spring-projects/spring-boot/pull/24851) - Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used [#​24836](https://togithub.com/spring-projects/spring-boot/issues/24836) #### :notebook_with_decorative_cover: Documentation - Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin [#​25307](https://togithub.com/spring-projects/spring-boot/issues/25307) - Document Kafka Streams metrics support [#​25297](https://togithub.com/spring-projects/spring-boot/issues/25297) - Default values of integer properties in the application properties appendix are rendered as decimals [#​25176](https://togithub.com/spring-projects/spring-boot/issues/25176) - Clarify usage of BufferingApplicationStartup [#​25075](https://togithub.com/spring-projects/spring-boot/pull/25075) - Since 2.3.8 and 2.4.2, the documented index format does not match the implementation [#​25066](https://togithub.com/spring-projects/spring-boot/issues/25066) - Clarify when retaining . characters in property keys requires bracket notation to be used [#​25064](https://togithub.com/spring-projects/spring-boot/issues/25064) - Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion [#​25061](https://togithub.com/spring-projects/spring-boot/issues/25061) - Document logging.register-shutdown-hook and why you may want to enable it [#​25044](https://togithub.com/spring-projects/spring-boot/issues/25044) - bootRun project property command line example is incomplete [#​25042](https://togithub.com/spring-projects/spring-boot/issues/25042) - Document the need to use the launcher to be able to use application.\* properties in a custom banner [#​25040](https://togithub.com/spring-projects/spring-boot/issues/25040) - Add some guidance to the reference documentation about diagnosing unexpected property values [#​25038](https://togithub.com/spring-projects/spring-boot/issues/25038) - WebMvcProperties.MatchingStrategy should be documented as being since 2.4.0 [#​24875](https://togithub.com/spring-projects/spring-boot/issues/24875) - CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin [#​24869](https://togithub.com/spring-projects/spring-boot/issues/24869) - Add version to reference docs index [#​24854](https://togithub.com/spring-projects/spring-boot/issues/24854) - Remove YAML shortcomings section as it no longer applies [#​24620](https://togithub.com/spring-projects/spring-boot/pull/24620) #### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 5.16.1 [#​25205](https://togithub.com/spring-projects/spring-boot/issues/25205) - Upgrade to AppEngine SDK 1.9.86 [#​25206](https://togithub.com/spring-projects/spring-boot/issues/25206) - Upgrade to Byte Buddy 1.10.20 [#​25207](https://togithub.com/spring-projects/spring-boot/issues/25207) - Upgrade to FreeMarker 2.3.31 [#​25338](https://togithub.com/spring-projects/spring-boot/issues/25338) - Upgrade to Hibernate 5.4.28.Final [#​25208](https://togithub.com/spring-projects/spring-boot/issues/25208) - Upgrade to Infinispan 11.0.9.Final [#​25209](https://togithub.com/spring-projects/spring-boot/issues/25209) - Upgrade to Janino 3.1.3 [#​25210](https://togithub.com/spring-projects/spring-boot/issues/25210) - Upgrade to Jaybird 3.0.10 [#​25211](https://togithub.com/spring-projects/spring-boot/issues/25211) - Upgrade to Jetty 9.4.36.v20210114 [#​25212](https://togithub.com/spring-projects/spring-boot/issues/25212) - Upgrade to Johnzon 1.2.10 [#​25213](https://togithub.com/spring-projects/spring-boot/issues/25213) - Upgrade to jOOQ 3.14.7 [#​25214](https://togithub.com/spring-projects/spring-boot/issues/25214) - Upgrade to JUnit 4.13.2 [#​25339](https://togithub.com/spring-projects/spring-boot/issues/25339) - Upgrade to JUnit Jupiter 5.7.1 [#​25215](https://togithub.com/spring-projects/spring-boot/issues/25215) - Upgrade to Kotlin 1.4.30 [#​25216](https://togithub.com/spring-projects/spring-boot/issues/25216) - Upgrade to Lombok 1.18.18 [#​25217](https://togithub.com/spring-projects/spring-boot/issues/25217) - Upgrade to MariaDB 2.7.2 [#​25218](https://togithub.com/spring-projects/spring-boot/issues/25218) - Upgrade to Micrometer 1.6.4 [#​25291](https://togithub.com/spring-projects/spring-boot/issues/25291) - Upgrade to MySQL 8.0.23 [#​25219](https://togithub.com/spring-projects/spring-boot/issues/25219) - Upgrade to Netty 4.1.59.Final [#​25220](https://togithub.com/spring-projects/spring-boot/issues/25220) - Upgrade to Reactor 2020.0.4 [#​25286](https://togithub.com/spring-projects/spring-boot/issues/25286) - Upgrade to RxJava2 2.2.21 [#​25340](https://togithub.com/spring-projects/spring-boot/issues/25340) - Upgrade to Spring AMQP 2.3.5 [#​25290](https://togithub.com/spring-projects/spring-boot/issues/25290) - Upgrade to Spring Data 2020.0.5 [#​25002](https://togithub.com/spring-projects/spring-boot/issues/25002) - Upgrade to Spring Framework 5.3.4 [#​24998](https://togithub.com/spring-projects/spring-boot/issues/24998) - Upgrade to Spring HATEOAS 1.2.4 [#​25341](https://togithub.com/spring-projects/spring-boot/issues/25341) - Upgrade to Spring Integration 5.4.4 [#​25289](https://togithub.com/spring-projects/spring-boot/issues/25289) - Upgrade to Spring Kafka 2.6.6 [#​25292](https://togithub.com/spring-projects/spring-boot/issues/25292) - Upgrade to Spring Security 5.4.5 [#​25221](https://togithub.com/spring-projects/spring-boot/issues/25221) - Upgrade to Spring Session Bom 2020.0.3 [#​25222](https://togithub.com/spring-projects/spring-boot/issues/25222) - Upgrade to Tomcat 9.0.43 [#​25223](https://togithub.com/spring-projects/spring-boot/issues/25223) - Upgrade to Undertow 2.2.4.Final [#​25224](https://togithub.com/spring-projects/spring-boot/issues/25224) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​robert-smith-911](https://togithub.com/robert-smith-911) - [@​izeye](https://togithub.com/izeye) - [@​dreis2211](https://togithub.com/dreis2211) - [@​oleg-sukhov](https://togithub.com/oleg-sukhov) - [@​friscoMad](https://togithub.com/friscoMad) - [@​sdeleuze](https://togithub.com/sdeleuze) - [@​melburne](https://togithub.com/melburne) - [@​eddumelendez](https://togithub.com/eddumelendez) - [@​jongmin92](https://togithub.com/jongmin92) - [@​rand0m86](https://togithub.com/rand0m86) - [@​wesuga](https://togithub.com/wesuga) - [@​bono007](https://togithub.com/bono007)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 6b4990197..bbf1a51f3 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.4.2 + 2.4.3 org.slf4j From fa6e165c61a61830229a6f5974aa9a66750f9481 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 20 Feb 2021 02:38:06 +0100 Subject: [PATCH 013/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.3 (#892) [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.2.2` -> `2.2.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.3/compatibility-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.3/confidence-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.2.3`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​223-httpswwwgithubcomgoogleapisjava-firestorecomparev222v223-2021-02-19) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.2.2...v2.2.3)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 5436ddfb6..1c85b86eb 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.2 + 2.2.3 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 3c75b6fc1..d4f70ad15 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.2 + 2.2.3 From 80f27379e12afd647e59f7b42d9279f012f33ea8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 22 Feb 2021 18:38:04 +0100 Subject: [PATCH 014/336] chore(deps): update dependency gradle to v6.8.3 (#893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `6.8.2` -> `6.8.3` | --- ### Release Notes
gradle/gradle ### [`v6.8.3`](https://togithub.com/gradle/gradle/releases/v6.8.3) This is a patch release for Gradle 6.8. This fixes [a critical bug](https://togithub.com/gradle/gradle/issues/16144) present in Gradle 6.8, 6.8.1 and 6.8.2. [All issues fixed in this patch release](https://togithub.com/gradle/gradle/milestone/171?closed=1) Please don’t use the original 6.8 release or previous patch releases, and instead upgrade to 6.8.3. #### Upgrade Instructions Switch your build to use Gradle 6.8.3 by updating your wrapper: `./gradlew wrapper --gradle-version=6.8.3` See the [Gradle 6.x upgrade guide](https://docs.gradle.org/6.8.3/userguide/upgrading_version_6.html#changes_6.8) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.3. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 702c0483e..ced859314 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 4359b6e73..849af575c 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip From 614667eb62c3667caf5610329f2a393ec0a1070b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 04:23:25 +0100 Subject: [PATCH 015/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.37.v20210219 (#896) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index cb2e635c2..003c9187c 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.36.v20210114 + 9.4.37.v20210219 From 713cdf5371283a00d2f70ff737b11142a8b5c16a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 17:05:41 +0100 Subject: [PATCH 016/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.95.9 (#900) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 1c85b86eb..58fddf69a 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.95.7 + 1.95.9 From 0ad1a7f70b4c0fd8f54f43ea518eb4f1e48a2788 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 19:28:22 +0100 Subject: [PATCH 017/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.37.v20210219 (#894) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 58fddf69a..883c765e3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.36.v20210114 + 9.4.37.v20210219 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index d4f70ad15..907f6a9dd 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.36.v20210114 + 9.4.37.v20210219 From a78c80e22c157d234ebe933b309e81282e06d520 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 19:28:44 +0100 Subject: [PATCH 018/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.11 (#899) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index e4582aa5e..c6f24b934 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.10 + 1.113.11 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index a8b6e0c5a..0aaa8e38b 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.10 + 1.113.11 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 943a0a854..bb0c56e81 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.10 + 1.113.11 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 907f6a9dd..b39e9a24b 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.10 + 1.113.11 From 68917f44d25fb6663a957094682c7561f34291b2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 19:29:09 +0100 Subject: [PATCH 019/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.111.1 (#898) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 883c765e3..28c495ad3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.111.0 + 1.111.1 From e5e881bc90405b0ff362d680163b87f1dd95c9bb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 19:29:36 +0100 Subject: [PATCH 020/336] chore(deps): update dependency org.mockito:mockito-core to v3.8.0 (#897) Co-authored-by: kolea2 <45548808+kolea2@users.noreply.github.com> --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index d7393c3b0..bb9b7f849 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.7.7 + 3.8.0 test From ae5d870ef21e316dfdf630de3d5431e8bbaf6bab Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 23 Feb 2021 19:30:04 +0100 Subject: [PATCH 021/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.37.v20210219 (#895) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 10d8ac8d3..aac3bb16a 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.36.v20210114 + 9.4.37.v20210219 start-selenium From 1e3d102386833adb8bed59cf5274ce42dc836e69 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 24 Feb 2021 20:45:06 +0100 Subject: [PATCH 022/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v2.8.0 (#901) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 28c495ad3..d4b7add5b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 2.7.1 + 2.8.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b39e9a24b..4631c8c69 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 2.7.1 + 2.8.0 gcr.io/${gcloud.appId}/bookshelf From 6f291f4d22ed648b5bf8b21c12455275274d0512 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 24 Feb 2021 22:48:39 +0100 Subject: [PATCH 023/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.111.2 (#902) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index d4b7add5b..d7db95b79 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.111.1 + 1.111.2 From 801132e28df6fa6225dff3387bf77142a3bb5703 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 25 Feb 2021 23:51:35 +0100 Subject: [PATCH 024/336] chore(deps): update kotlin packages to v1.4.31 (#903) --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 63b10a153..67acba0e3 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.4.30 + 1.4.31 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.30 + 1.4.31 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index bbf1a51f3..d6bc9b5d4 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.4.30 + 1.4.31 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index ba4587517..b8f850b19 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.30 + 1.4.31 From 48b545b3caf98766b7f96c814aaa3511790793c5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 02:21:15 +0100 Subject: [PATCH 025/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.111.3 (#905) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index d7db95b79..f819bcf02 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.111.2 + 1.111.3 From 798d750305aa25ad46c946194faebf1b8bccfb27 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 18:32:03 +0100 Subject: [PATCH 026/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.4 (#904) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index f819bcf02..d1e44c069 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.3 + 2.2.4 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 4631c8c69..4aff3ab52 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.3 + 2.2.4 From 0920f144055edd7c299b84a490e05b08acd68e17 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 19:02:11 +0100 Subject: [PATCH 027/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.95.10 (#906) [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `1.95.9` -> `1.95.10` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.95.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.95.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.95.10/compatibility-slim/1.95.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.95.10/confidence-slim/1.95.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index d1e44c069..2d50111b0 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.95.9 + 1.95.10 From e24b9b500fbcd8be6933e175654c07f6341fd834 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 19:18:24 +0100 Subject: [PATCH 028/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.111.4 (#907) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 2d50111b0..6c2b54412 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.111.3 + 1.111.4 From 98c2b8c8dd4cda2912a48bb7292ec65d3a968541 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 22:20:03 +0100 Subject: [PATCH 029/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.38.v20210224 (#908) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-maven-plugin](org/eclipse/jetty/jetty-maven-plugin) | `9.4.37.v20210219` -> `9.4.38.v20210224` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/compatibility-slim/9.4.37.v20210219)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/confidence-slim/9.4.37.v20210219)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 6c2b54412..65bdf6f92 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.37.v20210219 + 9.4.38.v20210224 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 4aff3ab52..605cf4e28 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.37.v20210219 + 9.4.38.v20210224 From ce98a4bb417f5a78059aa1996349b9dda435792c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 23:34:46 +0100 Subject: [PATCH 030/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.38.v20210224 (#909) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index aac3bb16a..58c513590 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.37.v20210219 + 9.4.38.v20210224 start-selenium From 6b338ab7b0cad5ebb7758f7943d2a654f15eddaf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Feb 2021 23:40:06 +0100 Subject: [PATCH 031/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.38.v20210224 (#910) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-maven-plugin](org/eclipse/jetty/jetty-maven-plugin) | `9.4.37.v20210219` -> `9.4.38.v20210224` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/compatibility-slim/9.4.37.v20210219)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.38.v20210224/confidence-slim/9.4.37.v20210219)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 003c9187c..e6065c93d 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.37.v20210219 + 9.4.38.v20210224 From 49417461329429f22c7bfc2acccb75257cbe7430 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 1 Mar 2021 23:34:09 +0100 Subject: [PATCH 032/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.12 (#911) [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `1.113.11` -> `1.113.12` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.12/compatibility-slim/1.113.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.12/confidence-slim/1.113.11)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index c6f24b934..42c9f4073 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.11 + 1.113.12 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 0aaa8e38b..ac914a341 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.11 + 1.113.12 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index bb0c56e81..59ee2dd07 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.11 + 1.113.12 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 605cf4e28..c4dbadc4e 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.11 + 1.113.12 From ce719194a3cb587025d0e19ca608c934b307ceea Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 2 Mar 2021 20:54:33 +0100 Subject: [PATCH 033/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.31.3 (#912) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index bd8ccaf27..a3d57d1b9 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.2 + 1.31.3 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 42c9f4073..9c8ec5c75 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.2 + 1.31.3 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index ac914a341..42b897e40 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.2 + 1.31.3 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 59ee2dd07..9e273c60a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.2 + 1.31.3 From 71e726728a5892dd44500f9e506fb6e36e8f7c57 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 9 Mar 2021 19:09:46 +0100 Subject: [PATCH 034/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.13 (#913) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9c8ec5c75..a51587d55 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.12 + 1.113.13 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 42b897e40..ff49f397f 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.12 + 1.113.13 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 9e273c60a..0c53c7d4c 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.12 + 1.113.13 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index c4dbadc4e..1c17f2ab8 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.12 + 1.113.13 From ef2d34e7a53f1537e7f880b5ba163a54fdd6b895 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 11 Mar 2021 19:49:54 +0100 Subject: [PATCH 035/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.96.0 (#914) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 65bdf6f92..2ff32684e 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.95.10 + 1.96.0 From 0add1c47f055381b655e1024dc7a10d94eec3a67 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 11 Mar 2021 22:18:02 +0100 Subject: [PATCH 036/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.5 (#915) [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.2.4` -> `2.2.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.5/compatibility-slim/2.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.5/confidence-slim/2.2.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.2.5`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​225-httpswwwgithubcomgoogleapisjava-firestorecomparev224v225-2021-03-11) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.2.4...v2.2.5)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 2ff32684e..a7cde3dfc 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.4 + 2.2.5 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 1c17f2ab8..1dd3f5af8 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.4 + 2.2.5 From bd1389c3f41f86931c38c89345a92654e4172713 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Mar 2021 00:38:01 +0100 Subject: [PATCH 037/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.14 (#916) [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `1.113.13` -> `1.113.14` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.14/compatibility-slim/1.113.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.14/confidence-slim/1.113.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v1.113.14`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​111314-httpswwwgithubcomgoogleapisjava-storagecomparev111313v111314-2021-03-11) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.113.13...v1.113.14)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index a51587d55..861d4375f 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.13 + 1.113.14 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index ff49f397f..930b1bc36 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.13 + 1.113.14 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0c53c7d4c..b7f69bfdd 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.13 + 1.113.14 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 1dd3f5af8..597a3ecaf 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.13 + 1.113.14 From 8d374ad30fd0f64b22a08cb091ad376a6175d59e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Mar 2021 16:33:48 +0100 Subject: [PATCH 038/336] chore(deps): update appengine packages to v1.9.87 (#917) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index bb9b7f849..25bf45c10 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.86 + 1.9.87 test com.google.appengine appengine-api-stubs - 1.9.86 + 1.9.87 test com.google.appengine appengine-tools-sdk - 1.9.86 + 1.9.87 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 67acba0e3..02e27c198 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index d6bc9b5d4..e18a5d802 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index b8f850b19..9bf673eb3 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index a3d57d1b9..9209d487e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 861d4375f..4cb98de9a 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 930b1bc36..58d5249d8 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b7f69bfdd..503f61c97 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.86 + 1.9.87 From b0cc2ec5d8a21182ab7bdd498622cf1a1ef9c744 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 14 Apr 2021 23:15:49 +0200 Subject: [PATCH 039/336] chore(deps): update appengine packages to v1.9.88 (#918) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 25bf45c10..2e059d0d7 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.87 + 1.9.88 test com.google.appengine appengine-api-stubs - 1.9.87 + 1.9.88 test com.google.appengine appengine-tools-sdk - 1.9.87 + 1.9.88 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 02e27c198..1b0866547 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index e18a5d802..17522ed46 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 9bf673eb3..d01e153ab 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 9209d487e..173df6ebb 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4cb98de9a..6342edd50 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 58d5249d8..e43e1b09b 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 503f61c97..3ff1c32ed 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.87 + 1.9.88 From 0f1d8aaa80032164b35cb4a17ca41d9aa178257b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 00:24:06 +0200 Subject: [PATCH 040/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.31.4 (#919) [![WhiteSource 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.api-client:google-api-client-appengine | `1.31.3` -> `1.31.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.31.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.31.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.31.4/compatibility-slim/1.31.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.31.4/confidence-slim/1.31.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 173df6ebb..56699b55c 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.3 + 1.31.4 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 6342edd50..55ce67792 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.3 + 1.31.4 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index e43e1b09b..028df2fa7 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.3 + 1.31.4 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 3ff1c32ed..55d80d43c 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.3 + 1.31.4 From 50b73cb3f203863d4c7471d351c7e02215692573 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 00:50:05 +0200 Subject: [PATCH 041/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.112.1 (#923) [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.111.4` -> `1.112.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.1/compatibility-slim/1.111.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.1/confidence-slim/1.111.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.112.1`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11121-httpswwwgithubcomgoogleapisjava-pubsubcomparev11120v11121-2021-04-12) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.112.0...v1.112.1) ### [`v1.112.0`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11120-httpswwwgithubcomgoogleapisjava-pubsubcomparev11114v11120-2021-03-16) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.111.4...v1.112.0) ##### Features - expose default client configs ([#​541](https://www.github.com/googleapis/java-pubsub/issues/541)) ([01e6daf](https://www.github.com/googleapis/java-pubsub/commit/01e6dafb569a37c661463b79f5afbfba4f6d188d)) ##### Bug Fixes - properly shutdown subscriber stub on permanent streaming pull failure ([#​539](https://www.github.com/googleapis/java-pubsub/issues/539)) ([adbcc0c](https://www.github.com/googleapis/java-pubsub/commit/adbcc0c6777e35eae24b538e6c48f9ef7485a786)) - update MessageDispatcher to not extend deadlines of messages which arrive early to 60s ([#​570](https://www.github.com/googleapis/java-pubsub/issues/570)) ([e174e20](https://www.github.com/googleapis/java-pubsub/commit/e174e2043f64563f4d2868537aeb90d948233166)) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v1.94.3 ([#​566](https://www.github.com/googleapis/java-pubsub/issues/566)) ([3f23ac6](https://www.github.com/googleapis/java-pubsub/commit/3f23ac6cda00814f74f2c435dd8a05b70ac69d27)) - update dependency com.google.cloud:google-cloud-core to v1.94.4 ([#​568](https://www.github.com/googleapis/java-pubsub/issues/568)) ([21886d3](https://www.github.com/googleapis/java-pubsub/commit/21886d39cdc2a33275c2061578c877b0fa6aee98)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#​564](https://www.github.com/googleapis/java-pubsub/issues/564)) ([0aa4521](https://www.github.com/googleapis/java-pubsub/commit/0aa452121b2fa769221b41c8c1323f3b31b599d1)) - update dependency com.google.protobuf:protobuf-java-util to v3.15.5 ([#​559](https://www.github.com/googleapis/java-pubsub/issues/559)) ([74e6a92](https://www.github.com/googleapis/java-pubsub/commit/74e6a92ca88f006e0fe1a68144ba0cb30a1d140c)) - update dependency com.google.protobuf:protobuf-java-util to v3.15.6 ([#​569](https://www.github.com/googleapis/java-pubsub/issues/569)) ([b6e299f](https://www.github.com/googleapis/java-pubsub/commit/b6e299f6d13dab7d5b2e8c575021371485878bb2)) ##### Documentation - Remove experimental note for schema APIs ([#​560](https://www.github.com/googleapis/java-pubsub/issues/560)) ([4b98556](https://www.github.com/googleapis/java-pubsub/commit/4b98556e550802135cfb87d8984f0deec57e8c2e)) ##### [1.111.4](https://www.github.com/googleapis/java-pubsub/compare/v1.111.3...v1.111.4) (2021-02-26) ##### Dependencies - update dependency com.google.protobuf:protobuf-java-util to v3.15.3 ([#​546](https://www.github.com/googleapis/java-pubsub/issues/546)) ([3c10d2c](https://www.github.com/googleapis/java-pubsub/commit/3c10d2cf7cb8fab1c2dad8e80ea8ad7723e4e899)) ##### [1.111.3](https://www.github.com/googleapis/java-pubsub/compare/v1.111.2...v1.111.3) (2021-02-25) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#​542](https://www.github.com/googleapis/java-pubsub/issues/542)) ([ff9dc0d](https://www.github.com/googleapis/java-pubsub/commit/ff9dc0d5becf281aea855eeb0d246e938ed5e09c)) ##### [1.111.2](https://www.github.com/googleapis/java-pubsub/compare/v1.111.1...v1.111.2) (2021-02-24) ##### Dependencies - update dependency com.google.protobuf:protobuf-java-util to v3.15.2 ([#​524](https://www.github.com/googleapis/java-pubsub/issues/524)) ([b5e07a8](https://www.github.com/googleapis/java-pubsub/commit/b5e07a866f096744feafc6187bcb022669f5fa26)) ##### [1.111.1](https://www.github.com/googleapis/java-pubsub/compare/v1.111.0...v1.111.1) (2021-02-23) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#​515](https://www.github.com/googleapis/java-pubsub/issues/515)) ([073c3b8](https://www.github.com/googleapis/java-pubsub/commit/073c3b84965a4225d735743d5f4e540330cf26b7))
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index a7cde3dfc..c63aac9f3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.111.4 + 1.112.1 From c23ed77a86c91d832c31f25c34045e26c14a3000 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 07:54:04 +0200 Subject: [PATCH 042/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.97.0 (#925) [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `1.96.0` -> `1.97.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.0/compatibility-slim/1.96.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.0/confidence-slim/1.96.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-translate ### [`v1.97.0`](https://togithub.com/googleapis/java-translate/blob/master/CHANGELOG.md#​1970-httpswwwgithubcomgoogleapisjava-translatecomparev1960v1970-2021-04-13) [Compare Source](https://togithub.com/googleapis/java-translate/compare/v1.96.0...v1.97.0) ##### Features - added v3beta1 proto for online and batch document translation ([#​478](https://www.github.com/googleapis/java-translate/issues/478)) ([edd06a1](https://www.github.com/googleapis/java-translate/commit/edd06a1df268bfea34a17208f6327c3932db556f)) ##### Bug Fixes - typo ([#​492](https://www.github.com/googleapis/java-translate/issues/492)) ([56f0bf1](https://www.github.com/googleapis/java-translate/commit/56f0bf15a3ff144158cb4ce66753e1827bea42b4)) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v1.94.4 ([#​471](https://www.github.com/googleapis/java-translate/issues/471)) ([6e514f2](https://www.github.com/googleapis/java-translate/commit/6e514f274784c3b94cfde2b77753a1f47ec4130f)) - update dependency com.google.cloud:google-cloud-core to v1.94.7 ([#​483](https://www.github.com/googleapis/java-translate/issues/483)) ([2aa6e81](https://www.github.com/googleapis/java-translate/commit/2aa6e812d89bdaeeb298d4ac8c6b2c6882591637)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#​485](https://www.github.com/googleapis/java-translate/issues/485)) ([0251731](https://www.github.com/googleapis/java-translate/commit/025173100d1e08b00c21f97ef6ccf7573105449c)) - update dependency com.google.cloud:google-cloud-storage to v1.113.14 ([#​472](https://www.github.com/googleapis/java-translate/issues/472)) ([e0e6601](https://www.github.com/googleapis/java-translate/commit/e0e66015ea2c8bb74186b9205b0146cad2683a56))
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index c63aac9f3..4b01f5794 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.96.0 + 1.97.0 From 5fa8b1f750ce09df290c24afc1c77b1bb420abe6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 16:55:28 +0200 Subject: [PATCH 043/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.4.5 (#931) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 17522ed46..bb4fa146d 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.4.3 + 2.4.5 org.slf4j From 41875495545881b5a38fa9cd0d91283cb6cb281e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 17:08:02 +0200 Subject: [PATCH 044/336] chore(deps): update kotlin packages to v1.4.32 (#932) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin:kotlin-maven-plugin | `1.4.31` -> `1.4.32` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.4.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.4.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.4.32/compatibility-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.4.32/confidence-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.31` -> `1.4.32` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.4.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.4.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.4.32/compatibility-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.4.32/confidence-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin:kotlin-maven-allopen | `1.4.31` -> `1.4.32` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.4.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.4.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.4.32/compatibility-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.4.32/confidence-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-reflect](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.31` -> `1.4.32` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.4.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.4.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.4.32/compatibility-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.4.32/confidence-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.31` -> `1.4.32` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.4.32/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.4.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.4.32/compatibility-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.4.32/confidence-slim/1.4.31)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
JetBrains/kotlin ### [`v1.4.32`](https://togithub.com/JetBrains/kotlin/releases/v1.4.32) [Compare Source](https://togithub.com/JetBrains/kotlin/compare/v1.4.31...v1.4.32) #### Changelog ##### IDE - [`KT-43824`](https://youtrack.jetbrains.com/issue/KT-43824) KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation - [`KT-45287`](https://youtrack.jetbrains.com/issue/KT-45287) LightClasses: `KtLightSimpleModifierList` is no more a parent of `KtLightAnnotationForSourceEntry` - [`KT-45291`](https://youtrack.jetbrains.com/issue/KT-45291) LightClasses: can't get annotations for constructor val-parameter - [`KT-45417`](https://youtrack.jetbrains.com/issue/KT-45417) ULC leakage of primitive type annotations ##### Tools. CLI - [`KT-44758`](https://youtrack.jetbrains.com/issue/KT-44758) kotlin-compiler-embeddable dependency includes unshaded `fastutil` package - [`KT-45007`](https://youtrack.jetbrains.com/issue/KT-45007) Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint() #### Checksums | File | Sha256 | | --------------------------------- | ---------------------------------------------------------------- | | kotlin-compiler-1.4.32.zip | dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c | | kotlin-native-linux-1.4.32.tar.gz | 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d | | kotlin-native-macos-1.4.32.tar.gz | a55eb3c60bb9810360c5a992dca34328d806fe13f3bfc3120b49345f569fd3cc | | kotlin-native-windows-1.4.32.zip | 3bd6f1b9293897a45d0b33ee14ca51b33b57d0413b774458c6e4aee393e1b772 |
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 1b0866547..75b074c72 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.4.31 + 1.4.32 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.31 + 1.4.32 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index bb4fa146d..2cfa7caef 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.4.31 + 1.4.32 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index d01e153ab..43504ea22 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.31 + 1.4.32 From 6c5130f5f66dd8d93b1fa191ac5b2af13ee9a47e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 17:55:14 +0200 Subject: [PATCH 045/336] chore(deps): update dependency org.mockito:mockito-core to v3.9.0 (#930) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 2e059d0d7..7fd8afd53 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.8.0 + 3.9.0 test From f9622cbac8e6567da268c520d8ba1ee66bed8325 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 17:58:44 +0200 Subject: [PATCH 046/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.39.v20210325 (#928) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 58c513590..bcbd263ed 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.38.v20210224 + 9.4.39.v20210325 start-selenium From 8189e8fd27c58c56a6392fd9d004580535ad204c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 18:09:22 +0200 Subject: [PATCH 047/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.15 (#924) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 55ce67792..c23a9ce3b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.14 + 1.113.15 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 028df2fa7..b46bd21bb 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.14 + 1.113.15 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 55d80d43c..1df0df650 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.14 + 1.113.15 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 597a3ecaf..5c675b9f6 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.14 + 1.113.15 From 8c1ca777e294cfa10251b0bca1fe3b96e500704b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 18:22:09 +0200 Subject: [PATCH 048/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.2.2 (#921) [![WhiteSource 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.sql:mysql-socket-factory | `1.2.1` -> `1.2.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.2.2/compatibility-slim/1.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.2.2/confidence-slim/1.2.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 56699b55c..5178e7a64 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.1 + 1.2.2 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index c23a9ce3b..388df9941 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.1 + 1.2.2 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b46bd21bb..e2c6d725c 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.1 + 1.2.2 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 1df0df650..36855f6cc 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.1 + 1.2.2 mysql From 1b91e6fa262528ef7e43a8aba8a0255345fe1a87 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 18:38:04 +0200 Subject: [PATCH 049/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3 (#933) [![WhiteSource 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.tools:jib-maven-plugin](https://togithub.com/GoogleContainerTools/jib) | `2.8.0` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.0.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.0.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 4b01f5794..0ae898a63 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 2.8.0 + 3.0.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5c675b9f6..d0d468a0a 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 2.8.0 + 3.0.0 gcr.io/${gcloud.appId}/bookshelf From 93bebea3855c8b5a938ac07a951797e161d33a22 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 18:44:04 +0200 Subject: [PATCH 050/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.6 (#922) [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.2.5` -> `2.2.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.6/compatibility-slim/2.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.6/confidence-slim/2.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.2.6`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​226-httpswwwgithubcomgoogleapisjava-firestorecomparev225v226-2021-04-13) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.2.5...v2.2.6)
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 0ae898a63..e3f6a9593 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.5 + 2.2.6 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index d0d468a0a..5a32601e2 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.5 + 2.2.6 From b18d57b4c0d358280898ec77cb200ddd0132872f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 18:52:05 +0200 Subject: [PATCH 051/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.39.v20210325 (#929) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.38.v20210224` -> `9.4.39.v20210325` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/compatibility-slim/9.4.38.v20210224)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/confidence-slim/9.4.38.v20210224)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index e6065c93d..7b8c6ca84 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.38.v20210224 + 9.4.39.v20210325 From a1c0ccbe9bf75a222f76ef405bef37eb3b86fcbb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 19:00:08 +0200 Subject: [PATCH 052/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.39.v20210325 (#927) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.38.v20210224` -> `9.4.39.v20210325` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/compatibility-slim/9.4.38.v20210224)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.39.v20210325/confidence-slim/9.4.38.v20210224)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index e3f6a9593..ff366da52 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.38.v20210224 + 9.4.39.v20210325 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5a32601e2..77d7f7392 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.38.v20210224 + 9.4.39.v20210325 From 5196a8b82b9feb5461aa3d8ea7d27ecdc74f6352 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 19:08:05 +0200 Subject: [PATCH 053/336] chore(deps): update dependency gradle to v7 (#934) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | major | `6.8.3` -> `7.0` | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index ced859314..220001ec5 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 849af575c..043fece73 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip From 0b475c50ecd071e0d8adfa1be672bf4b7cf823c4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 15 Apr 2021 19:18:04 +0200 Subject: [PATCH 054/336] chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.22 (#920) [![WhiteSource 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.samples:shared-configuration | `1.0.21` -> `1.0.22` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/compatibility-slim/1.0.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.22/confidence-slim/1.0.21)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 7fd8afd53..21bf43940 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -29,7 +29,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 75b074c72..5647d02a4 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 2cfa7caef..cd7b1c0ff 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -25,7 +25,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 43504ea22..7f18195d3 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/background/pom.xml b/background/pom.xml index ff366da52..3b1d2b0ce 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -25,7 +25,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 5178e7a64..2f8d8c73e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 388df9941..394cabf45 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index e2c6d725c..00cea83e7 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 ../ diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 36855f6cc..72f36782a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 ../ diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 77d7f7392..b5a559c8b 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/gce/pom.xml b/gce/pom.xml index bcbd263ed..5963292c9 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 7b8c6ca84..c3b55fae6 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -40,7 +40,7 @@ com.google.cloud.samples shared-configuration - 1.0.21 + 1.0.22 From 7156682ec523cd17f6a2401bebfd1f3215326d7f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 19 Apr 2021 18:26:08 +0200 Subject: [PATCH 055/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.40.v20210413 (#937) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index c3b55fae6..f250b7239 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.39.v20210325 + 9.4.40.v20210413 From 91f51d47e31c38ce4103174837c776c0e2e4ce7d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 19 Apr 2021 18:30:04 +0200 Subject: [PATCH 056/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.40.v20210413 (#936) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.39.v20210325` -> `9.4.40.v20210413` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/compatibility-slim/9.4.39.v20210325)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/confidence-slim/9.4.39.v20210325)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 5963292c9..47d597595 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.39.v20210325 + 9.4.40.v20210413 start-selenium From b6bee6e414d32aeaa69a2da2f2dd1dd62657f978 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 19 Apr 2021 20:28:03 +0200 Subject: [PATCH 057/336] chore(deps): update dependency mysql:mysql-connector-java to v8.0.24 (#938) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql:mysql-connector-java](http://dev.mysql.com/doc/connector-j/en/) ([source](https://togithub.com/mysql/mysql-connector-j)) | `8.0.23` -> `8.0.24` | [![age](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.24/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.24/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.24/compatibility-slim/8.0.23)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.24/confidence-slim/8.0.23)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 2f8d8c73e..85ab5cce2 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.23 + 8.0.24 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 394cabf45..4868616e6 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.23 + 8.0.24 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 00cea83e7..46cd6480f 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.23 + 8.0.24 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 72f36782a..ed021aae5 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.23 + 8.0.24 com.google.api-client From 0b53bb74833cf3f1a1f75031aaea2e471b55e5d0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 24 Apr 2021 02:36:10 +0200 Subject: [PATCH 058/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.2.7 (#939) [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.2.6` -> `2.2.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.7/compatibility-slim/2.2.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.2.7/confidence-slim/2.2.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.2.7`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​227-httpswwwgithubcomgoogleapisjava-firestorecomparev226v227-2021-04-20) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.2.6...v2.2.7)
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 3b1d2b0ce..476f1ae42 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.6 + 2.2.7 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b5a559c8b..dbb0ddd5e 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.6 + 2.2.7 From bc5169860df0cf891a49a6cd531cf55e3d454eb8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 24 Apr 2021 02:44:10 +0200 Subject: [PATCH 059/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.40.v20210413 (#935) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.39.v20210325` -> `9.4.40.v20210413` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/compatibility-slim/9.4.39.v20210325)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.40.v20210413/confidence-slim/9.4.39.v20210325)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 476f1ae42..d73c32e1e 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.39.v20210325 + 9.4.40.v20210413
diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index dbb0ddd5e..b0c6662fa 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.39.v20210325 + 9.4.40.v20210413
From ffe106391a437d48dbbb7f40f0e955bf8b10fcbe Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 26 Apr 2021 22:10:56 +0200 Subject: [PATCH 060/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.3.0 (#942) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index d73c32e1e..507743f04 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.7 + 2.3.0 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b0c6662fa..a67aaf2ab 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.2.7 + 2.3.0 From 6559d47b5b6460e919950934c55b4151dedc1651 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 26 Apr 2021 22:56:08 +0200 Subject: [PATCH 061/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.97.1 (#941) [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `1.97.0` -> `1.97.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.1/compatibility-slim/1.97.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.97.1/confidence-slim/1.97.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-translate ### [`v1.97.1`](https://togithub.com/googleapis/java-translate/blob/master/CHANGELOG.md#​1971-httpswwwgithubcomgoogleapisjava-translatecomparev1970v1971-2021-04-26) [Compare Source](https://togithub.com/googleapis/java-translate/compare/v1.97.0...v1.97.1)
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 507743f04..4a885dd45 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.97.0 + 1.97.1 From d95d354c316c0617fdcf4e6f96c88093144312e1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Apr 2021 18:36:21 +0200 Subject: [PATCH 062/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.16 (#944) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4868616e6..9a4fcbc1f 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.15 + 1.113.16 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 46cd6480f..e9d4ffe20 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.15 + 1.113.16 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index ed021aae5..a7ae60a0b 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.15 + 1.113.16 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a67aaf2ab..4de2c98d7 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.15 + 1.113.16 From 78bbab97e7c277e9efa43380a523a6096070780f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 28 Apr 2021 20:58:02 +0200 Subject: [PATCH 063/336] chore(deps): update kotlin packages to v1.5.0 (#940) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin:kotlin-maven-plugin | `1.4.32` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.0/compatibility-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.0/confidence-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.32` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.0/compatibility-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.0/confidence-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin:kotlin-maven-allopen | `1.4.32` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.0/compatibility-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.0/confidence-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-reflect](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.32` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.0/compatibility-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.0/confidence-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.4.32` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.0/compatibility-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.0/confidence-slim/1.4.32)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 5647d02a4..7e442f48d 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.4.32 + 1.5.0
@@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.32 + 1.5.0 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index cd7b1c0ff..db043a97c 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.4.32 + 1.5.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 7f18195d3..200230df9 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.4.32 + 1.5.0 From 539b9296b460c2813bf165a7acbcf26268c6c21e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 28 Apr 2021 21:06:02 +0200 Subject: [PATCH 064/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.112.2 (#943) [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.112.1` -> `1.112.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.2/compatibility-slim/1.112.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.2/confidence-slim/1.112.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.112.2`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11122-httpswwwgithubcomgoogleapisjava-pubsubcomparev11121v11122-2021-04-24) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.112.1...v1.112.2)
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 4a885dd45..b7a580b76 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.112.1 + 1.112.2 From ca3aa634d103b91556ddba4fa68fc75dc1d8b58a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 29 Apr 2021 01:20:28 +0200 Subject: [PATCH 065/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.112.3 (#945) [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.112.2` -> `1.112.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.3/compatibility-slim/1.112.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.112.3/confidence-slim/1.112.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.112.3`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11123-httpswwwgithubcomgoogleapisjava-pubsubcomparev11122v11123-2021-04-26) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.112.2...v1.112.3)
--- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index b7a580b76..eee726b83 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.112.2 + 1.112.3 From 20a61d2d55480685b460dfa3cb6d4c24d12b9608 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 30 Apr 2021 01:10:05 +0200 Subject: [PATCH 066/336] chore(deps): update dependency com.google.guava:guava to v30.1.1-jre (#926) [![WhiteSource 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.guava:guava | `30.1-jre` -> `30.1.1-jre` | [![age](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/30.1.1-jre/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/30.1.1-jre/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/30.1.1-jre/compatibility-slim/30.1-jre)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/30.1.1-jre/confidence-slim/30.1-jre)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index eee726b83..4639aface 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 85ab5cce2..ac316a1a0 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9a4fcbc1f..9e99cd69f 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index e9d4ffe20..12b3bfeb3 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a7ae60a0b..352bca803 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 4de2c98d7..a9d8d0a41 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -69,7 +69,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1-jre + 30.1.1-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index 47d597595..618a5b86b 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1-jre + 30.1.1-jre test From d0c90fc2dc5e0a0acd516696015003e4baf3cc38 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 5 May 2021 00:25:02 +0200 Subject: [PATCH 067/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.2.3 (#947) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index ac316a1a0..01746fc4e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.2 + 1.2.3 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9e99cd69f..9a4797547 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.2 + 1.2.3 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 12b3bfeb3..01b48e486 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.2 + 1.2.3 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 352bca803..b42bdc874 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.2 + 1.2.3 mysql From 4a5e3c1953c331c7fa0d2eaaac7e911b306be059 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 4 May 2021 17:51:05 -0700 Subject: [PATCH 068/336] Update pom.xml (#948) * Update pom.xml * update readme --- .../helloworld-gae-javasdk-tools/README.md | 4 ++-- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md index ff9c728d4..1dfa7b734 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md @@ -46,7 +46,7 @@ version. Change this field to specify a specific version name. ## Maven ### Running locally - mvn clean appengine:devserver + mvn clean appengine:start To use vist: http://localhost:8080/ @@ -54,7 +54,7 @@ To use vist: http://localhost:8080/ Update `src/main/webapp/WEB-INF/appengine-web.xml` `` tag with the Project ID. - mvn clean appengine:update + mvn clean appengine:deploy To use vist: https://YOUR-PROJECT-ID.appspot.com diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 21bf43940..52f0bed01 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -122,7 +122,7 @@ limitations under the License. - com.google.appengine + com.google.cloud.tools appengine-maven-plugin 2.3.0 From cdb4045524ee7b2a05ffda51f228cbec8e227d5a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 5 May 2021 17:09:30 +0200 Subject: [PATCH 069/336] chore(deps): update dependency com.google.cloud.tools:appengine-maven-plugin to v2.4.0 (#950) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 52f0bed01..b4388ba52 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -124,7 +124,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.3.0 + 2.4.0 myProjectId From a06e8d8040fde583f58023364c36fb8efb623476 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 5 May 2021 14:19:01 -0700 Subject: [PATCH 070/336] fix typo and command (#951) --- .../helloworld-gae-javasdk-tools/README.md | 14 +++++++------- .../kotlin-appengine-standard/README.md | 4 ++-- .../kotlin-sb-appengine-standard/README.md | 2 +- .../kotlin-spark-appengine-standard/README.md | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md index 1dfa7b734..d6c229c73 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md @@ -46,17 +46,17 @@ version. Change this field to specify a specific version name. ## Maven ### Running locally - mvn clean appengine:start + mvn clean package appengine:run -To use vist: http://localhost:8080/ +To use visit: http://localhost:8080/ ### Deploying Update `src/main/webapp/WEB-INF/appengine-web.xml` `` tag with the Project ID. - mvn clean appengine:deploy + mvn clean package appengine:deploy -To use vist: https://YOUR-PROJECT-ID.appspot.com +To use visit: https://YOUR-PROJECT-ID.appspot.com ## Gradle @@ -68,7 +68,7 @@ For more information see the [plugin project](https://github.com/GoogleCloudPlat If you do not have gradle installed, you can run using `./gradlew appengineRun`. -To use vist: http://localhost:8080/ +To use visit: http://localhost:8080/ ### Deploying @@ -78,9 +78,9 @@ Update `src/main/webapp/WEB-INF/appengine-web.xml` `` tag with the If you do not have gradle installed, you can deploy using `./gradlew appengineDeploy`. -To use vist: https://1-dot-YOUR-PROJECT-ID.appspot.com +To use visit: https://1-dot-YOUR-PROJECT-ID.appspot.com -This is using verison-dot-project naming. +This is using version-dot-project naming. ## Testing diff --git a/appengine-standard-java8/kotlin-appengine-standard/README.md b/appengine-standard-java8/kotlin-appengine-standard/README.md index 2920046b2..530fa6288 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-appengine-standard/README.md @@ -48,13 +48,13 @@ version. Change this field to specify a specific version name. `mvn package appengine:run` -To use vist: http://localhost:8080/ +To use visit: http://localhost:8080/ ### Deploying `mvn package appengine:deploy` -To use vist: https://YOUR-PROJECT-ID.appspot.com +To use visit: https://YOUR-PROJECT-ID.appspot.com ## Testing diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/README.md b/appengine-standard-java8/kotlin-sb-appengine-standard/README.md index caab2553a..963a7c585 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/README.md @@ -54,7 +54,7 @@ To use visit: http://localhost:8080/ `mvn package appengine:deploy` -To use vist: https://YOUR-PROJECT-ID.appspot.com +To use visit: https://YOUR-PROJECT-ID.appspot.com ## Testing diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/README.md b/appengine-standard-java8/kotlin-spark-appengine-standard/README.md index adad7e316..4fce96e06 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/README.md @@ -50,13 +50,13 @@ version. Change this field to specify a specific version name. `mvn package appengine:run` -To use vist: http://localhost:8080/ +To use visit: http://localhost:8080/ ### Deploying `mvn package appengine:deploy` -To use vist: https://YOUR-PROJECT-ID.appspot.com +To use visit: https://YOUR-PROJECT-ID.appspot.com ## Testing From 9d0eb80e3d916d6b95ca4acf519e01057991d226 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 10 May 2021 21:35:40 +0200 Subject: [PATCH 071/336] chore(deps): update dependency gradle to v7.0.1 (#952) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 220001ec5..700a7f2d2 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 043fece73..66c486397 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip From 48ae5613f2ac24e2489ad60f625460c2208848ea Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 10 May 2021 21:40:06 +0200 Subject: [PATCH 072/336] chore(deps): update dependency mysql:mysql-connector-java to v8.0.25 (#953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql:mysql-connector-java](http://dev.mysql.com/doc/connector-j/en/) ([source](https://togithub.com/mysql/mysql-connector-j)) | `8.0.24` -> `8.0.25` | [![age](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.25/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.25/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.25/compatibility-slim/8.0.24)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.25/confidence-slim/8.0.24)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 01746fc4e..610029043 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.24 + 8.0.25 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9a4797547..d54bfedf5 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.24 + 8.0.25 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 01b48e486..3349f46e1 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.24 + 8.0.25 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b42bdc874..4aad681d4 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.24 + 8.0.25 com.google.api-client From e41dc922d3d9627e7b450e48065dbf61d5fd4ba2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 May 2021 23:35:39 +0200 Subject: [PATCH 073/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.31.5 (#954) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 610029043..e18cdfb8b 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.4 + 1.31.5
diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index d54bfedf5..b3f1e2c34 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.4 + 1.31.5
diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 3349f46e1..a3dd56a37 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.4 + 1.31.5 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 4aad681d4..5651c4217 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.4 + 1.31.5 From fb15cc01da3729517bc1aabe7defb65eb56ed6eb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 12 May 2021 19:49:43 +0200 Subject: [PATCH 074/336] chore(deps): update dependency org.mockito:mockito-core to v3.10.0 (#955) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index b4388ba52..1e5fe1ce9 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.9.0 + 3.10.0 test From a7cc48eab2efd895d8cbd43795d06d0d3b2b5c20 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 12 May 2021 23:02:15 +0200 Subject: [PATCH 075/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.112.4 (#956) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 4639aface..bc30fd586 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.112.3 + 1.112.4 From 88dad865c2eed0de0c4b4693b119e7a809409af1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 13 May 2021 19:29:48 +0200 Subject: [PATCH 076/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.114.0 (#957) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index b3f1e2c34..29b4f5419 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.16 + 1.114.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index a3dd56a37..b726337b1 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.16 + 1.114.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 5651c4217..2e978ec48 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.113.16 + 1.114.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a9d8d0a41..622ef976e 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.113.16 + 1.114.0 From fdec9f9424961c6c675cecf43b750e3e6ac3279c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 19:12:30 +0200 Subject: [PATCH 077/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.97.3 (#958) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index bc30fd586..94d6fbce6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.97.1 + 1.97.3 From 85acc014d6819d137030448562c147e3fcbe47da Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 19:18:02 +0200 Subject: [PATCH 078/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.4.0 (#961) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.3.0` -> `2.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.4.0`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​240-httpswwwgithubcomgoogleapisjava-firestorecomparev230v240-2021-05-17) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.3.0...v2.4.0) ##### Features - add buffering layer to BulkWriter ([#​611](https://www.github.com/googleapis/java-firestore/issues/611)) ([a7caff2](https://www.github.com/googleapis/java-firestore/commit/a7caff2c15ad8ad4e98165bf4029d9615c079637)) ##### Bug Fixes - add flush check in BulkWriter.sendBatchLocked() callback ([#​631](https://www.github.com/googleapis/java-firestore/issues/631)) ([ac3db81](https://www.github.com/googleapis/java-firestore/commit/ac3db81741ac74614d9eeae70a3f2eae6dcc9548)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#​626](https://www.github.com/googleapis/java-firestore/issues/626)) ([00dbe33](https://www.github.com/googleapis/java-firestore/commit/00dbe33b426ea1509f9fb72181a36dd1a83b15cc))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 94d6fbce6..23a296834 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.3.0 + 2.4.0 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 622ef976e..5aeb3353e 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.3.0 + 2.4.0 From b2a50d20cc73892d44fc10d2188bb66a21da255c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 20:20:47 +0200 Subject: [PATCH 079/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.112.5 (#959) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 23a296834..143b0cccd 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.112.4 + 1.112.5 From f0f628e64ab638726ac1bfa69df5e4c4dc5bf19a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 20:21:04 +0200 Subject: [PATCH 080/336] chore(deps): update dependency gradle to v7.0.2 (#960) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 700a7f2d2..ac9a8f6e6 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 66c486397..e7c2f5b39 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip From 0d63f4302796121031bd7bf9208e2a95b1e3bd73 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 20:26:03 +0200 Subject: [PATCH 081/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.41.v20210516 (#962) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.40.v20210413` -> `9.4.41.v20210516` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/compatibility-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/confidence-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 143b0cccd..3e1d43fe6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.40.v20210413 + 9.4.41.v20210516 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5aeb3353e..3f0aa11f9 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.40.v20210413 + 9.4.41.v20210516 From 1ef1dd209b6545bbecd05bf77b7a2a26ec08c120 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 20:32:02 +0200 Subject: [PATCH 082/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.41.v20210516 (#963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.40.v20210413` -> `9.4.41.v20210516` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/compatibility-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/confidence-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 618a5b86b..46a1ece6f 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.40.v20210413 + 9.4.41.v20210516 start-selenium From 43a6ca08586e97e8c9c38d3060d570afeac81abc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 17 May 2021 21:24:02 +0200 Subject: [PATCH 083/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.41.v20210516 (#964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.eclipse.jetty:jetty-maven-plugin | `9.4.40.v20210413` -> `9.4.41.v20210516` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/compatibility-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.41.v20210516/confidence-slim/9.4.40.v20210413)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index f250b7239..ee140463b 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.40.v20210413 + 9.4.41.v20210516 From 00f72b7a7d750eaa99e2255be94289a915906ae1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 21 May 2021 00:40:40 +0200 Subject: [PATCH 084/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.4.6 (#965) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index db043a97c..21f7f3f65 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.4.5 + 2.4.6 org.slf4j From bbbfe07c7e53b75bfc01d1d85fb58282473cb2a0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 21 May 2021 19:27:06 +0200 Subject: [PATCH 085/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.0 (#966) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 21f7f3f65..83fb8b923 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.4.6 + 2.5.0 org.slf4j From 04aec63086ea8c96ac06560ab87a003825d44728 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 May 2021 16:50:02 +0200 Subject: [PATCH 086/336] chore(deps): update kotlin packages to v1.5.10 (#968) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin:kotlin-maven-plugin | `1.5.0` -> `1.5.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.10/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.10/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.0` -> `1.5.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.10/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.10/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin:kotlin-maven-allopen | `1.5.0` -> `1.5.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.10/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.10/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-reflect](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.0` -> `1.5.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.10/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.10/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.0` -> `1.5.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.10/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.10/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
JetBrains/kotlin ### [`v1.5.10`](https://togithub.com/JetBrains/kotlin/releases/v1.5.10) [Compare Source](https://togithub.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10) ##### Changelog ##### Compiler ##### Fixes - [`KT-41078`](https://youtrack.jetbrains.com/issue/KT-41078) Incorrect type substitution in contracts with type parameters - [`KT-44770`](https://youtrack.jetbrains.com/issue/KT-44770) JVM / IR: "IllegalArgumentException: Unrecognized Type: \[null]" Jackson doesn't recognize type - [`KT-45084`](https://youtrack.jetbrains.com/issue/KT-45084) JVM IR: "NoSuchElementException: Sequence contains no element matching the predicate" when inline class is passed to lambda with >22 parameters - [`KT-45779`](https://youtrack.jetbrains.com/issue/KT-45779) JVM / IR: java.lang.NoSuchMethodError: 'int java.lang.Integer.plus(int)' caused by function reference - [`KT-45941`](https://youtrack.jetbrains.com/issue/KT-45941) JVM IR: local functions use generic type parameters of the outer class in the bytecode, which breaks Bytebuddy and MockK - [`KT-46149`](https://youtrack.jetbrains.com/issue/KT-46149) Generate synthetic classes for SAM adapters with erased instead of generic supertype - [`KT-46189`](https://youtrack.jetbrains.com/issue/KT-46189) JVM IR: tailrec function with capturing lambda in default parameter value leads to NoSuchMethodError at runtime - [`KT-46214`](https://youtrack.jetbrains.com/issue/KT-46214) JVM / IR: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" on a suspend function in an inner class - [`KT-46238`](https://youtrack.jetbrains.com/issue/KT-46238) JVM IR: BootstrapMethodError in JDK 11+ on intersection type passed in arguments of SAM adapter where SAM interface's type parameter has a non-trivial upper bound - [`KT-46259`](https://youtrack.jetbrains.com/issue/KT-46259) JVM IR: local function for adapted function reference is not declared as ACC_SYNTHETIC - [`KT-46284`](https://youtrack.jetbrains.com/issue/KT-46284) JVM IR: "Unbound private symbol IrClassSymbol" on class reference to script class - [`KT-46402`](https://youtrack.jetbrains.com/issue/KT-46402) IllegalAccessError: "CapturedLambdaInterpreter (in unnamed module [@​0x71b06418](https://togithub.com/0x71b06418)) cannot access class jdk.internal.org.objectweb.asm.Type" caused by inline function with a suspend parameter in Maven project - [`KT-46408`](https://youtrack.jetbrains.com/issue/KT-46408) JVM IR: BootstrapMethodError due to missing bridge for subclass of generic Java interface - [`KT-46426`](https://youtrack.jetbrains.com/issue/KT-46426) JVM IR: Corrupted .class file when passing Array constructor reference as (inline) lambda - [`KT-46455`](https://youtrack.jetbrains.com/issue/KT-46455) OOM on parsing invalid code with string interpolation - [`KT-46503`](https://youtrack.jetbrains.com/issue/KT-46503) JVM IR: "AssertionError: Unexpected variance in super type argument: out [@​1](https://togithub.com/1)" - [`KT-46505`](https://youtrack.jetbrains.com/issue/KT-46505) JVM IR: NullPointerException caused by a callable reference with nullable inline value class parameter - [`KT-46512`](https://youtrack.jetbrains.com/issue/KT-46512) JVM / IR: NoSuchMethodError on SAM conversion of a function reference - [`KT-46515`](https://youtrack.jetbrains.com/issue/KT-46515) IndexOutOfBoundsException: "Empty list doesn't contain element at index 0." on bad variable name in 1.5.0 - [`KT-46516`](https://youtrack.jetbrains.com/issue/KT-46516) JVM IR: "AnalyzerException: Expected I, but found R" on subclassing AbstractMutableList - [`KT-46524`](https://youtrack.jetbrains.com/issue/KT-46524) Cannot use unsigned literals with api-version < 1.5 even with opt-in - [`KT-46537`](https://youtrack.jetbrains.com/issue/KT-46537) JVM / IR: "IllegalStateException: No noarg super constructor for CLASS" caused by "No-arg" plugin with annotation on child class - [`KT-46540`](https://youtrack.jetbrains.com/issue/KT-46540) JVM / IR: AnalyzerException: Expected an object reference, but found J caused by java.function.Supplier - [`KT-46554`](https://youtrack.jetbrains.com/issue/KT-46554) JVM IR: "IllegalStateException: No mapping for symbol: VAR IR_TEMPORARY_VARIABLE" with value class constructor delegation call - [`KT-46555`](https://youtrack.jetbrains.com/issue/KT-46555) JVM IR: IllegalAccessError when using Java method reference - [`KT-46562`](https://youtrack.jetbrains.com/issue/KT-46562) Kotlin 1.5.0 generates non-serializable lambdas when they should be serializable - [`KT-46568`](https://youtrack.jetbrains.com/issue/KT-46568) JVM IR: "AssertionError: IrCall expected inside JvmStatic wrapper" on compiling protected static function with return type Nothing inside companion object of abstract class - [`KT-46574`](https://youtrack.jetbrains.com/issue/KT-46574) JVM / IR: ClassCastException caused by runBlocking awaiting call while returning Kotlin.Result type. - [`KT-46579`](https://youtrack.jetbrains.com/issue/KT-46579) JVM IR: "IllegalArgumentException: Sequence contains more than one matching element" for Java enum with overloaded values() static method - [`KT-46584`](https://youtrack.jetbrains.com/issue/KT-46584) JVM IR: Intrinsics.needClassReification (UnsupportedOperationException thrown). Property delegate provider crossinline lambda inlining/reification issue - [`KT-46751`](https://youtrack.jetbrains.com/issue/KT-46751) JVM / IR:"ClassCastException: java.lang.String cannot be cast to java.lang.Void" in extension function in Kotlin 1.5 ##### IDE - [`KT-45981`](https://youtrack.jetbrains.com/issue/KT-45981) failed to analyze: java.lang.AssertionError: diagnostic callback has been already registered: Code analysis get stuck in AS 2020.3.1.14 & Kotlin v1.5.0-M2 - [`KT-46622`](https://youtrack.jetbrains.com/issue/KT-46622) 60+ second freezes with Kotlin plugin 1.5.0: GetModuleInfoKt.findJvmStdlibAcrossDependencies ##### IDE. Gradle Integration - [`KT-46417`](https://youtrack.jetbrains.com/issue/KT-46417) \[UNRESOLVED_REFERENCE] For project to project dependencies of native platform test source sets ##### Libraries - [`KT-46280`](https://youtrack.jetbrains.com/issue/KT-46280) JvmRecord annotation missing constructor in common ##### Middle-end. IR - [`KT-44013`](https://youtrack.jetbrains.com/issue/KT-44013) NPE: When calling constructor of a function type while inheriting from it, despite it's an interface ##### Tools. Android Extensions - [`KT-46590`](https://youtrack.jetbrains.com/issue/KT-46590) Kotlin Android Extensions 1.5.0 generates bad writeToParcel() method for nullable Array types ##### Tools. Gradle - [`KT-41142`](https://youtrack.jetbrains.com/issue/KT-41142) Kotlin version conflict when using Kotlin Gradle plugins in pre-compiled script plugin - [`KT-46353`](https://youtrack.jetbrains.com/issue/KT-46353) Optimizations disabled in Gradle 7 for KAPT when generating sources - [`KT-46368`](https://youtrack.jetbrains.com/issue/KT-46368) Memory leak with 1.5.0-RC when building with Gradle - [`KT-46689`](https://youtrack.jetbrains.com/issue/KT-46689) Track -Xuse-old-backend flag usage ##### Tools. Gradle. JS - [`KT-46006`](https://youtrack.jetbrains.com/issue/KT-46006) KJS \ Gradle: Task without declaring an explicit or implicit dependency on `jsGenerateExternalsIntegrated` in Gradle 7 - [`KT-46162`](https://youtrack.jetbrains.com/issue/KT-46162) KJS: Exported items unavailable on dev server - [`KT-46331`](https://youtrack.jetbrains.com/issue/KT-46331) KJS: With `kotlin.js.webpack.major.version=4` browserXRun tasks fail ##### Tools. Parcelize - [`KT-46567`](https://youtrack.jetbrains.com/issue/KT-46567) Kotlin 1.5.0 parcelize compilation fails in new backend when using TypeParceller with nested generics ##### Tools. kapt - [`KT-45532`](https://youtrack.jetbrains.com/issue/KT-45532) Do not create Kapt stubs directory during configuration time ##### Checksums | File | Sha256 | | --- | --- | | kotlin-compiler-1.5.10.zip | 2f8de1d73b816354055ff6a4b974b711c11ad55a68b948ed30b38155706b3c4e | | kotlin-native-linux-1.5.10.tar.gz | 0463222fb84e0f997e3c71af89ed1d1c4b3b9894cafffe5fc0ba1f125cf362ea | | kotlin-native-macos-1.5.10.tar.gz | bc227baad4a4c8b5cdf0b1a08fa3fb59132043f2ea88e2343c5f25584f5de3cd | | kotlin-native-windows-1.5.10.zip | e0816d91da9c4c38b3ef8891033185cb183f4a901054c9f17a9c72295ed40324 |
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 7e442f48d..05496fa46 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.0 + 1.5.10
@@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.0 + 1.5.10 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 83fb8b923..ed5c11a2f 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.0 + 1.5.10 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 200230df9..b51623daa 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.0 + 1.5.10 From ad48a2d7e9f0ba8552698e7ea495bfcc708043d4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 May 2021 17:10:30 +0200 Subject: [PATCH 087/336] chore(deps): update appengine packages to v1.9.89 (#967) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 1e5fe1ce9..e3d73a814 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.88 + 1.9.89 test com.google.appengine appengine-api-stubs - 1.9.88 + 1.9.89 test com.google.appengine appengine-tools-sdk - 1.9.88 + 1.9.89 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 05496fa46..802ab6f49 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index ed5c11a2f..945b7be19 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index b51623daa..b29045623 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index e18cdfb8b..94fdb6a9e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 29b4f5419..bbb9610de 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b726337b1..2b0b8a92d 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 2e978ec48..086d8b305 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.88 + 1.9.89 From a6eeefe39a4aa9a242e253c3e9dca0103b676094 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 25 May 2021 22:10:11 +0200 Subject: [PATCH 088/336] chore(deps): update dependency com.google.truth:truth to v1.1.3 (#969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.truth:truth | `1.1.2` -> `1.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/compatibility-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/confidence-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index e3d73a814..a95a93b06 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -97,7 +97,7 @@ limitations under the License. com.google.truth truth - 1.1.2 + 1.1.3 test From 0bd0a59030d10ae9e901dd6c047aa3a035675b91 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 May 2021 21:42:39 +0200 Subject: [PATCH 089/336] chore(deps): update dependency commons-io:commons-io to v2.9.0 (#970) --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 3f0aa11f9..7b248d7ff 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -100,7 +100,7 @@ Copyright 2019 Google LLC commons-io commons-io - 2.8.0 + 2.9.0
From 013472a1372562079dc59a81989b6dc16e680988 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 1 Jun 2021 22:12:04 +0200 Subject: [PATCH 090/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.5.0 (#971) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.4.0` -> `2.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.5.0`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​250-httpswwwgithubcomgoogleapisjava-firestorecomparev240v250-2021-06-01) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.4.0...v2.5.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#​641](https://www.github.com/googleapis/java-firestore/issues/641)) ([6f40f0f](https://www.github.com/googleapis/java-firestore/commit/6f40f0fc821d31136686a41e82e4b57d0ad3dede)) - add recursiveDelete() to Firestore ([#​622](https://www.github.com/googleapis/java-firestore/issues/622)) ([#​649](https://www.github.com/googleapis/java-firestore/issues/649)) ([9ff2f41](https://www.github.com/googleapis/java-firestore/commit/9ff2f41b765c8878c3b3fb7df962f6f1ed537f05)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#​640](https://www.github.com/googleapis/java-firestore/issues/640)) ([9bd881a](https://www.github.com/googleapis/java-firestore/commit/9bd881a5ddd0bdb62396e8b778bf9784c00feba2))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 3e1d43fe6..f8e8189be 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.4.0 + 2.5.0 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 7b248d7ff..de801ea90 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.4.0 + 2.5.0 From 554355572d836bd186217d63326936edc71627ad Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 2 Jun 2021 00:07:25 +0200 Subject: [PATCH 091/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.3.0 (#972) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 94fdb6a9e..2a3bda93b 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.3 + 1.3.0 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index bbb9610de..31910eaab 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.3 + 1.3.0 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 2b0b8a92d..1f3c042b9 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.3 + 1.3.0 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 086d8b305..d71f59be7 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.2.3 + 1.3.0 mysql From 8b807776dbf6f09a695e862bba16bed221274d33 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 2 Jun 2021 15:34:02 +0200 Subject: [PATCH 092/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.0 (#973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.112.5` -> `1.113.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.0/compatibility-slim/1.112.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.0/confidence-slim/1.112.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.113.0`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11130-httpswwwgithubcomgoogleapisjava-pubsubcomparev11125v11130-2021-05-31) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.112.5...v1.113.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#​673](https://www.github.com/googleapis/java-pubsub/issues/673)) ([51dfca3](https://www.github.com/googleapis/java-pubsub/commit/51dfca3049f87e8bc1163c03eaef0556be3eefdf)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#​672](https://www.github.com/googleapis/java-pubsub/issues/672)) ([2cc9ec5](https://www.github.com/googleapis/java-pubsub/commit/2cc9ec5f1418f23a89129bdfc038dcf461097b88)) - update dependency com.google.errorprone:error_prone_annotations to v2.7.1 ([#​667](https://www.github.com/googleapis/java-pubsub/issues/667)) ([885be5c](https://www.github.com/googleapis/java-pubsub/commit/885be5c37992b8b1175c55b407db0f833241a0d1)) - update dependency com.google.protobuf:protobuf-java-util to v3.17.1 ([#​679](https://www.github.com/googleapis/java-pubsub/issues/679)) ([e7ef708](https://www.github.com/googleapis/java-pubsub/commit/e7ef7088999f60dc8bd5268c0315a8e1e4639ae0)) ##### [1.112.5](https://www.github.com/googleapis/java-pubsub/compare/v1.112.4...v1.112.5) (2021-05-14) ##### Dependencies - update dependency com.google.protobuf:protobuf-java-util to v3.17.0 ([#​660](https://www.github.com/googleapis/java-pubsub/issues/660)) ([5f33acf](https://www.github.com/googleapis/java-pubsub/commit/5f33acf204bd5d3a62eb06fc64a4ad779458ed82)) ##### [1.112.4](https://www.github.com/googleapis/java-pubsub/compare/v1.112.3...v1.112.4) (2021-05-12) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#​651](https://www.github.com/googleapis/java-pubsub/issues/651)) ([96ab1d4](https://www.github.com/googleapis/java-pubsub/commit/96ab1d4ea484215fb951704d0d2f0dbbf2802544)) - update dependency com.google.protobuf:protobuf-java-util to v3.16.0 ([#​647](https://www.github.com/googleapis/java-pubsub/issues/647)) ([7fcc503](https://www.github.com/googleapis/java-pubsub/commit/7fcc503a790d28f3d07e07c0ca286a1ee031f38b)) ##### [1.112.3](https://www.github.com/googleapis/java-pubsub/compare/v1.112.2...v1.112.3) (2021-04-26) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v1.94.8 ([#​624](https://www.github.com/googleapis/java-pubsub/issues/624)) ([e1d6632](https://www.github.com/googleapis/java-pubsub/commit/e1d663262b618223d021f8304718f4b939423002)) ##### [1.112.2](https://www.github.com/googleapis/java-pubsub/compare/v1.112.1...v1.112.2) (2021-04-24) ##### Bug Fixes - release scripts from issuing overlapping phases ([#​610](https://www.github.com/googleapis/java-pubsub/issues/610)) ([70246e8](https://www.github.com/googleapis/java-pubsub/commit/70246e8fd24c7e85b0384d99bd3895094383ff5e)) - typo ([#​603](https://www.github.com/googleapis/java-pubsub/issues/603)) ([60b087d](https://www.github.com/googleapis/java-pubsub/commit/60b087d2e2afbadaff5dd0a3b946d46b61acbf95)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#​614](https://www.github.com/googleapis/java-pubsub/issues/614)) ([61e2ea1](https://www.github.com/googleapis/java-pubsub/commit/61e2ea112a4d44219adb20f087e7847114be4261)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#​626](https://www.github.com/googleapis/java-pubsub/issues/626)) ([a9884a9](https://www.github.com/googleapis/java-pubsub/commit/a9884a9beede67ce90616be2f1bdd7da1aa6f867)) - update dependency org.easymock:easymock to v4.3 ([#​612](https://www.github.com/googleapis/java-pubsub/issues/612)) ([b08e816](https://www.github.com/googleapis/java-pubsub/commit/b08e81604341381543b13f68bb0695c55d0a7575)) ##### [1.112.1](https://www.github.com/googleapis/java-pubsub/compare/v1.112.0...v1.112.1) (2021-04-12) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v1.94.6 ([#​590](https://www.github.com/googleapis/java-pubsub/issues/590)) ([902b149](https://www.github.com/googleapis/java-pubsub/commit/902b149b04d5d74b84051c4b09e54b14df20f6a2)) - update dependency com.google.cloud:google-cloud-core to v1.94.7 ([#​597](https://www.github.com/googleapis/java-pubsub/issues/597)) ([312966d](https://www.github.com/googleapis/java-pubsub/commit/312966d58c494864d57821ed1a75c84fd3de1aab)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#​592](https://www.github.com/googleapis/java-pubsub/issues/592)) ([f81b792](https://www.github.com/googleapis/java-pubsub/commit/f81b7929659b03d620789fef5dfc9e8fcb418c66)) - update dependency com.google.errorprone:error_prone_annotations to v2.6.0 ([#​585](https://www.github.com/googleapis/java-pubsub/issues/585)) ([8316bce](https://www.github.com/googleapis/java-pubsub/commit/8316bced8cf506a470c2f07cc578eda86305dd4e)) - update dependency com.google.protobuf:protobuf-java-util to v3.15.7 ([#​586](https://www.github.com/googleapis/java-pubsub/issues/586)) ([616e77d](https://www.github.com/googleapis/java-pubsub/commit/616e77df843a70edf7d5d972156b2e2371d928e4)) - update dependency com.google.protobuf:protobuf-java-util to v3.15.8 ([#​589](https://www.github.com/googleapis/java-pubsub/issues/589)) ([8adde2d](https://www.github.com/googleapis/java-pubsub/commit/8adde2d6741c8bc264f00e34255368ef527aa9ce)) - update dependency org.apache.avro:avro to v1.10.2 ([#​575](https://www.github.com/googleapis/java-pubsub/issues/575)) ([acd0c19](https://www.github.com/googleapis/java-pubsub/commit/acd0c1953aa4728699a03566632f4b1bf8bbe177))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index f8e8189be..59735e8c6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.112.5 + 1.113.0 From aa71c7d7d12d5ba7abe4186abe6cdb5611f66cf9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 2 Jun 2021 18:24:02 +0200 Subject: [PATCH 093/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.115.0 (#974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `1.114.0` -> `1.115.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/compatibility-slim/1.114.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/confidence-slim/1.114.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v1.115.0`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​11150-httpswwwgithubcomgoogleapisjava-storagecomparev11140v11150-2021-06-01) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.114.0...v1.115.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#​837](https://www.github.com/googleapis/java-storage/issues/837)) ([fe8e98a](https://www.github.com/googleapis/java-storage/commit/fe8e98a229f472c1f29d206d937690660bfa1444)) ##### Bug Fixes - improve error detection and reporting for BlobWriteChannel retry state ([#​846](https://www.github.com/googleapis/java-storage/issues/846)) ([d0f2184](https://www.github.com/googleapis/java-storage/commit/d0f2184f4dd2d99a4315f260f35421358d14a2df)), closes [#​839](https://www.github.com/googleapis/java-storage/issues/839) - update BucketInfo translation code to properly handle lifecycle rules ([#​852](https://www.github.com/googleapis/java-storage/issues/852)) ([3b1df1d](https://www.github.com/googleapis/java-storage/commit/3b1df1d00a459b134103bc8738f0294188502a37)), closes [#​850](https://www.github.com/googleapis/java-storage/issues/850) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#​836](https://www.github.com/googleapis/java-storage/issues/836)) ([c1752ce](https://www.github.com/googleapis/java-storage/commit/c1752ce17d5d723d0ea36c41d98ae2bc9201fec2)) - update kms.version to v0.88.4 ([#​830](https://www.github.com/googleapis/java-storage/issues/830)) ([7e3dc28](https://www.github.com/googleapis/java-storage/commit/7e3dc287e4285a9312393179671a78c569e7e869)) - update kms.version to v0.89.0 ([#​855](https://www.github.com/googleapis/java-storage/issues/855)) ([29236e9](https://www.github.com/googleapis/java-storage/commit/29236e9d2eefb0e64b1b9bbfc532f4c3ae3e9ea4))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 31910eaab..8fe338697 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.114.0 + 1.115.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 1f3c042b9..e10c85dbe 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.114.0 + 1.115.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index d71f59be7..ce59e7ee0 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.114.0 + 1.115.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index de801ea90..cad7b17a3 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.114.0 + 1.115.0 From 2783fa402044639871de67406d6a54ed2eaf282e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 2 Jun 2021 18:30:07 +0200 Subject: [PATCH 094/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.0 (#975) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `1.97.3` -> `1.98.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.0/compatibility-slim/1.97.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.0/confidence-slim/1.97.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-translate ### [`v1.98.0`](https://togithub.com/googleapis/java-translate/blob/master/CHANGELOG.md#​1980-httpswwwgithubcomgoogleapisjava-translatecomparev1973v1980-2021-05-31) [Compare Source](https://togithub.com/googleapis/java-translate/compare/v1.97.3...v1.98.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#​542](https://www.github.com/googleapis/java-translate/issues/542)) ([f7e8d3b](https://www.github.com/googleapis/java-translate/commit/f7e8d3b191e037026c16ab6f1d84e8f47e4ad80e)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#​541](https://www.github.com/googleapis/java-translate/issues/541)) ([7a75c96](https://www.github.com/googleapis/java-translate/commit/7a75c96aa0ac544f4a5ab0f98a9632a86e36ebcf)) ##### [1.97.3](https://www.github.com/googleapis/java-translate/compare/v1.97.2...v1.97.3) (2021-05-13) ##### Dependencies - update dependency com.google.cloud:google-cloud-storage to v1.114.0 ([#​531](https://www.github.com/googleapis/java-translate/issues/531)) ([725fae0](https://www.github.com/googleapis/java-translate/commit/725fae0ce05e38b50394d33d00e3707cc44ab082)) ##### [1.97.2](https://www.github.com/googleapis/java-translate/compare/v1.97.1...v1.97.2) (2021-05-13) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#​524](https://www.github.com/googleapis/java-translate/issues/524)) ([3f0573a](https://www.github.com/googleapis/java-translate/commit/3f0573aaf4a762d1beb429d8003e8fe52502b807)) - update dependency com.google.cloud:google-cloud-storage to v1.113.16 ([#​522](https://www.github.com/googleapis/java-translate/issues/522)) ([fbf687b](https://www.github.com/googleapis/java-translate/commit/fbf687b876d83636994eb80a0599d177880f5f4c)) ##### [1.97.1](https://www.github.com/googleapis/java-translate/compare/v1.97.0...v1.97.1) (2021-04-26) ##### Bug Fixes - release scripts from issuing overlapping phases ([#​498](https://www.github.com/googleapis/java-translate/issues/498)) ([658f7d4](https://www.github.com/googleapis/java-translate/commit/658f7d4221669f7b5c6cf4d9656a5f5e66ca3872)) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v1.94.8 ([#​505](https://www.github.com/googleapis/java-translate/issues/505)) ([c8ad023](https://www.github.com/googleapis/java-translate/commit/c8ad023e900a5e70e48c0982a7493c39469884db)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#​502](https://www.github.com/googleapis/java-translate/issues/502)) ([ad3b870](https://www.github.com/googleapis/java-translate/commit/ad3b87012421212b2d56f154012e50afeacba744)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#​506](https://www.github.com/googleapis/java-translate/issues/506)) ([6bc3878](https://www.github.com/googleapis/java-translate/commit/6bc3878a920e3664df633cfd778dc72ff23b73ae)) - update dependency com.google.cloud:google-cloud-storage to v1.113.15 ([#​495](https://www.github.com/googleapis/java-translate/issues/495)) ([c373651](https://www.github.com/googleapis/java-translate/commit/c37365154dcff0e45cdecbda0acabba3e30cf9ff))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 59735e8c6..2da45211c 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.97.3 + 1.98.0 From a26704aebc75bf7c62c1c54ba3c1a1b0fefeddce Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 3 Jun 2021 03:32:34 +0200 Subject: [PATCH 095/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.1 (#976) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 2da45211c..1ea432107 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.0 + 1.98.1 From 8a61a1ab1c95be92edbd3d050b77d8d1ff447866 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 3 Jun 2021 17:12:38 +0200 Subject: [PATCH 096/336] chore(deps): update dependency org.mockito:mockito-core to v3.11.0 (#977) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index a95a93b06..ebd596e60 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.10.0 + 3.11.0 test From dcb42566be52b45a0b4758532ffd24fcc19765f9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Jun 2021 20:52:02 +0200 Subject: [PATCH 097/336] chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.23 (#978) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.samples:shared-configuration | `1.0.22` -> `1.0.23` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/compatibility-slim/1.0.22)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.samples:shared-configuration/1.0.23/confidence-slim/1.0.22)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index ebd596e60..76a1a0617 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -29,7 +29,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 802ab6f49..d4494361d 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 945b7be19..2fa6e4e03 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -25,7 +25,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index b29045623..16e49f036 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/background/pom.xml b/background/pom.xml index 1ea432107..3240e4f65 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -25,7 +25,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 2a3bda93b..ad73016e4 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 8fe338697..b57b3f771 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index e10c85dbe..86481faa7 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 ../ diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index ce59e7ee0..462cec2bf 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 ../ diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index cad7b17a3..716e519da 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/gce/pom.xml b/gce/pom.xml index 46a1ece6f..f05c700cb 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index ee140463b..ea541ea2d 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -40,7 +40,7 @@ com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 From 17624134902778dfa7faa61102b0b83000c4b5d3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 8 Jun 2021 04:22:31 +0200 Subject: [PATCH 098/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.1 (#979) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 3240e4f65..0994c0569 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.0 + 1.113.1 From 0b8e327ab745ee4868113cfba88ac580927664f1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 9 Jun 2021 06:04:01 +0200 Subject: [PATCH 099/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.42.v20210604 (#980) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 0994c0569..3b5638fda 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.41.v20210516 + 9.4.42.v20210604 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 716e519da..03a7d0612 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.41.v20210516 + 9.4.42.v20210604 From 5489da9820d7ddd3665da8713a879189d1709d07 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 9 Jun 2021 06:04:22 +0200 Subject: [PATCH 100/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.42.v20210604 (#981) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index f05c700cb..5fe99966d 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.41.v20210516 + 9.4.42.v20210604 start-selenium From 9aa2c5c61f9f4f84d3e1ee49c6f4b0ccd7912cfc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 9 Jun 2021 06:04:41 +0200 Subject: [PATCH 101/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.42.v20210604 (#982) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index ea541ea2d..573b7f08d 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.41.v20210516 + 9.4.42.v20210604 From fcbdd3ed434d3c80f982aa781a4c40b8635fdd9b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 9 Jun 2021 19:50:53 +0200 Subject: [PATCH 102/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.0 (#983) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 3b5638fda..869768df6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.0.0 + 3.1.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 03a7d0612..2c736b1ab 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.0.0 + 3.1.0 gcr.io/${gcloud.appId}/bookshelf From d5540caa1510e4f6d853bb73a6c2eb8f737eef29 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Jun 2021 01:33:09 +0200 Subject: [PATCH 103/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.2 (#985) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 869768df6..53da5ae6b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.1 + 1.98.2 From b7460727875d31fbea74fb20a367ac2cc4a429c4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Jun 2021 01:38:05 +0200 Subject: [PATCH 104/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.3 (#984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.113.1` -> `1.113.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.3/compatibility-slim/1.113.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.3/confidence-slim/1.113.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.113.3`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11133-httpswwwgithubcomgoogleapisjava-pubsubcomparev11132v11133-2021-06-09) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.113.2...v1.113.3) ### [`v1.113.2`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11132-httpswwwgithubcomgoogleapisjava-pubsubcomparev11131v11132-2021-06-09) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.113.1...v1.113.2)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 53da5ae6b..a7607af80 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.1 + 1.113.3 From 25f2138198395ef3fec3e934b8407995da7b7fd8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Jun 2021 23:24:05 +0200 Subject: [PATCH 105/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.1 (#986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.tools:jib-maven-plugin](https://togithub.com/GoogleContainerTools/jib) | `3.1.0` -> `3.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.1.1/compatibility-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.1.1/confidence-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index a7607af80..37bf27ead 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.0 + 3.1.1 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2c736b1ab..3e7a10d76 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.0 + 3.1.1 gcr.io/${gcloud.appId}/bookshelf From d694422626475dd1ee7bbcd34941cafa457942d8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Jun 2021 23:54:11 +0200 Subject: [PATCH 106/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.1 (#987) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.0` -> `2.5.1` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.1/compatibility-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.1/confidence-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot ### [`v2.5.1`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.1) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.0...v2.5.1) #### :beetle: Bug Fixes - SqlInitializationAutoConfiguration fails when there is a DataSource bean and no spring-jdbc or a ConnectionFactory bean and no spring-r2dbc [#​26850](https://togithub.com/spring-projects/spring-boot/issues/26850) - MetricsRestTemplateCustomizer and LocalHostUriTemplateHandler cannot be used together when building a RestTemplate with RestTemplateBuilder [#​26827](https://togithub.com/spring-projects/spring-boot/issues/26827) - CompositeHealth.getDetails() does not serialize if MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS is disabled [#​26823](https://togithub.com/spring-projects/spring-boot/issues/26823) - ConnectionFactoryBuilder.derivefrom should be named derivedFrom to align with DataSourceBuilder [#​26810](https://togithub.com/spring-projects/spring-boot/issues/26810) - Profile-specific property files are incorrectly ordered when both '.' and './config' folders are used in the same application [#​26782](https://togithub.com/spring-projects/spring-boot/issues/26782) - A spring.config.import declared in an application-.properties file calls ConfigDataLocationResolver.resolveProfileSpecific [#​26755](https://togithub.com/spring-projects/spring-boot/issues/26755) - A spring.config.import declared in an application.properties file also attempts to import profile-specific files [#​26754](https://togithub.com/spring-projects/spring-boot/issues/26754) - Jar startup fails on JDK 11 with a SecurityManager enabled [#​26744](https://togithub.com/spring-projects/spring-boot/issues/26744) - Possible divide by zero bugs when using RandomValuePropertySource [#​26739](https://togithub.com/spring-projects/spring-boot/issues/26739) - Resolving properties with a target type can cause ConversionFailedException [#​26732](https://togithub.com/spring-projects/spring-boot/issues/26732) - Upgrading to Spring Boot 2.5.0 leads to a startup warning from Jackson about Kotlin [#​26727](https://togithub.com/spring-projects/spring-boot/issues/26727) - LoggingSystem should not return LogbackLoggingSystem if logback-classic is not available [#​26725](https://togithub.com/spring-projects/spring-boot/issues/26725) - bootBuildImage runs forever when a custom image name is used and the version contains an illegal character [#​26703](https://togithub.com/spring-projects/spring-boot/issues/26703) - Non-static nested `@Configuration` in JerseySameManagementContextConfiguration [#​26697](https://togithub.com/spring-projects/spring-boot/issues/26697) - Restore run order of `data.sql`/`schema.sql` against high-level database migration tools [#​26692](https://togithub.com/spring-projects/spring-boot/issues/26692) - Gradle plugin does not provided public constant for the productionRuntimeClasspath configuration [#​26687](https://togithub.com/spring-projects/spring-boot/issues/26687) - Non-embedded databases have schema/data.sql scripts applied by default [#​26682](https://togithub.com/spring-projects/spring-boot/issues/26682) - Custom username/password properties are not picked up by DataSourceInitializationConfiguration [#​26676](https://togithub.com/spring-projects/spring-boot/issues/26676) - No subdirectories found for mandatory directory location 'file:./config/\*/' is thrown when config dir exists [#​26672](https://togithub.com/spring-projects/spring-boot/issues/26672) - LoggingSystem not available on shutdown to log DisposableBean#destroy invocations [#​26660](https://togithub.com/spring-projects/spring-boot/issues/26660) - Image Building with custom buildpacks fails with permission denied on Arch Linux [#​26658](https://togithub.com/spring-projects/spring-boot/issues/26658) - SingleSignOnService Binding from SAML IdP metadata gets overridden by default [#​26649](https://togithub.com/spring-projects/spring-boot/issues/26649) - UnsupportedDataSourcePropertyException is thrown when attempting to set URL for SQL Server [#​26647](https://togithub.com/spring-projects/spring-boot/issues/26647) - Flyway and Liquibase custom datasource without an url leads to java.lang.ClassCastException [#​26644](https://togithub.com/spring-projects/spring-boot/issues/26644) - Empty value for spring.datasource.password can cause NullPointerException [#​26633](https://togithub.com/spring-projects/spring-boot/issues/26633) - UnsupportedDataSourcePropertyException is thrown when attempting to set driverClassName for H2 [#​26631](https://togithub.com/spring-projects/spring-boot/issues/26631) - Some metrics are lost when Spring Data is on the classpath [#​26630](https://togithub.com/spring-projects/spring-boot/issues/26630) - ApplicationAvailabilityBean should log at debug level [#​26624](https://togithub.com/spring-projects/spring-boot/issues/26624) #### :notebook_with_decorative_cover: Documentation - Update optaplanner spring boot starter url [#​26816](https://togithub.com/spring-projects/spring-boot/pull/26816) - Fix typo in 'Reacting to the Maven plugin' title [#​26751](https://togithub.com/spring-projects/spring-boot/pull/26751) - Link to Spring Data JPA points to Spring Data JDBC [#​26741](https://togithub.com/spring-projects/spring-boot/issues/26741) - Clarify when a connection pool is created for Redis [#​26735](https://togithub.com/spring-projects/spring-boot/issues/26735) - Polish description of server.servlet.session.cookie.domain [#​26717](https://togithub.com/spring-projects/spring-boot/issues/26717) - Document Kubernetes terminationGracePeriodSeconds [#​26701](https://togithub.com/spring-projects/spring-boot/issues/26701) - Correct Kotlin version requirements in documentation [#​26655](https://togithub.com/spring-projects/spring-boot/issues/26655) - Document spring.profiles.default property [#​26654](https://togithub.com/spring-projects/spring-boot/issues/26654) - Add link to Maven Git Commit Id Plugin [#​26635](https://togithub.com/spring-projects/spring-boot/pull/26635) - Rework build-image-customization table in docs [#​25739](https://togithub.com/spring-projects/spring-boot/issues/25739) #### :hammer: Dependency Upgrades - Upgrade to AppEngine SDK 1.9.89 [#​26798](https://togithub.com/spring-projects/spring-boot/issues/26798) - Upgrade to Couchbase Client 3.1.6 [#​26799](https://togithub.com/spring-projects/spring-boot/issues/26799) - Upgrade to Dropwizard Metrics 4.1.22 [#​26800](https://togithub.com/spring-projects/spring-boot/issues/26800) - Upgrade to Ehcache3 3.9.4 [#​26801](https://togithub.com/spring-projects/spring-boot/issues/26801) - Upgrade to Git Commit ID Plugin 4.0.5 [#​26845](https://togithub.com/spring-projects/spring-boot/issues/26845) - Upgrade to Gson 2.8.7 [#​26802](https://togithub.com/spring-projects/spring-boot/issues/26802) - Upgrade to Hibernate 5.4.32.Final [#​26803](https://togithub.com/spring-projects/spring-boot/issues/26803) - Upgrade to Infinispan 12.1.4.Final [#​26804](https://togithub.com/spring-projects/spring-boot/issues/26804) - Upgrade to JBoss Logging 3.4.2.Final [#​26805](https://togithub.com/spring-projects/spring-boot/issues/26805) - Upgrade to Jetty 9.4.42.v20210604 [#​26838](https://togithub.com/spring-projects/spring-boot/issues/26838) - Upgrade to Jetty Reactive HTTPClient 1.1.9 [#​26837](https://togithub.com/spring-projects/spring-boot/issues/26837) - Upgrade to Johnzon 1.2.13 [#​26806](https://togithub.com/spring-projects/spring-boot/issues/26806) - Upgrade to jOOQ 3.14.11 [#​26807](https://togithub.com/spring-projects/spring-boot/issues/26807) - Upgrade to Kotlin 1.5.10 [#​26652](https://togithub.com/spring-projects/spring-boot/issues/26652) - Upgrade to Neo4j Java Driver 4.2.6 [#​26808](https://togithub.com/spring-projects/spring-boot/issues/26808) - Upgrade to RSocket 1.1.1 [#​26839](https://togithub.com/spring-projects/spring-boot/issues/26839) - Upgrade to Spring AMQP 2.3.8 [#​26764](https://togithub.com/spring-projects/spring-boot/issues/26764) - Upgrade to Spring Framework 5.3.8 [#​26761](https://togithub.com/spring-projects/spring-boot/issues/26761) - Upgrade to Spring Kafka 2.7.2 [#​26765](https://togithub.com/spring-projects/spring-boot/issues/26765) - Upgrade to Undertow 2.2.8.Final [#​26809](https://togithub.com/spring-projects/spring-boot/issues/26809) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​izeye](https://togithub.com/izeye) - [@​dreis2211](https://togithub.com/dreis2211) - [@​ge0ffrey](https://togithub.com/ge0ffrey) - [@​abelsromero](https://togithub.com/abelsromero) - [@​obfischer](https://togithub.com/obfischer) - [@​weixsun](https://togithub.com/weixsun) - [@​lower-case](https://togithub.com/lower-case)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 2fa6e4e03..70c52b60f 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.0 + 2.5.1 org.slf4j From 17b9103f2fd478bc526e095fc26626ad858252da Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 11 Jun 2021 17:39:57 +0200 Subject: [PATCH 107/336] chore(deps): update dependency org.mockito:mockito-core to v3.11.1 (#988) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 76a1a0617..b426802fe 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.11.0 + 3.11.1 test From 75ff81fa58bf9ae67b16618aacde7a844a30a60c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Jun 2021 17:57:13 +0200 Subject: [PATCH 108/336] chore(deps): update dependency commons-io:commons-io to v2.10.0 (#989) --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 3e7a10d76..effe1a06c 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -100,7 +100,7 @@ Copyright 2019 Google LLC commons-io commons-io - 2.9.0 + 2.10.0 From c6a738ca191b278bed9523935f1b61a118328045 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Jun 2021 18:08:02 +0200 Subject: [PATCH 109/336] chore(deps): update dependency gradle to v7.1 (#990) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `7.0.2` -> `7.1` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index ac9a8f6e6..af518b3e2 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index e7c2f5b39..72259c1dd 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip From 455ed643a969deaa4633ad67b89405f417d0961e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 16 Jun 2021 16:36:03 +0200 Subject: [PATCH 110/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.3 (#991) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 37bf27ead..a89f8d588 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.2 + 1.98.3 From 7312032a639954b30287ee0d0b8899d1d3119e47 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 16 Jun 2021 21:29:55 +0200 Subject: [PATCH 111/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.116.0 (#992) Co-authored-by: Emily Ball --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index b57b3f771..993e412f5 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.115.0 + 1.116.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 86481faa7..e46021b0f 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.115.0 + 1.116.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 462cec2bf..7fd6bf84b 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.115.0 + 1.116.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index effe1a06c..20020e5f9 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.115.0 + 1.116.0 From b3fa8a1556aed6b58b6d96dd758375327897c3e9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 17 Jun 2021 02:06:13 +0200 Subject: [PATCH 112/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.4 (#993) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index a89f8d588..9e758779b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.3 + 1.98.4 From 287892d5d4b2c2c61063e7569c4f0b36ebf70fc6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 18 Jun 2021 20:01:52 +0200 Subject: [PATCH 113/336] chore(deps): update dependency org.slf4j:slf4j-api to v1.7.31 (#994) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 16e49f036..7016f51ff 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.30 + 1.7.31 From 1f3ea6ca390e1cadd912d80b32f7ad6851e491c5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 23 Jun 2021 17:05:37 +0200 Subject: [PATCH 114/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.4 (#996) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 9e758779b..5fd37e142 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.3 + 1.113.4 From e8eba1c53eb99ca47b0e72806261723ef249bdf8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Jun 2021 17:54:10 +0200 Subject: [PATCH 115/336] chore(deps): update kotlin packages to v1.5.20 (#998) --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index d4494361d..7940e4a1a 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.10 + 1.5.20 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.10 + 1.5.20 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 70c52b60f..a2e0cf72e 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.10 + 1.5.20 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 7016f51ff..bbe1de4d2 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.10 + 1.5.20 From b2c87aa0582b75909a62b18d63b3a74c06ff2fab Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Jun 2021 21:23:21 +0200 Subject: [PATCH 116/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.32.1 (#999) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index ad73016e4..cb1884d3b 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.5 + 1.32.1 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 993e412f5..52d042726 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.5 + 1.32.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index e46021b0f..543e52768 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.5 + 1.32.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7fd6bf84b..7db19f17d 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.31.5 + 1.32.1 From dc3fc87525c2f27c4fb1784549a386256027826f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Jun 2021 21:28:24 +0200 Subject: [PATCH 117/336] chore(deps): update dependency org.mockito:mockito-core to v3.11.2 (#997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `3.11.1` -> `3.11.2` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.11.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.11.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.11.2/compatibility-slim/3.11.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.11.2/confidence-slim/3.11.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mockito/mockito ### [`v3.11.2`](https://togithub.com/mockito/mockito/releases/v3.11.2) [Compare Source](https://togithub.com/mockito/mockito/compare/v3.11.1...v3.11.2) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 3.11.2 - 2021-06-21 - [5 commit(s)](https://togithub.com/mockito/mockito/compare/v3.11.1...v3.11.2) by dependabot\[bot] - Bump versions.bytebuddy from 1.11.2 to 1.11.3 [(#​2333)](https://togithub.com/mockito/mockito/pull/2333) - Bump assertj-core from 3.20.0 to 3.20.1 [(#​2332)](https://togithub.com/mockito/mockito/pull/2332) - Bump org.eclipse.osgi from 3.16.200 to 3.16.300 [(#​2330)](https://togithub.com/mockito/mockito/pull/2330) - Bump assertj-core from 3.19.0 to 3.20.0 [(#​2329)](https://togithub.com/mockito/mockito/pull/2329) - Bump shipkit-auto-version from 1.1.17 to 1.1.19 [(#​2328)](https://togithub.com/mockito/mockito/pull/2328)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index b426802fe..474a8f600 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.11.1 + 3.11.2 test From 13e1f3e42e1aeca6a374dcd2268a583466257d40 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Jun 2021 21:38:22 +0200 Subject: [PATCH 118/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.5.1 (#995) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.5.0` -> `2.5.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.1/compatibility-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.5.1/confidence-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.5.1`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​251-httpswwwgithubcomgoogleapisjava-firestorecomparev250v251-2021-06-22) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.5.0...v2.5.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 5fd37e142..de5d030b9 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.5.0 + 2.5.1 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 20020e5f9..abfb845ce 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.5.0 + 2.5.1 From 303be97d82f33d178b4233b6f86118d56b0d10e5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 25 Jun 2021 18:03:12 +0200 Subject: [PATCH 119/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.2 (#1000) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index a2e0cf72e..09031d08d 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.1 + 2.5.2 org.slf4j From 1341ebce9031c070844d0d97ff6aa0c76d221a77 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 29 Jun 2021 18:34:09 +0200 Subject: [PATCH 120/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.117.0 (#1001) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 52d042726..81a8da5d6 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.116.0 + 1.117.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 543e52768..f9aaf35d5 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.116.0 + 1.117.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7db19f17d..90ae69268 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.116.0 + 1.117.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index abfb845ce..099a58feb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.116.0 + 1.117.0 From 869f4609bd378b06cfa2d77a2333b4a56bd1c59d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 30 Jun 2021 18:11:52 +0200 Subject: [PATCH 121/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.6.0 (#1002) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index de5d030b9..8a767cf01 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.5.1 + 2.6.0 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 099a58feb..4cf592fa4 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.5.1 + 2.6.0 From 870e26a4a1701bdc3ba932abe55f8e4c6eac632e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 1 Jul 2021 17:57:18 +0200 Subject: [PATCH 122/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.117.1 (#1004) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 81a8da5d6..62a8c4380 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.0 + 1.117.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f9aaf35d5..d2f9085fc 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.0 + 1.117.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 90ae69268..bf26e553a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.0 + 1.117.1 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 4cf592fa4..fa3d948a2 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.117.0 + 1.117.1 From b7b8cce80c7e07f35b7aeb4a8420c21e26bcca73 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 1 Jul 2021 18:04:08 +0200 Subject: [PATCH 123/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.6.1 (#1003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.6.0` -> `2.6.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.6.1/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/2.6.1/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v2.6.1`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​261-httpswwwgithubcomgoogleapisjava-firestorecomparev260v261-2021-06-30) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.6.0...v2.6.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 8a767cf01..c29f3dacd 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.0 + 2.6.1 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index fa3d948a2..b29f2f5ff 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.0 + 2.6.1 From 9bbc08fd5cd89ba38fefce16646a28b7b0b2d0d8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 2 Jul 2021 18:08:22 +0200 Subject: [PATCH 124/336] chore(deps): update dependency gradle to v7.1.1 (#1005) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.1` -> `7.1.1` | --- ### Release Notes
gradle/gradle ### [`v7.1.1`](https://togithub.com/gradle/gradle/releases/v7.1.1) This is a patch release for Gradle 7.1. It fixes the following issues: - [#​17488](https://togithub.com/gradle/gradle/issues/17488) Many Micronaut builds failing with NPE with Gradle 7.1 & JDK 8 - [#​17548](https://togithub.com/gradle/gradle/issues/17548) \[Configuration cache] Task not up-to-date for SantaTracker - [#​17542](https://togithub.com/gradle/gradle/issues/17542) \[Configuration cache] Filtered FC with mapped elements stored incorrectly We recommend users upgrade to 7.1.1 instead of 7.1. #### Upgrade Instructions Switch your build to use Gradle 7.1.1 by updating your wrapper: ./gradlew wrapper --gradle-version=7.1.1 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.1.1/userguide/upgrading_version\_7.html#changes\_7.1) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.1.1. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index af518b3e2..f2b999963 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 72259c1dd..83d0d8f69 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip From b9248d7a9c64d6ca07b3f95234fb82a9513614ce Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Jul 2021 16:56:56 +0200 Subject: [PATCH 125/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.5 (#1006) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index c29f3dacd..0db98f931 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.4 + 1.113.5 From 1446e998a980e4697c9953edf7852c980a047f54 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Jul 2021 17:26:05 +0200 Subject: [PATCH 126/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.43.v20210629 (#1010) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 573b7f08d..ec879adf0 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.42.v20210604 + 9.4.43.v20210629
From 88d07d1be8edc07855ed7213978353c5f6080cd3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Jul 2021 18:36:09 +0200 Subject: [PATCH 127/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v1.98.5 (#1007) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `1.98.4` -> `1.98.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.5/compatibility-slim/1.98.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/1.98.5/confidence-slim/1.98.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-translate ### [`v1.98.5`](https://togithub.com/googleapis/java-translate/blob/master/CHANGELOG.md#​1985-httpswwwgithubcomgoogleapisjava-translatecomparev1984v1985-2021-07-05) [Compare Source](https://togithub.com/googleapis/java-translate/compare/v1.98.4...v1.98.5)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 0db98f931..1c6981766 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.4 + 1.98.5 From c12e222b2409ece504277ff40eb134f4672452d2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Jul 2021 18:42:08 +0200 Subject: [PATCH 128/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.43.v20210629 (#1009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-maven-plugin](https://eclipse.org/jetty) ([source](https://togithub.com/eclipse/jetty.project)) | `9.4.42.v20210604` -> `9.4.43.v20210629` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/compatibility-slim/9.4.42.v20210604)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/confidence-slim/9.4.42.v20210604)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 5fe99966d..0c3e7d067 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.42.v20210604 + 9.4.43.v20210629 start-selenium From a3d7795c1f4728ae5818a1ace970dbbefe0666e2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Jul 2021 18:52:22 +0200 Subject: [PATCH 129/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.43.v20210629 (#1008) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-maven-plugin](https://eclipse.org/jetty) ([source](https://togithub.com/eclipse/jetty.project)) | `9.4.42.v20210604` -> `9.4.43.v20210629` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/compatibility-slim/9.4.42.v20210604)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.43.v20210629/confidence-slim/9.4.42.v20210604)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 1c6981766..335deaf63 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.42.v20210604 + 9.4.43.v20210629
diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b29f2f5ff..575c89de5 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.42.v20210604 + 9.4.43.v20210629
From d71d9e340f4ec7822e335f9d59ae41a28075a2ec Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 9 Jul 2021 17:50:43 +0200 Subject: [PATCH 130/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.2 (#1011) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 335deaf63..97eb0f892 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.1 + 3.1.2 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 575c89de5..686d17ca2 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.1 + 3.1.2 gcr.io/${gcloud.appId}/bookshelf From f456a284c95367f17239cda71297d7c9f6e62532 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 13 Jul 2021 18:53:12 +0200 Subject: [PATCH 131/336] chore(deps): update dependency commons-io:commons-io to v2.11.0 (#1013) --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 686d17ca2..251c333ac 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -100,7 +100,7 @@ Copyright 2019 Google LLC commons-io commons-io - 2.10.0 + 2.11.0 From ac906596bc85cd6070cacd762c73654ccbf790e4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 13 Jul 2021 18:58:21 +0200 Subject: [PATCH 132/336] chore(deps): update kotlin packages to v1.5.21 (#1012) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-maven-plugin](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.20` -> `1.5.21` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.21/compatibility-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.21/confidence-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.20` -> `1.5.21` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.21/compatibility-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.21/confidence-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-maven-allopen](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.20` -> `1.5.21` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.21/compatibility-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.21/confidence-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-reflect](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.20` -> `1.5.21` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.21/compatibility-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.21/confidence-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.20` -> `1.5.21` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.21/compatibility-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.21/confidence-slim/1.5.20)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 7940e4a1a..97c533027 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.20 + 1.5.21 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.20 + 1.5.21 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 09031d08d..2e6a845f5 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.20 + 1.5.21 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index bbe1de4d2..e629a673b 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.20 + 1.5.21 From 1c23b3a0f861328326d25c4b3c593f0a64dff7ac Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 13 Jul 2021 22:11:16 +0200 Subject: [PATCH 133/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.118.0 (#1014) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 62a8c4380..8acbce331 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.1 + 1.118.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index d2f9085fc..05794c316 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.1 + 1.118.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index bf26e553a..0d11a9cc3 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.117.1 + 1.118.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 251c333ac..5f9842b9c 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.117.1 + 1.118.0 From 7ec86a9f1570ce5fa9f1eff23e7b8c8ee975a0a7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 14 Jul 2021 00:38:15 +0200 Subject: [PATCH 134/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.3.1 (#1015) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index cb1884d3b..a352c5e11 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.0 + 1.3.1 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 8acbce331..f872af07b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.0 + 1.3.1 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 05794c316..199cde9e0 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.0 + 1.3.1 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0d11a9cc3..977b38233 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.0 + 1.3.1 mysql From ec37e92050e586e5e9862c962930db72b9b9340d Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Mon, 19 Jul 2021 12:12:34 -0400 Subject: [PATCH 135/336] chore: add depndencyDashboardLabels to renovate.json (#1017) --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 23332644b..51f162575 100644 --- a/renovate.json +++ b/renovate.json @@ -33,5 +33,8 @@ ], "prConcurrentLimit": 0, "rebaseWhen": "never", - "masterIssue": true + "dependencyDashboard": true, + "dependencyDashboardLabels": [ + "type: process" + ] } From 3c192af8f8cba216929d1e4d686fd72c5431b8bf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 19 Jul 2021 18:32:01 +0200 Subject: [PATCH 136/336] chore(deps): update appengine packages to v1.9.90 (#1016) Co-authored-by: Averi Kitsch --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 474a8f600..7a85636d4 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.89 + 1.9.90 test com.google.appengine appengine-api-stubs - 1.9.89 + 1.9.90 test com.google.appengine appengine-tools-sdk - 1.9.89 + 1.9.90 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 97c533027..c8c1c7872 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 2e6a845f5..70455a1fb 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index e629a673b..982349e2c 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index a352c5e11..7bc0f8a56 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f872af07b..6624a252d 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 199cde9e0..f8401c4c4 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 977b38233..76457ee2f 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.89 + 1.9.90 From f6a9e9540ddb9e07bc57858ddf53f45d3f689f81 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 21 Jul 2021 22:30:15 +0200 Subject: [PATCH 137/336] chore(deps): update dependency org.slf4j:slf4j-api to v1.7.32 (#1019) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 982349e2c..3be87320f 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.31 + 1.7.32 From 90122207bd1d9b76622f2e6890a889fdf95d024f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 21 Jul 2021 22:43:28 +0200 Subject: [PATCH 138/336] chore(deps): update dependency mysql:mysql-connector-java to v8.0.26 (#1018) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 7bc0f8a56..5fc384635 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.25 + 8.0.26 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 6624a252d..0c5ac0c86 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.25 + 8.0.26 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f8401c4c4..b63186288 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.25 + 8.0.26 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 76457ee2f..054168bf4 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.25 + 8.0.26 com.google.api-client From cb53ebf8ee4445c4956bb5576bfe5ca2afc0bdb7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Jul 2021 18:19:44 +0200 Subject: [PATCH 139/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.3 (#1020) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 70455a1fb..c5c513371 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.2 + 2.5.3 org.slf4j From 04e880d39d8a17d93b7df351617ba098bea8b123 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 30 Jul 2021 17:23:01 +0200 Subject: [PATCH 140/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v2.6.2 (#1021) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 97eb0f892..e3e4e7f0d 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.1 + 2.6.2 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5f9842b9c..b1e0cd1bb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.1 + 2.6.2 From 1122847e9518420340add5436650b928d460c2d6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 30 Jul 2021 17:28:29 +0200 Subject: [PATCH 141/336] chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3 (#1022) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-enforcer-plugin](https://maven.apache.org/enforcer/) | `1.4.1` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/compatibility-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/confidence-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 7a85636d4..57fb7207c 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -196,7 +196,7 @@ limitations under the License. maven-enforcer-plugin - 1.4.1 + 3.0.0 enforce-maven From c86a99f29613608612882d37662e6e69278a932e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 4 Aug 2021 17:36:40 +0200 Subject: [PATCH 142/336] chore(deps): update dependency com.google.cloud.tools:appengine-maven-plugin to v2.4.1 (#1024) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 57fb7207c..c37c3870a 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -124,7 +124,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index c8c1c7872..67f800e83 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index c5c513371..b5aa723c4 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -137,7 +137,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 3be87320f..157cdbc0f 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 5fc384635..4b75b50ab 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -128,7 +128,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 0c5ac0c86..1eef51a49 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -142,7 +142,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b63186288..aa5c1a3eb 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 054168bf4..2b7a64f0e 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/gce/pom.xml b/gce/pom.xml index 0c3e7d067..49d6741e8 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -129,7 +129,7 @@ Copyright 2019 Google LLC com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index ec879adf0..334c6a92c 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -61,7 +61,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.4.0 + 2.4.1 myProjectId From c8e2536ebc4b69bb35078d8914a66f3c52439a4b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 4 Aug 2021 23:05:21 +0200 Subject: [PATCH 143/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.3.2 (#1023) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 4b75b50ab..59d6d1450 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.1 + 1.3.2 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 1eef51a49..e1774de03 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.1 + 1.3.2 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index aa5c1a3eb..d21748288 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.1 + 1.3.2 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 2b7a64f0e..02f8cdb86 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.1 + 1.3.2 mysql From 0b5b76615f8d09b83f953b57515978194171e407 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 7 Aug 2021 02:23:35 +0200 Subject: [PATCH 144/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.6 (#1026) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index e3e4e7f0d..078bc453b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.5 + 1.113.6 From 54d5aa6f99f26695ac23f0df540c674277e54ddd Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 7 Aug 2021 02:28:23 +0200 Subject: [PATCH 145/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.118.1 (#1025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `1.118.0` -> `1.118.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/compatibility-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/confidence-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v1.118.1`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​11181-httpswwwgithubcomgoogleapisjava-storagecomparev11180v11181-2021-08-06) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.118.0...v1.118.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index e1774de03..4e453765f 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index d21748288..d6d31b70f 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 02f8cdb86..7845a8520 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b1e0cd1bb..bc452bc69 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 From fdc97fd8da9fcf1881f2b6f53585e2945ce56dfb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 10 Aug 2021 18:46:51 +0200 Subject: [PATCH 146/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2 (#1027) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4e453765f..f9f248f1b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.1 + 2.0.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index d6d31b70f..22472431d 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.1 + 2.0.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7845a8520..532a7a538 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 1.118.1 + 2.0.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index bc452bc69..2b35bfe2b 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 1.118.1 + 2.0.0 From 082b87accca37a14e82e1c0ad008d6aca68dffaf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 10 Aug 2021 22:50:38 +0200 Subject: [PATCH 147/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2 (#1029) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 078bc453b..eff85c3f3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 1.98.5 + 2.0.0 From 7f88ff5dae474623d4f49d4b7f1f58b514c6ffdb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 17:37:38 +0200 Subject: [PATCH 148/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.1 (#1030) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index eff85c3f3..71b875fbe 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.0 + 2.0.1 From a7dfc236942bc57c6ff720b6942c2883d5814818 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 23:19:56 +0200 Subject: [PATCH 149/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.3 (#1032) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 71b875fbe..6df767bcf 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.2 + 3.1.3 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2b35bfe2b..a093f1962 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.2 + 3.1.3 gcr.io/${gcloud.appId}/bookshelf From 06d6bb65902802362631e6dbdfb8ae39367a1637 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 23:28:09 +0200 Subject: [PATCH 150/336] chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.113.7 (#1031) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.113.6` -> `1.113.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.7/compatibility-slim/1.113.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.113.7/confidence-slim/1.113.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-pubsub ### [`v1.113.7`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#​11137-httpswwwgithubcomgoogleapisjava-pubsubcomparev11136v11137-2021-08-11) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.113.6...v1.113.7)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 6df767bcf..81458ff1c 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -58,7 +58,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-pubsub - 1.113.6 + 1.113.7 From 956345116413221ea9f1bccb07ddf8983bbec021 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 23:38:26 +0200 Subject: [PATCH 151/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3 (#1028) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `2.6.2` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.0/compatibility-slim/2.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.0/confidence-slim/2.6.2)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes
googleapis/java-firestore ### [`v3.0.0`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​300-httpswwwgithubcomgoogleapisjava-firestorecomparev262v300-2021-08-09) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v2.6.2...v3.0.0) ##### ⚠ BREAKING CHANGES * update Java compile to 1.8 ([#​710](https://togithub.com/googleapis/java-firestore/pull/710)) * update gapic generator to 2.0.0, java 8 features ([#​719](https://togithub.com/googleapis/java-firestore/issues/719)) ##### Features * update Java compile to 1.8 ([#​710](https://togithub.com/googleapis/java-firestore/pull/710)) * gapic-generator-java v1.0.13, mtls support ([#​712](https://www.togithub.com/googleapis/java-firestore/issues/712)) ([a27dd9c](https://www.togithub.com/googleapis/java-firestore/commit/a27dd9cb0e2681a15eae754c97255d0d8c86bcae)) * update gapic generator to 2.0.0, java 8 features ([#​719](https://www.togithub.com/googleapis/java-firestore/issues/719)) ([0d5b378](https://www.togithub.com/googleapis/java-firestore/commit/0d5b378075f3723126c8809f4afcc8fc9f81d611)) ##### Dependencies * update shared dependencies to 2.0.0 ([#​720](https://www.togithub.com/googleapis/java-firestore/issues/720)) ([e4f985e](https://www.togithub.com/googleapis/java-firestore/commit/e4f985e8b17a02f84aa9b100be1aa72f97521763)) ##### [2.6.2](https://www.togithub.com/googleapis/java-firestore/compare/v2.6.1...v2.6.2) (2021-07-29) ##### Bug Fixes * Add shopt -s nullglob to dependencies script ([8f4b199](https://www.togithub.com/googleapis/java-firestore/commit/8f4b199c1dfdf268723e11696733fe5fb6bd5c64)) * Ensures bundles are encoded as UTF8 bytes. ([#​695](https://www.togithub.com/googleapis/java-firestore/issues/695)) ([0946a17](https://www.togithub.com/googleapis/java-firestore/commit/0946a170a963f50ec77409291c02696f2c416edb)) * lower batch size on BulkWriter retry ([#​688](https://www.togithub.com/googleapis/java-firestore/issues/688)) ([146b21d](https://www.togithub.com/googleapis/java-firestore/commit/146b21dd6d5772bfd9e023dbf5a1147b29076cdd)) * Update dependencies.sh to not break on mac ([#​694](https://www.togithub.com/googleapis/java-firestore/issues/694)) ([8f4b199](https://www.togithub.com/googleapis/java-firestore/commit/8f4b199c1dfdf268723e11696733fe5fb6bd5c64)) ##### Documentation * began merging variant client samples ([#​696](https://www.togithub.com/googleapis/java-firestore/issues/696)) ([0a10dd8](https://www.togithub.com/googleapis/java-firestore/commit/0a10dd85de02647a9d08f41d45ebc25ee2689a52)) ##### [2.6.1](https://www.togithub.com/googleapis/java-firestore/compare/v2.6.0...v2.6.1) (2021-06-30) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​680](https://www.togithub.com/googleapis/java-firestore/issues/680)) ([b8ffcb4](https://www.togithub.com/googleapis/java-firestore/commit/b8ffcb43d79029f9b2a490fb84e78653c716b367))
*** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. *** * \[ ] If you want to rebase/retry this PR, check this box. *** This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 81458ff1c..5888d625a 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.2 + 3.0.0 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a093f1962..2e482c3bd 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 2.6.2 + 3.0.0 From b5c44ab3f64d2aa228e881d095ccb2270b0bad13 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 16:22:05 +0200 Subject: [PATCH 152/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.0.1 (#1034) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f9f248f1b..dad644311 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 22472431d..b21a78ff5 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 532a7a538..a0bb649b7 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2e482c3bd..e74b23709 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 From 374168a5efbdfdb991b3890b5a0d0e6117b6e3f2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 18:22:08 +0200 Subject: [PATCH 153/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.1 (#1033) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.0` -> `3.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.1/compatibility-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.1/confidence-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.1`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​301-httpswwwgithubcomgoogleapisjava-firestorecomparev300v301-2021-08-11) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.0...v3.0.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 5888d625a..56d659783 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.0 + 3.0.1 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index e74b23709..5b81d9c92 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.0 + 3.0.1 From 526e7205e1816b322ada23950795d58a2d6a392d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 13 Aug 2021 03:40:58 +0200 Subject: [PATCH 154/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.2 (#1035) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 56d659783..9873888f3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.1 + 2.0.2 From 1c2bb3eb0d9feffb5420340679410519cc5115d8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 17 Aug 2021 18:07:41 +0200 Subject: [PATCH 155/336] chore(deps): update dependency gradle to v7.2 (#1037) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index f2b999963..1505546f0 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 83d0d8f69..9e31fe246 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip From 341569b421363553416f8693cd09adff95d2b1b3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 17 Aug 2021 23:50:12 +0200 Subject: [PATCH 156/336] chore(deps): update appengine packages to v1.9.91 (#1038) --- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index c37c3870a..34b69fda2 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.90 + 1.9.91 test com.google.appengine appengine-api-stubs - 1.9.90 + 1.9.91 test com.google.appengine appengine-tools-sdk - 1.9.90 + 1.9.91 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 67f800e83..c312eb2ed 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index b5aa723c4..2f8a2d75f 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 157cdbc0f..250ad29a9 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 59d6d1450..ff158ea69 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index dad644311..a9fdda643 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b21a78ff5..ba569c5bf 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a0bb649b7..d2d036420 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.90 + 1.9.91 From d2874c4af07116851323776fbfa4a17d210c4fba Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 18 Aug 2021 18:43:17 +0200 Subject: [PATCH 157/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.1.4 (#1036) Co-authored-by: Emily Ball --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 9873888f3..8dd443632 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.3 + 3.1.4 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5b81d9c92..a46fb3ab6 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.3 + 3.1.4 gcr.io/${gcloud.appId}/bookshelf From d618994be9841101eb1ad1ae2f32f8e49235b278 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 18:01:33 +0200 Subject: [PATCH 158/336] chore(deps): update dependency org.mockito:mockito-core to v3.12.0 (#1040) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 34b69fda2..0f9681673 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.11.2 + 3.12.0 test From 21412250f1ee691cea5bce4e5d4e09cc1a2e2f00 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 18:06:10 +0200 Subject: [PATCH 159/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.4 (#1039) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.3` -> `2.5.4` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.4/compatibility-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.5.4/confidence-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spring-projects/spring-boot ### [`v2.5.4`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.4) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.3...v2.5.4) #### :lady_beetle: Bug Fixes - spring-boot-configuration-metadata leaks enforced dependency constraints into consuming builds [#​27730](https://togithub.com/spring-projects/spring-boot/issues/27730) - Potential NPE in `TomcatMetricsBinder.findContext()` [#​27616](https://togithub.com/spring-projects/spring-boot/issues/27616) - Cyclic bean definition when a Spring Data repository is a dependency of a MeterBinder [#​27591](https://togithub.com/spring-projects/spring-boot/issues/27591) - spring-boot:build-image hangs when exceptions are thrown during upload [#​27535](https://togithub.com/spring-projects/spring-boot/issues/27535) - WebTestClientContextCustomizerFactory causes an IllegalStateException when WebClient is on the classpath without a supported HTTP client [#​27527](https://togithub.com/spring-projects/spring-boot/issues/27527) - spring.security.dispatcher-types is not applied to Spring Security's filter when running in a separate management context [#​27505](https://togithub.com/spring-projects/spring-boot/issues/27505) - A URI with non-alpha characters in its scheme is not sanitized [#​27488](https://togithub.com/spring-projects/spring-boot/issues/27488) #### :notebook_with_decorative_cover: Documentation - Mention productionRuntimeClasspath in Gradle plugin's documentation [#​27620](https://togithub.com/spring-projects/spring-boot/issues/27620) - Fix typo in javadoc [#​27618](https://togithub.com/spring-projects/spring-boot/issues/27618) #### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 5.16.3 [#​27742](https://togithub.com/spring-projects/spring-boot/issues/27742) - Upgrade to AppEngine SDK 1.9.91 [#​27743](https://togithub.com/spring-projects/spring-boot/issues/27743) - Upgrade to Cassandra Driver 4.11.3 [#​27674](https://togithub.com/spring-projects/spring-boot/issues/27674) - Upgrade to Couchbase Client 3.1.7 [#​27675](https://togithub.com/spring-projects/spring-boot/issues/27675) - Upgrade to Ehcache3 3.9.5 [#​27676](https://togithub.com/spring-projects/spring-boot/issues/27676) - Upgrade to Glassfish JAXB 2.3.5 [#​27677](https://togithub.com/spring-projects/spring-boot/issues/27677) - Upgrade to Hazelcast 4.1.5 [#​27744](https://togithub.com/spring-projects/spring-boot/issues/27744) - Upgrade to Hazelcast Hibernate5 2.2.1 [#​27678](https://togithub.com/spring-projects/spring-boot/issues/27678) - Upgrade to Janino 3.1.6 [#​27679](https://togithub.com/spring-projects/spring-boot/issues/27679) - Upgrade to Logback 1.2.5 [#​27680](https://togithub.com/spring-projects/spring-boot/issues/27680) - Upgrade to MariaDB 2.7.4 [#​27681](https://togithub.com/spring-projects/spring-boot/issues/27681) - Upgrade to Maven Enforcer Plugin 3.0.0 [#​27682](https://togithub.com/spring-projects/spring-boot/issues/27682) - Upgrade to Micrometer 1.7.3 [#​27601](https://togithub.com/spring-projects/spring-boot/issues/27601) - Upgrade to MIMEPull 1.9.15 [#​27683](https://togithub.com/spring-projects/spring-boot/issues/27683) - Upgrade to Netty 4.1.67.Final [#​27745](https://togithub.com/spring-projects/spring-boot/issues/27745) - Upgrade to Nimbus JOSE JWT 9.10.1 [#​27701](https://togithub.com/spring-projects/spring-boot/issues/27701) - Upgrade to OAuth2 OIDC SDK 9.9.1 [#​27700](https://togithub.com/spring-projects/spring-boot/issues/27700) - Upgrade to Reactor 2020.0.10 [#​27600](https://togithub.com/spring-projects/spring-boot/issues/27600) - Upgrade to SendGrid 4.7.4 [#​27684](https://togithub.com/spring-projects/spring-boot/issues/27684) - Upgrade to Spring Data 2021.0.4 [#​27633](https://togithub.com/spring-projects/spring-boot/issues/27633) - Upgrade to Spring Integration 5.5.3 [#​27604](https://togithub.com/spring-projects/spring-boot/issues/27604) - Upgrade to Spring Kafka 2.7.6 [#​27602](https://togithub.com/spring-projects/spring-boot/issues/27602) - Upgrade to Spring Security 5.5.2 [#​27603](https://togithub.com/spring-projects/spring-boot/issues/27603) - Upgrade to Spring Session 2021.0.2 [#​27605](https://togithub.com/spring-projects/spring-boot/issues/27605) - Upgrade to Tomcat 9.0.52 [#​27685](https://togithub.com/spring-projects/spring-boot/issues/27685) - Upgrade to Undertow 2.2.10.Final [#​27686](https://togithub.com/spring-projects/spring-boot/issues/27686) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​billyto](https://togithub.com/billyto) - [@​izeye](https://togithub.com/izeye) - [@​dreis2211](https://togithub.com/dreis2211) - [@​wuwen5](https://togithub.com/wuwen5) - [@​hpoettker](https://togithub.com/hpoettker)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 2f8a2d75f..54e65daa6 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.3 + 2.5.4 org.slf4j From a8effccb26326cae3f5e71e24cb5e5c852d571c6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 21:56:53 +0200 Subject: [PATCH 160/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.0.2 (#1041) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index a9fdda643..484fa9b9b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.1 + 2.0.2 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index ba569c5bf..1b2cd3ebb 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.1 + 2.0.2 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index d2d036420..9ab4a9e69 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.1 + 2.0.2 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a46fb3ab6..5187cd721 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.0.1 + 2.0.2 From fc3eebe8ac9c780e5d10789bdd327257ef834ccb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 23:16:31 +0200 Subject: [PATCH 161/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.3 (#1042) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 8dd443632..1ae908740 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.2 + 2.0.3 From 173b83ff2e9703d671f7ca7d7c516a41e7fa6fe4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 20 Aug 2021 17:27:34 +0200 Subject: [PATCH 162/336] chore(deps): update dependency org.mockito:mockito-core to v3.12.1 (#1043) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 0f9681673..862887ee8 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.12.0 + 3.12.1 test From fd672c833e6c5cf303ebf52c3ed255a46c56ec89 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 19:37:18 +0200 Subject: [PATCH 163/336] chore(deps): update dependency org.mockito:mockito-core to v3.12.2 (#1046) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 862887ee8..b434824ed 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.12.1 + 3.12.2 test From 39e69c87ecd03d4ff9b082a768d6ff223c0bd8c8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 19:42:09 +0200 Subject: [PATCH 164/336] chore(deps): update kotlin packages to v1.5.30 (#1045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-maven-plugin](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.21` -> `1.5.30` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.30/compatibility-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-plugin/1.5.30/confidence-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.21` -> `1.5.30` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.30/compatibility-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib/1.5.30/confidence-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-maven-allopen](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.21` -> `1.5.30` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.30/compatibility-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-maven-allopen/1.5.30/confidence-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-reflect](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.21` -> `1.5.30` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.30/compatibility-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-reflect/1.5.30/confidence-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.5.21` -> `1.5.30` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.30/compatibility-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlin:kotlin-stdlib-jdk8/1.5.30/confidence-slim/1.5.21)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index c312eb2ed..354d40eba 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.21 + 1.5.30 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.21 + 1.5.30 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 54e65daa6..40bee1c12 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.21 + 1.5.30 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 250ad29a9..cf6b8b948 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.21 + 1.5.30 From 62771169698d6ec79ead328a01524d2268f9354d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 22:09:27 +0200 Subject: [PATCH 165/336] chore(deps): update dependency org.mockito:mockito-core to v3.12.3 (#1047) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index b434824ed..bf1e65673 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.12.2 + 3.12.3 test From 8f9451c5a4dde4098d3b2da95c6e96c878ca20be Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 23:05:33 +0200 Subject: [PATCH 166/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.4 (#1048) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 1ae908740..b0387c90c 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.3 + 2.0.4 From 9def5181d5832ef8a5cf02cdac7c3d06351c727e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 24 Aug 2021 23:10:23 +0200 Subject: [PATCH 167/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.2 (#1044) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.1` -> `3.0.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/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-firestore/3.0.2/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.2`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​302-httpswwwgithubcomgoogleapisjava-firestorecomparev301v302-2021-08-23) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.1...v3.0.2)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index b0387c90c..fef94a6a2 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.1 + 3.0.2 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5187cd721..ed7553e40 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.1 + 3.0.2 From 2e8acc7e4d68cb1b4c87bea8749d19b8d0ea4cbc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 25 Aug 2021 18:28:57 +0200 Subject: [PATCH 168/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.0 (#1050) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 484fa9b9b..481cd23c3 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.2 + 2.1.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 1b2cd3ebb..00443b76b 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.2 + 2.1.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 9ab4a9e69..677fec85a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.0.2 + 2.1.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ed7553e40..12c7f6dc1 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.0.2 + 2.1.0 From 1ce6f8777d63e16cdbc6f2aabda731271e29a9a3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 25 Aug 2021 18:34:22 +0200 Subject: [PATCH 169/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.5 (#1049) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-translate](https://togithub.com/googleapis/java-translate) | `2.0.4` -> `2.0.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/2.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/2.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/2.0.5/compatibility-slim/2.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-translate/2.0.5/confidence-slim/2.0.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-translate ### [`v2.0.5`](https://togithub.com/googleapis/java-translate/blob/master/CHANGELOG.md#​205-httpswwwgithubcomgoogleapisjava-translatecomparev204v205-2021-08-24) [Compare Source](https://togithub.com/googleapis/java-translate/compare/v2.0.4...v2.0.5)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index fef94a6a2..c23ce30a5 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.4 + 2.0.5 From 7f182e31d6ef1c3ff737bf6deaac790a1019c8ac Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 25 Aug 2021 23:44:21 +0200 Subject: [PATCH 170/336] chore(deps): update dependency org.mockito:mockito-core to v3.12.4 (#1051) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index bf1e65673..d48747482 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.12.3 + 3.12.4 test From 3dc323ddb8611be68c996c774544e88f471b365c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 26 Aug 2021 23:07:57 +0200 Subject: [PATCH 171/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.0.6 (#1052) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index c23ce30a5..357dbb89f 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.5 + 2.0.6 From 3b33c7b30f9343f269785e93f623f3d19f9ceb7e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 30 Aug 2021 16:19:38 +0200 Subject: [PATCH 172/336] chore(deps): update dependency com.google.cloud.tools:appengine-gradle-plugin to v2.4.2 (#1054) --- helloworld-jsp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index c5b58c3ac..dcbd022ce 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -18,7 +18,7 @@ buildscript { // Configuration for building mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.3.0' + classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2' classpath 'org.akhikhl.gretty:gretty:+' } } From 7ab921b4c7f23a6f576a09c8ec97c2353bacb513 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 30 Aug 2021 18:20:09 +0200 Subject: [PATCH 173/336] chore(deps): update dependency com.google.truth:truth to v0.46 (#1055) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.truth:truth](https://togithub.com/google/truth) | `0.33` -> `0.46` | [![age](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/0.46/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/0.46/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/0.46/compatibility-slim/0.33)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/0.46/confidence-slim/0.33)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 979829cd3..6166ed6cf 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -43,7 +43,7 @@ dependencies { // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java testCompile 'junit:junit:4.12' - testCompile 'com.google.truth:truth:0.33' + testCompile 'com.google.truth:truth:0.46' testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'com.google.appengine:appengine-testing:+' From 057a8303dc93682f4fcfa8906f93670a09b8ef6a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 30 Aug 2021 18:28:23 +0200 Subject: [PATCH 174/336] chore(deps): update dependency com.google.appengine:appengine-java-sdk to v1.9.91 (#1053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.appengine:appengine-java-sdk](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.53` -> `1.9.91` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.91/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.91/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.91/compatibility-slim/1.9.53)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.91/confidence-slim/1.9.53)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 6166ed6cf..2acc1aa7e 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -32,7 +32,7 @@ apply plugin: 'war' // standard Web Archive plugin apply plugin: 'appengine' // App Engine tasks dependencies { - appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.53' + appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.91' compile 'com.google.appengine:appengine-api-1.0-sdk:+' // Latest App Engine Api's providedCompile 'javax.servlet:javax.servlet-api:3.1.0' From 23c93c483fe0942adc34a6b96764f3865f7ab2cf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 31 Aug 2021 18:32:10 +0200 Subject: [PATCH 175/336] chore(deps): update dependency com.google.truth:truth to v1 (#1056) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.truth:truth](https://togithub.com/google/truth) | `0.33` -> `1.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/compatibility-slim/0.33)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/confidence-slim/0.33)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 2acc1aa7e..818569819 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -43,7 +43,7 @@ dependencies { // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java testCompile 'junit:junit:4.12' - testCompile 'com.google.truth:truth:0.46' + testCompile 'com.google.truth:truth:1.1.3' testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'com.google.appengine:appengine-testing:+' From 7bd696b41848381b1c56bc25af8ee8a97f6f5fe8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Sep 2021 19:26:55 +0200 Subject: [PATCH 176/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.1.0 (#1058) --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index 357dbb89f..4cd6957ee 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.0.6 + 2.1.0 From b32208763d050479c648d85dc827b46ff8b1d080 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Sep 2021 19:44:11 +0200 Subject: [PATCH 177/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.3 (#1057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.2` -> `3.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.3/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.3/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.3`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​303-httpswwwgithubcomgoogleapisjava-firestorecomparev302v303-2021-08-31) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.2...v3.0.3)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 4cd6957ee..c6fed0258 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.2 + 3.0.3 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 12c7f6dc1..2e90999fa 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.2 + 3.0.3 From dcb99ec4f846d769136337537fe055f247cd6c75 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 7 Sep 2021 19:07:56 +0200 Subject: [PATCH 178/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.1 (#1059) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 481cd23c3..ae6f04ce1 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.0 + 2.1.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 00443b76b..0582d1e92 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.0 + 2.1.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 677fec85a..6c2994d62 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.0 + 2.1.1 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2e90999fa..f81bdbb93 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.0 + 2.1.1 From 1f4a472e358efd8ce3657a2dc7cd6a09ac10e27f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 8 Sep 2021 22:12:26 +0200 Subject: [PATCH 179/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.3.3 (#1060) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index ff158ea69..e7d0effea 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.2 + 1.3.3 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index ae6f04ce1..3a0e01c15 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.2 + 1.3.3 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 0582d1e92..d84cd74c9 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.2 + 1.3.3 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 6c2994d62..0cfe9bb8c 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.2 + 1.3.3 mysql From e9d02663dbcb521d03b26a6766ca4206b74cc45f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 13 Sep 2021 21:23:00 +0200 Subject: [PATCH 180/336] chore(deps): update dependency org.apache.maven.plugins:maven-war-plugin to v3.3.2 (#1061) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index d48747482..d10de0112 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -161,7 +161,7 @@ limitations under the License. maven-war-plugin - 3.3.1 + 3.3.2 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 354d40eba..5d05a6d40 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -90,7 +90,7 @@ limitations under the License. org.apache.maven.plugins maven-war-plugin - 3.3.1 + 3.3.2 true false diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 40bee1c12..5cefcae57 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. org.apache.maven.plugins maven-war-plugin - 3.3.1 + 3.3.2 true false diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index cf6b8b948..6c627f038 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -148,7 +148,7 @@ limitations under the License. org.apache.maven.plugins maven-war-plugin - 3.3.1 + 3.3.2 true From 97527a2e4aca41214cd226cbd0563d1451f9b96f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 14 Sep 2021 19:57:31 +0200 Subject: [PATCH 181/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.2 (#1063) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 3a0e01c15..99444afe0 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.1 + 2.1.2 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index d84cd74c9..b61b93d2b 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.1 + 2.1.2 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0cfe9bb8c..42c8901eb 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.1 + 2.1.2 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index f81bdbb93..ee010d1fb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.1 + 2.1.2 From fd31cd81aabc6e84cbfc046d28654c3717db3b11 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 15 Sep 2021 23:46:47 +0200 Subject: [PATCH 182/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.3 (#1065) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 99444afe0..f65c71f61 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.2 + 2.1.3 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b61b93d2b..cc6c5d040 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.2 + 2.1.3 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 42c8901eb..a9f7df6f0 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.2 + 2.1.3 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ee010d1fb..f96096638 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.2 + 2.1.3 From e41fb72fcdcd1f30fea37c78a860a84fab89fc67 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 20 Sep 2021 22:22:26 +0200 Subject: [PATCH 183/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.4 (#1062) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.3` -> `3.0.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.4/compatibility-slim/3.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.4/confidence-slim/3.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.4`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​304-httpswwwgithubcomgoogleapisjava-firestorecomparev303v304-2021-09-14) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.3...v3.0.4)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index c6fed0258..be4745831 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.3 + 3.0.4 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index f96096638..e8a27b32d 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.3 + 3.0.4 From c021aee8c85de2dce988bf2714819c33d5aea6ea Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 21 Sep 2021 00:15:55 +0200 Subject: [PATCH 184/336] chore(deps): update kotlin packages to v1.5.31 (#1066) Co-authored-by: Emily Ball --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 4 ++-- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 5d05a6d40..b48693936 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.30 + 1.5.31 @@ -68,7 +68,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.30 + 1.5.31 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 5cefcae57..bac8af388 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.30 + 1.5.31 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 6c627f038..8b600dd12 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -126,7 +126,7 @@ limitations under the License. kotlin-maven-plugin org.jetbrains.kotlin - 1.5.30 + 1.5.31 From 698480bf4960fc6277e7c0cd4eac4890d22518dc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 21 Sep 2021 00:20:08 +0200 Subject: [PATCH 185/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.4 (#1067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `2.1.3` -> `2.1.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.4/compatibility-slim/2.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.4/confidence-slim/2.1.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v2.1.4`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​214-httpswwwgithubcomgoogleapisjava-storagecomparev213v214-2021-09-20) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.1.3...v2.1.4)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f65c71f61..a8a9a3f95 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.3 + 2.1.4 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index cc6c5d040..5f8cc8bc9 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.3 + 2.1.4 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a9f7df6f0..d327bc07a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.3 + 2.1.4 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index e8a27b32d..932a9ae5f 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.3 + 2.1.4 From e96b756fb8b2ec960ed13d888a67a4a77c1b4ded Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Sep 2021 17:51:59 +0200 Subject: [PATCH 186/336] chore(deps): update dependency com.google.cloud:google-cloud-translate to v2.1.1 (#1064) Co-authored-by: Emily Ball --- background/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/pom.xml b/background/pom.xml index be4745831..0accd5f62 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -52,7 +52,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-translate - 2.1.0 + 2.1.1 From a772feb8afccc2efa17eb3fa37544f3fe24cc52a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Sep 2021 22:21:20 +0200 Subject: [PATCH 187/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.5 (#1068) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 0accd5f62..a14d70f31 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.4 + 3.0.5 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 932a9ae5f..0169122ad 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.4 + 3.0.5 From 2a47e9a1c5d080bbb82255675b469c7f7312f8d7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Sep 2021 22:29:14 +0200 Subject: [PATCH 188/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.5 (#1069) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index a8a9a3f95..5d2eca53a 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.4 + 2.1.5 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 5f8cc8bc9..8c9f6ca27 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.4 + 2.1.5 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index d327bc07a..5fef7b5c8 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.4 + 2.1.5 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 0169122ad..ccca69ebb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.4 + 2.1.5 From 85582347f4ef8b63d0f71b69b106426d12f0a746 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 23 Sep 2021 18:30:45 +0200 Subject: [PATCH 189/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.5 (#1071) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index bac8af388..bcb6266b2 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.4 + 2.5.5 org.slf4j From 5b1e747c7c221807b590d3376ff0ccb17d239458 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Sep 2021 18:27:03 +0200 Subject: [PATCH 190/336] chore(deps): update dependency com.google.guava:guava to v31 (#1073) --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index a14d70f31..2290f78a6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index e7d0effea..1f57ea5f9 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 5d2eca53a..3eb2ded84 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 8c9f6ca27..5dcf161b1 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 5fef7b5c8..b858d9db9 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ccca69ebb..9c26f9e1f 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -69,7 +69,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1.1-jre + 31.0-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index 49d6741e8..f9ffad94a 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 30.1.1-jre + 31.0-jre test From 3a27145e971740657e70e99dac82c0c881fbcc62 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Sep 2021 18:34:08 +0200 Subject: [PATCH 191/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.6 (#1072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-storage](https://togithub.com/googleapis/java-storage) | `2.1.5` -> `2.1.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.6/compatibility-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.6/confidence-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v2.1.6`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​216-httpswwwgithubcomgoogleapisjava-storagecomparev215v216-2021-09-24) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.1.5...v2.1.6)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 3eb2ded84..622e04b67 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.5 + 2.1.6 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 5dcf161b1..9a952fa6f 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.5 + 2.1.6 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b858d9db9..fd87584e6 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.5 + 2.1.6 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 9c26f9e1f..91cbb9951 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.5 + 2.1.6 From 07c5b348961b41dd5bc42b8413ffbd5f26fc4c21 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 28 Sep 2021 17:14:39 +0200 Subject: [PATCH 192/336] chore(deps): update dependency com.google.guava:guava to v31.0.1-jre (#1074) --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 2290f78a6..236940889 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 1f57ea5f9..9f10e0a98 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 622e04b67..749fc8281 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 9a952fa6f..02e942d33 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index fd87584e6..72962f4dd 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 91cbb9951..decb5c5bf 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -69,7 +69,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0-jre + 31.0.1-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index f9ffad94a..b0024ad1d 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0-jre + 31.0.1-jre test From 937e817aa0b5f8d80d29c241bce9e87f62b30708 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 29 Sep 2021 19:04:12 +0200 Subject: [PATCH 193/336] chore(deps): update dependency joda-time:joda-time to v2.10.11 (#1070) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 9f10e0a98..15b560b64 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -116,7 +116,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.10 + 2.10.11 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 749fc8281..7dc1238d0 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -124,7 +124,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.10 + 2.10.11 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 02e942d33..2aaf55133 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.10 + 2.10.11 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 72962f4dd..707455830 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.10.10 + 2.10.11 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index decb5c5bf..40b9bc792 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -63,7 +63,7 @@ Copyright 2019 Google LLC joda-time joda-time - 2.10.10 + 2.10.11 From 7e5900dd83bb9eb6a897ad31b3738112ea74d514 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 1 Oct 2021 18:32:26 +0200 Subject: [PATCH 194/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.44.v20210927 (#1077) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 334c6a92c..59acfa8c0 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.43.v20210629 + 9.4.44.v20210927
From debd7c9326385db1ce142d87cffd75ebae60bd22 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 1 Oct 2021 18:41:25 +0200 Subject: [PATCH 195/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.44.v20210927 (#1076) Co-authored-by: Emily Ball --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index b0024ad1d..3280f12b8 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.43.v20210629 + 9.4.44.v20210927 start-selenium From e05c03ac3fc449e7a419528ce881fcd72a223c7c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 1 Oct 2021 19:26:13 +0200 Subject: [PATCH 196/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.44.v20210927 (#1075) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-maven-plugin](https://eclipse.org/jetty) ([source](https://togithub.com/eclipse/jetty.project)) | `9.4.43.v20210629` -> `9.4.44.v20210927` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.44.v20210927/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.44.v20210927/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.44.v20210927/compatibility-slim/9.4.43.v20210629)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.44.v20210927/confidence-slim/9.4.43.v20210629)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 236940889..56daac73e 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.43.v20210629 + 9.4.44.v20210927
diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 40b9bc792..f511963e2 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.43.v20210629 + 9.4.44.v20210927 From f6ac00c771ebf00deeea1a29b402a294422f024f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 5 Oct 2021 17:52:26 +0200 Subject: [PATCH 197/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.7 (#1078) --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 7dc1238d0..c622a9811 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.6 + 2.1.7 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 2aaf55133..3d4a6915a 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.6 + 2.1.7 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 707455830..61fe16f3a 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.6 + 2.1.7 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index f511963e2..9d6a4f5c0 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.6 + 2.1.7 From 4ccabdffb9baec65666ba1aeaec8cf1bb2f1d96f Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Wed, 6 Oct 2021 14:50:10 -0700 Subject: [PATCH 198/336] chore: update run_tests.sh (#1082) --- .kokoro/tests/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index 341a5567d..9baf701d8 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -43,9 +43,9 @@ if [[ -z ${JAVA_VERSION+x} ]]; then fi if [[ "$SCRIPT_DEBUG" != "true" ]]; then - # Update `gcloud` and log versioning for debugging. - gcloud components install beta --quiet - gcloud components update --quiet + # Update `gcloud` and log versioning for debugging + apt update && apt upgrade google-cloud-sdk + echo "********** GCLOUD INFO ***********" gcloud -v echo "********** MAVEN INFO ***********" From b6ed1c7fac87ef625ef5ea70fdd4b2ee2239f5f1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 6 Oct 2021 23:56:29 +0200 Subject: [PATCH 199/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.3.4 (#1081) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.sql:mysql-socket-factory](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory) | `1.3.3` -> `1.3.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.3.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.3.4/compatibility-slim/1.3.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.3.4/confidence-slim/1.3.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
GoogleCloudPlatform/cloud-sql-mysql-socket-factory ### [`v1.3.4`](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/blob/master/CHANGELOG.md#​134-httpswwwgithubcomGoogleCloudPlatformcloud-sql-jdbc-socket-factorycomparev133v134-2021-10-05) [Compare Source](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/compare/v1.3.3...v1.3.4)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 15b560b64..7f3f8d7ce 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.3 + 1.3.4 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index c622a9811..5cd18a744 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.3 + 1.3.4 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 3d4a6915a..f440df5f8 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.3 + 1.3.4 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 61fe16f3a..1b00a47a5 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.3 + 1.3.4 mysql From 45125beef2ecfc74814ecc5649d1110c2747c564 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 7 Oct 2021 17:56:35 +0200 Subject: [PATCH 200/336] chore(deps): update dependency org.mockito:mockito-core to v4 (#1083) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index d10de0112..15ee896ed 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 3.12.4 + 4.0.0 test From 48f516291d56d9937cf214d988ff39dba1b31757 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 19 Oct 2021 15:50:11 -0700 Subject: [PATCH 201/336] chore(java): rename master branch to main (#1080) Co-authored-by: Neenu Shaji --- .github/sync-repo-settings.yaml | 2 +- .kokoro/lint/presubmit.cfg | 2 +- .kokoro/tests/run_tests.sh | 2 +- README.md | 2 +- codecov.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 348696728..346767b84 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -2,7 +2,7 @@ rebaseMergeAllowed: true squashMergeAllowed: true mergeCommitAllowed: false branchProtectionRules: -- pattern: master +- pattern: main isAdminEnforced: false requiredStatusCheckContexts: - 'Kokoro CI - Java 8' diff --git a/.kokoro/lint/presubmit.cfg b/.kokoro/lint/presubmit.cfg index 05df6c935..cff968474 100644 --- a/.kokoro/lint/presubmit.cfg +++ b/.kokoro/lint/presubmit.cfg @@ -17,5 +17,5 @@ # Tell the trampoline which build file to use. env_vars: { key: "GIT_DIFF" - value: "origin/master... ." + value: "origin/main... ." } diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index 9baf701d8..6c7884f8e 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -29,7 +29,7 @@ else SCRIPT_DEBUG="false" fi -# `--only-diff` will only run tests on projects container changes from the master branch. +# `--only-diff` will only run tests on projects container changes from the main branch. if [[ $* == *--only-diff* ]]; then ONLY_DIFF="true" else diff --git a/README.md b/README.md index 8f84c0522..2c67229fb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Getting started on Google Cloud Platform for Java® [![CircleCI Build Status](https://circleci.com/gh/GoogleCloudPlatform/getting-started-java.svg?style=shield&circle-token=51b789e102291cbeae6817678d02da0f4cf25f1f)](https://circleci.com/gh/GoogleCloudPlatform/getting-started-java) -[![Coverage Status](https://codecov.io/gh/GoogleCloudPlatform/getting-started-java/branch/master/graph/badge.svg)](https://codecov.io/gh/GoogleCloudPlatform/getting-started-java) +[![Coverage Status](https://codecov.io/gh/GoogleCloudPlatform/getting-started-java/branch/main/graph/badge.svg)](https://codecov.io/gh/GoogleCloudPlatform/getting-started-java) The code for the samples is contained in individual folders on this repository. Follow the instructions at [Getting Started on Google Cloud Platform for Java](https://cloud.google.com/java/) or the README files in each folder for instructions on how to run locally and deploy. diff --git a/codecov.yml b/codecov.yml index 42aa3d5ff..16e3feaa1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. codecov: - branch: master + branch: main comment: branches: - - master + - main From a1784fa6598b60c8190bbe50ba057297cb26354b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 20 Oct 2021 20:38:24 +0200 Subject: [PATCH 202/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.6 (#1088) * chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.6 * chore: update master reference * chore: add -y to bypass prompt Co-authored-by: Emily Ball --- .kokoro/tests/run_tests.sh | 4 ++-- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index 6c7884f8e..bbf753d09 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -44,7 +44,7 @@ fi if [[ "$SCRIPT_DEBUG" != "true" ]]; then # Update `gcloud` and log versioning for debugging - apt update && apt upgrade google-cloud-sdk + apt update && apt -y upgrade google-cloud-sdk echo "********** GCLOUD INFO ***********" gcloud -v @@ -82,7 +82,7 @@ for file in **/pom.xml; do # If $DIFF_ONLY is true, skip projects without changes. if [[ "$ONLY_DIFF" = "true" ]]; then - git diff --quiet origin/master.. . + git diff --quiet origin/main.. . CHANGED=$? if [[ "$CHANGED" -eq 0 ]]; then # echo -e "\n Skipping $file: no changes in folder.\n" diff --git a/background/pom.xml b/background/pom.xml index 56daac73e..1417376b3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.5 + 3.0.6 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 9d6a4f5c0..ee2f7bdb7 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.5 + 3.0.6 From 9c85328afaf315cd911da9bd5ffc908290911a01 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 20 Oct 2021 21:00:56 +0200 Subject: [PATCH 203/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.32.2 (#1085) * chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.32.2 * chore: include -y to skip prompt Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 7f3f8d7ce..ae41cebd2 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.1 + 1.32.2
diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 5cd18a744..198370661 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.1 + 1.32.2
diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f440df5f8..48c07338e 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.1 + 1.32.2 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 1b00a47a5..91d9b233d 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.1 + 1.32.2 From 4d3f2665e5ac33fcdcfa9ec32daa7cc9c02eecd9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 20 Oct 2021 21:01:15 +0200 Subject: [PATCH 204/336] chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.1.8 (#1086) Co-authored-by: Emily Ball --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 198370661..68570da9d 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -111,7 +111,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.7 + 2.1.8 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 48c07338e..9f406219e 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.7 + 2.1.8 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 91d9b233d..773be6655 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -112,7 +112,7 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.7 + 2.1.8 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ee2f7bdb7..7054b22c3 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -88,7 +88,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.7 + 2.1.8 From 25697d0a6558dea939122e3d1c9557196da3582b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 20 Oct 2021 21:01:30 +0200 Subject: [PATCH 205/336] chore(deps): update dependency mysql:mysql-connector-java to v8.0.27 (#1087) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index ae41cebd2..fa215c1f2 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.26 + 8.0.27 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 68570da9d..6206feb94 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.26 + 8.0.27 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 9f406219e..1ff9aa1bd 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.26 + 8.0.27 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 773be6655..fa44a3008 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.26 + 8.0.27 com.google.api-client From afed8ce27444665c3ad915eacb6d97beb69f2f95 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 21 Oct 2021 17:47:18 +0200 Subject: [PATCH 206/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.5.6 (#1089) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index bcb6266b2..cbb85a661 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.5 + 2.5.6 org.slf4j From d8c4371af5afde597bc50c14b1d4cea725ffb9e7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 28 Oct 2021 19:45:39 +0200 Subject: [PATCH 207/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.7 (#1091) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 1417376b3..c3ecbc41e 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.6 + 3.0.7 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 7054b22c3..a8421a41f 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.6 + 3.0.7 From bf93a6ee63b9ed5479d98ab0b1c452374c47eb61 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 3 Nov 2021 21:18:58 +0100 Subject: [PATCH 208/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.4.0 (#1092) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index fa215c1f2..b0f7f6e1c 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.4 + 1.4.0 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 6206feb94..d48197937 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.4 + 1.4.0 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 1ff9aa1bd..bc7897079 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.4 + 1.4.0 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index fa44a3008..3ea2997f1 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.3.4 + 1.4.0 mysql From d493aa101a702c695078603b3d4b1dfddaf9f83c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 3 Nov 2021 21:19:11 +0100 Subject: [PATCH 209/336] chore(deps): update appengine packages to v1.9.92 (#1093) --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 818569819..a06f18239 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -32,7 +32,7 @@ apply plugin: 'war' // standard Web Archive plugin apply plugin: 'appengine' // App Engine tasks dependencies { - appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.91' + appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.92' compile 'com.google.appengine:appengine-api-1.0-sdk:+' // Latest App Engine Api's providedCompile 'javax.servlet:javax.servlet-api:3.1.0' diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 15ee896ed..47d8436ca 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.91 + 1.9.92 test com.google.appengine appengine-api-stubs - 1.9.91 + 1.9.92 test com.google.appengine appengine-tools-sdk - 1.9.91 + 1.9.92 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index b48693936..dddc94977 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index cbb85a661..7cd4be5c0 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 8b600dd12..e774b49c8 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index b0f7f6e1c..2fe664100 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index d48197937..751352f77 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index bc7897079..b1d15e805 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 3ea2997f1..b0662932e 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.91 + 1.9.92 From 9e2487dbc566fec52464f77adc378b74f4e872be Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 11 Nov 2021 17:06:16 +0100 Subject: [PATCH 210/336] chore(deps): update dependency gradle to v7.3 (#1094) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 1505546f0..9b7382814 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 9e31fe246..47dd0849f 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip From fdc381fefd95976279a20bcb7a68fab5b282acd0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Nov 2021 18:36:59 +0100 Subject: [PATCH 211/336] chore(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.6.0 (#1095) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 7cd4be5c0..e96dc986a 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 1.8 - 1.5.31 + 1.6.0 1.8 1.8 From aef304180e4babcd0610c4d268b894149081b6bc Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 17 Nov 2021 17:59:23 +0100 Subject: [PATCH 212/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.8 (#1096) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index c3ecbc41e..987c6fbf8 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.7 + 3.0.8 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a8421a41f..b2ff3b698 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.7 + 3.0.8 From 3053b4ae2f48bebcd3cc1f28a79acc091d9a6af2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 19 Nov 2021 17:37:41 +0100 Subject: [PATCH 213/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.0 (#1097) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index e96dc986a..0b7f2b07b 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.5.6 + 2.6.0 org.slf4j From adda8fca6cf190e343a063df9331a256a1a13724 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 22 Nov 2021 18:35:49 +0100 Subject: [PATCH 214/336] chore(deps): update dependency org.mockito:mockito-core to v4.1.0 (#1098) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 47d8436ca..c9b450519 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.0.0 + 4.1.0 test From e0a0f257f96e1947d77fa3c873964bf6f0a63ab3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 29 Nov 2021 18:10:25 +0100 Subject: [PATCH 215/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.1 (#1099) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 0b7f2b07b..a2d272f5d 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.0 + 2.6.1 org.slf4j From 6071e5af6452695ab9adea5a4fb2f187392bbc23 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Dec 2021 18:50:17 +0100 Subject: [PATCH 216/336] chore(deps): update dependency gradle to v7.3.1 (#1100) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 9b7382814..9c55f35c0 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 47dd0849f..8bc138704 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip From c38461a3c0407f03782caf460db49196e7269cf8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 6 Dec 2021 23:52:40 +0100 Subject: [PATCH 217/336] chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.2.0 (#1104) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index c9b450519..e1f0980d0 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -29,7 +29,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index dddc94977..ec688199a 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index a2d272f5d..6dbf650ba 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -25,7 +25,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index e774b49c8..a08326f43 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -26,7 +26,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/background/pom.xml b/background/pom.xml index 987c6fbf8..2608d8e54 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -25,7 +25,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 2fe664100..4ff51ff5b 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 751352f77..760f6908a 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b1d15e805..2c6822767 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 ../ diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b0662932e..6bd65e272 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -26,7 +26,7 @@ Copyright 2016 Google Inc. com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 ../ diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b2ff3b698..ef773179c 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/gce/pom.xml b/gce/pom.xml index 3280f12b8..19ee72d20 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -26,7 +26,7 @@ Copyright 2019 Google LLC com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 59acfa8c0..73b6308e5 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -40,7 +40,7 @@ com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 From c20cd062fc334850cc9605778305b56d786b1229 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 7 Dec 2021 00:00:16 +0100 Subject: [PATCH 218/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.9 (#1103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.8` -> `3.0.9` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.9/compatibility-slim/3.0.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.9/confidence-slim/3.0.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.9`](https://togithub.com/googleapis/java-firestore/blob/master/CHANGELOG.md#​309-httpswwwgithubcomgoogleapisjava-firestorecomparev308v309-2021-12-03) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.8...v3.0.9)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 2608d8e54..9ec1d2bb6 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.8 + 3.0.9 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ef773179c..4855c6f6d 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.8 + 3.0.9 From ba9758981d766a5c40fd9ea6793f4054aeb0c4c9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 8 Dec 2021 01:40:12 +0100 Subject: [PATCH 219/336] chore(deps): update appengine packages to v1.9.93 (#1101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.appengine:appengine-api-1.0-sdk](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.92` -> `1.9.93` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.93/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.93/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.93/compatibility-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.93/confidence-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.appengine:appengine-tools-sdk](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.92` -> `1.9.93` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-tools-sdk/1.9.93/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-tools-sdk/1.9.93/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-tools-sdk/1.9.93/compatibility-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-tools-sdk/1.9.93/confidence-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.appengine:appengine-api-stubs](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.92` -> `1.9.93` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.93/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.93/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.93/compatibility-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.93/confidence-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.appengine:appengine-testing](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.92` -> `1.9.93` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-testing/1.9.93/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-testing/1.9.93/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-testing/1.9.93/compatibility-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-testing/1.9.93/confidence-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.appengine:appengine-java-sdk](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.92` -> `1.9.93` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.93/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.93/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.93/compatibility-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-java-sdk/1.9.93/confidence-slim/1.9.92)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- .../helloworld-gae-javasdk-tools/pom.xml | 8 ++++---- .../kotlin-appengine-standard/pom.xml | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index a06f18239..16b6b850c 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -32,7 +32,7 @@ apply plugin: 'war' // standard Web Archive plugin apply plugin: 'appengine' // App Engine tasks dependencies { - appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.92' + appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.93' compile 'com.google.appengine:appengine-api-1.0-sdk:+' // Latest App Engine Api's providedCompile 'javax.servlet:javax.servlet-api:3.1.0' diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index e1f0980d0..6eafd0aeb 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.92 + 1.9.93 test com.google.appengine appengine-api-stubs - 1.9.92 + 1.9.93 test com.google.appengine appengine-tools-sdk - 1.9.92 + 1.9.93 test diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index ec688199a..9b344e2f9 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 jstl diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 6dbf650ba..f144664e8 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 jstl diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index a08326f43..d86085d53 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 jstl diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 4ff51ff5b..7e318de07 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,7 +78,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 760f6908a..8053f82d5 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,7 +80,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 2c6822767..35289082d 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 6bd65e272..67fb4b879 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,7 +81,7 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.92 + 1.9.93 From 8079814dfda89b81a216b77599623d12bfb0e014 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 10 Dec 2021 18:50:52 +0100 Subject: [PATCH 220/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.4.1 (#1105) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 7e318de07..9228367c4 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.0 + 1.4.1 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 8053f82d5..e502dd810 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.0 + 1.4.1 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 35289082d..720ebdde1 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.0 + 1.4.1 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 67fb4b879..c48571c1f 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.0 + 1.4.1 mysql From dd57b3a011623f20621b1376d195fdf7569a5ea2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 16 Dec 2021 23:56:14 +0100 Subject: [PATCH 221/336] chore(deps): update dependency gradle to v7.3.2 (#1107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.3.1` -> `7.3.2` | --- ### Release Notes
gradle/gradle ### [`v7.3.2`](https://togithub.com/gradle/gradle/compare/v7.3.1...v7.3.2)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 9c55f35c0..6eebef1bb 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 8bc138704..d2f9f5ca2 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip From 29e65db015755f2ac91e78d5988339e10de4512e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 21 Dec 2021 18:28:33 +0100 Subject: [PATCH 222/336] chore(deps): update dependency org.mockito:mockito-core to v4.2.0 (#1108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.1.0` -> `4.2.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.2.0/compatibility-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.2.0/confidence-slim/4.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mockito/mockito ### [`v4.2.0`](https://togithub.com/mockito/mockito/releases/v4.2.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.2.0 - 2021-12-16 - [21 commit(s)](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0) by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot\[bot], temp-droid - Update ByteBuddy to 1.12.4 [(#​2515)](https://togithub.com/mockito/mockito/pull/2515) - Bump kotlinVersion from 1.6.0 to 1.6.10 [(#​2514)](https://togithub.com/mockito/mockito/pull/2514) - Add DoNotMock mention to main JavaDoc [(#​2512)](https://togithub.com/mockito/mockito/pull/2512) - Replace ExpectedException in MissingInvocationInOrderCheckerTest [(#​2511)](https://togithub.com/mockito/mockito/pull/2511) - Update Gradle to version 7.3.1 [(#​2509)](https://togithub.com/mockito/mockito/pull/2509) - Fixes [#​2497](https://togithub.com/mockito/mockito/issues/2497): Throw exception on invalid matchers for `mockStatic` [(#​2506)](https://togithub.com/mockito/mockito/pull/2506) - Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(#​2505)](https://togithub.com/mockito/mockito/pull/2505) - Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(#​2504)](https://togithub.com/mockito/mockito/pull/2504) - Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(#​2501)](https://togithub.com/mockito/mockito/pull/2501) - Bump com.diffplug.spotless from 6.0.1 to 6.0.2 [(#​2498)](https://togithub.com/mockito/mockito/pull/2498) - ArgumentMatchers not working for Mockito.mockStatic [(#​2497)](https://togithub.com/mockito/mockito/issues/2497) - Bump versions.bytebuddy from 1.12.2 to 1.12.3 [(#​2496)](https://togithub.com/mockito/mockito/pull/2496) - Bump com.diffplug.spotless from 6.0.0 to 6.0.1 [(#​2495)](https://togithub.com/mockito/mockito/pull/2495) - Remove the recommendation to import ArgumentMatchers methods using Mockito [(#​2494)](https://togithub.com/mockito/mockito/pull/2494) - Bump versions.junitJupiter from 5.8.1 to 5.8.2 [(#​2491)](https://togithub.com/mockito/mockito/pull/2491) - Bump junit-platform-launcher from 1.8.1 to 1.8.2 [(#​2490)](https://togithub.com/mockito/mockito/pull/2490) - Fix typo 'DoNoMock' should be 'DoNotMock' [(#​2487)](https://togithub.com/mockito/mockito/pull/2487) - Bump biz.aQute.bnd.gradle from 6.0.0 to 6.1.0 [(#​2486)](https://togithub.com/mockito/mockito/pull/2486) - Bump biz.aQute.bnd.builder from 6.0.0 to 6.1.0 [(#​2485)](https://togithub.com/mockito/mockito/pull/2485) - Bump versions.bytebuddy from 1.12.1 to 1.12.2 [(#​2484)](https://togithub.com/mockito/mockito/pull/2484) - Bump google-java-format from 1.12.0 to 1.13.0 [(#​2483)](https://togithub.com/mockito/mockito/pull/2483) - Add annotation to mark a type as DoNotMock [(#​1833)](https://togithub.com/mockito/mockito/pull/1833)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 6eafd0aeb..8b5127161 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.1.0 + 4.2.0 test From 3cf17be42c9a5bbb36cd587b8882aa5740dfff47 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Dec 2021 15:30:16 +0100 Subject: [PATCH 223/336] chore(deps): update dependency gradle to v7.3.3 (#1109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.3.2` -> `7.3.3` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 6eebef1bb..8fbadf9e5 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index d2f9f5ca2..0ced560bd 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip From cd1d6a5000d61fd5ea7861abce6b3ed40ef87d7f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Dec 2021 23:39:59 +0100 Subject: [PATCH 224/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.2 (#1110) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index f144664e8..e7bbcf8c2 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.1 + 2.6.2 org.slf4j From d21820cba798ea339cfaf993658f8f58a6016001 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Dec 2021 23:48:12 +0100 Subject: [PATCH 225/336] chore(deps): update dependency io.opencensus:opencensus-contrib-http-util to v0.29.0 (#1106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.opencensus:opencensus-contrib-http-util](https://togithub.com/census-instrumentation/opencensus-java) | `0.28.3` -> `0.29.0` | [![age](https://badges.renovateapi.com/packages/maven/io.opencensus:opencensus-contrib-http-util/0.29.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.opencensus:opencensus-contrib-http-util/0.29.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.opencensus:opencensus-contrib-http-util/0.29.0/compatibility-slim/0.28.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.opencensus:opencensus-contrib-http-util/0.29.0/confidence-slim/0.28.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
census-instrumentation/opencensus-java ### [`v0.29.0`](https://togithub.com/census-instrumentation/opencensus-java/compare/v0.28.3...v0.29.0) [Compare Source](https://togithub.com/census-instrumentation/opencensus-java/compare/v0.28.3...v0.29.0)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 9ec1d2bb6..7658638bb 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -78,7 +78,7 @@ Copyright 2019 Google LLC io.opencensus opencensus-contrib-http-util - 0.28.3 + 0.29.0 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 4855c6f6d..c95b2905d 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -76,7 +76,7 @@ Copyright 2019 Google LLC io.opencensus opencensus-contrib-http-util - 0.28.3 + 0.29.0 From 4097d52bfc852dc5bc7c13db4a2160e7fd1307cb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 28 Dec 2021 18:04:13 +0100 Subject: [PATCH 226/336] chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 (#1111) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 8b5127161..46627f428 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -181,7 +181,7 @@ limitations under the License. maven-site-plugin - 3.9.1 + 3.10.0 From 13a9531b26bc6f0118114edb7b17ee12a8f93493 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 10 Jan 2022 19:18:06 +0100 Subject: [PATCH 227/336] chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.10 (#1114) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 7658638bb..ee0edd43b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.9 + 3.0.10 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index c95b2905d..c5abcda57 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.9 + 3.0.10 From 996d2421fe6476ef3cd2e76bda92d898b854e283 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 Jan 2022 17:53:51 +0100 Subject: [PATCH 228/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11 (#1119) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 73b6308e5..67b3fe91c 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 9.4.44.v20210927 + 11.0.7
From 3158ee8d02f07b6693f738eedf4de69d00cfd703 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 Jan 2022 18:01:49 +0100 Subject: [PATCH 229/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11 (#1117) Co-authored-by: Emily Ball --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index ee0edd43b..9b291647b 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 9.4.44.v20210927 + 11.0.7
diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index c5abcda57..f58439bab 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 9.4.44.v20210927 + 11.0.7
From e7eb0ef3ea35b090dcc16b1a8b0216b3f81d2e1a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 Jan 2022 18:18:29 +0100 Subject: [PATCH 230/336] chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.4.2 (#1113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.sql:mysql-socket-factory](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory) | `1.4.1` -> `1.4.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.4.2/compatibility-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.sql:mysql-socket-factory/1.4.2/confidence-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
GoogleCloudPlatform/cloud-sql-mysql-socket-factory ### [`v1.4.2`](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/blob/HEAD/CHANGELOG.md#​142-httpswwwgithubcomGoogleCloudPlatformcloud-sql-jdbc-socket-factorycomparev141v142-2022-01-04) [Compare Source](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/compare/v1.4.1...v1.4.2)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 9228367c4..d49883e6e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.1 + 1.4.2 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index e502dd810..2bc29bdb0 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.1 + 1.4.2 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 720ebdde1..ab48f8288 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.1 + 1.4.2 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index c48571c1f..43786ece9 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.1 + 1.4.2 mysql From e71cb351e3e65b73eea48db907821ba3dde59804 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 Jan 2022 18:48:33 +0100 Subject: [PATCH 231/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.33.0 (#1112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.api-client:google-api-client-appengine](https://togithub.com/googleapis/google-api-java-client) | `1.32.2` -> `1.33.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.33.0/compatibility-slim/1.32.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.33.0/confidence-slim/1.32.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/google-api-java-client ### [`v1.33.0`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#​1330-httpswwwgithubcomgoogleapisgoogle-api-java-clientcomparev1322v1330-2022-01-06) [Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.32.2...v1.33.0) ##### Features - next release from main branch is 1.33.0 ([#​1897](https://www.togithub.com/googleapis/google-api-java-client/issues/1897)) ([932a00b](https://www.github.com/googleapis/google-api-java-client/commit/932a00b4cac61cb3c9a4d9a29e6a7b43b67f9187)) ##### Bug Fixes - **java:** add -ntp flag to native image testing command ([#​1299](https://www.togithub.com/googleapis/google-api-java-client/issues/1299)) ([#​1929](https://www.togithub.com/googleapis/google-api-java-client/issues/1929)) ([ee997f6](https://www.github.com/googleapis/google-api-java-client/commit/ee997f6dd351dd88eb18a230708627e8f2b059d8)) - **java:** java 17 dependency arguments ([#​1266](https://www.togithub.com/googleapis/google-api-java-client/issues/1266)) ([#​1907](https://www.togithub.com/googleapis/google-api-java-client/issues/1907)) ([0bc4e26](https://www.github.com/googleapis/google-api-java-client/commit/0bc4e2684b105b5fe3ef538092c1042a704ee500)) - **java:** run Maven in plain console-friendly mode ([#​1301](https://www.togithub.com/googleapis/google-api-java-client/issues/1301)) ([#​1939](https://www.togithub.com/googleapis/google-api-java-client/issues/1939)) ([826d7e1](https://www.github.com/googleapis/google-api-java-client/commit/826d7e1b83548b751d6e8a06af0689fb1c1b8081)) ##### Dependencies - update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([98b5898](https://www.github.com/googleapis/google-api-java-client/commit/98b5898754ecf8e8aa0d636744fbea1994af5c92)) - update project.http.version to v1.41.0 ([#​1944](https://www.togithub.com/googleapis/google-api-java-client/issues/1944)) ([98b5898](https://www.github.com/googleapis/google-api-java-client/commit/98b5898754ecf8e8aa0d636744fbea1994af5c92)) ##### [1.32.2](https://www.github.com/googleapis/google-api-java-client/compare/v1.32.1...v1.32.2) (2021-10-14) ##### Dependencies - update dependency com.google.guava:guava to v31 ([#​1894](https://www.togithub.com/googleapis/google-api-java-client/issues/1894)) ([aba6059](https://www.github.com/googleapis/google-api-java-client/commit/aba605962518d5c8ee16361b042753c6d27884ba)) ##### [1.32.1](https://www.github.com/googleapis/google-api-java-client/compare/v1.32.0...v1.32.1) (2021-06-24) ##### Bug Fixes - bring comment up to date with code ([#​1838](https://www.togithub.com/googleapis/google-api-java-client/issues/1838)) ([f150c5a](https://www.github.com/googleapis/google-api-java-client/commit/f150c5aa6e2de0c6cbad7461f4b76be8e0027567)) - Update dependencies.sh to not break on mac ([#​1830](https://www.togithub.com/googleapis/google-api-java-client/issues/1830)) ([97940b3](https://www.github.com/googleapis/google-api-java-client/commit/97940b3fd96e343df3985630398811f3c417afcc)) ##### Dependencies - don't use sp versions in the regular release ([#​1840](https://www.togithub.com/googleapis/google-api-java-client/issues/1840)) ([94cde71](https://www.github.com/googleapis/google-api-java-client/commit/94cde719e9ad845bcd186595e06279e2b7c19096))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index d49883e6e..424b5734f 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.2 + 1.33.0
diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 2bc29bdb0..824ce1e9b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.2 + 1.33.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index ab48f8288..1c0a47c54 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.2 + 1.33.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 43786ece9..6fd560a20 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.32.2 + 1.33.0 From 88f2670edc19ec75eb62c41f96694f169d3959c5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 11 Jan 2022 18:58:10 +0100 Subject: [PATCH 232/336] chore(deps): update dependency junit:junit to v4.13.2 (#1115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [junit:junit](http://junit.org) ([source](https://togithub.com/junit-team/junit4)) | `4.12` -> `4.13.2` | [![age](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/compatibility-slim/4.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/confidence-slim/4.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 16b6b850c..142050cab 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -42,7 +42,7 @@ dependencies { // Add your dependencies here. // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java - testCompile 'junit:junit:4.12' + testCompile 'junit:junit:4.13.2' testCompile 'com.google.truth:truth:1.1.3' testCompile 'org.mockito:mockito-all:1.10.19' From 316659c4bc944549f32dfdad780d432b817ff702 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 12 Jan 2022 17:51:13 +0100 Subject: [PATCH 233/336] chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.9.0 (#1121) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 46627f428..ad26804c4 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -135,7 +135,7 @@ limitations under the License.
maven-compiler-plugin - 3.8.1 + 3.9.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 9b344e2f9..3d585a833 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -111,7 +111,7 @@ limitations under the License. maven-compiler-plugin - 3.8.1 + 3.9.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index e7bbcf8c2..7b1dd7cdc 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -148,7 +148,7 @@ limitations under the License. maven-compiler-plugin - 3.8.1 + 3.9.0 ${java.version} ${java.version} diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index d86085d53..73f553691 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -168,7 +168,7 @@ limitations under the License. maven-compiler-plugin - 3.8.1 + 3.9.0 1.8 1.8 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 424b5734f..9efc1fb9d 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -139,7 +139,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.9.0 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 824ce1e9b..f46db45e8 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -153,7 +153,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.9.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 1c0a47c54..7d0cdec91 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.9.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 6fd560a20..816004f6d 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.9.0 From be42cf35c311eda01163da6b86b714a1f516779b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 12 Jan 2022 23:41:37 +0100 Subject: [PATCH 234/336] chore(deps): update dependency javax.servlet:javax.servlet-api to v4.0.1 (#1116) Co-authored-by: Emily Ball Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 142050cab..c3aaf5ef9 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -35,7 +35,7 @@ dependencies { appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.93' compile 'com.google.appengine:appengine-api-1.0-sdk:+' // Latest App Engine Api's - providedCompile 'javax.servlet:javax.servlet-api:3.1.0' + providedCompile 'javax.servlet:javax.servlet-api:4.0.1' compile 'jstl:jstl:1.2' diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 7b1dd7cdc..7dac0cf62 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -64,7 +64,7 @@ limitations under the License. javax.servlet javax.servlet-api - 3.1.0 + 4.0.1 jar diff --git a/background/pom.xml b/background/pom.xml index 9b291647b..265ecb5db 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -65,7 +65,7 @@ Copyright 2019 Google LLC javax.servlet javax.servlet-api - 4.0.0 + 4.0.1 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index f58439bab..350d17f4d 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -49,7 +49,7 @@ Copyright 2019 Google LLC javax.servlet javax.servlet-api - [3.1.0] + [4.0.1] provided diff --git a/gce/pom.xml b/gce/pom.xml index 19ee72d20..2218799d4 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -55,7 +55,7 @@ Copyright 2019 Google LLC javax.servlet javax.servlet-api - 3.1.0 + 4.0.1 diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index dcbd022ce..4b7cf8eae 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -42,7 +42,7 @@ apply plugin: 'org.akhikhl.gretty' apply plugin: 'com.google.cloud.tools.appengine' dependencies { - providedCompile 'javax.servlet:javax.servlet-api:3.1.0' + providedCompile 'javax.servlet:javax.servlet-api:4.0.1' providedCompile 'com.google.appengine:appengine:+' // Add your dependencies here. From 5420eddb928e1879d0c8f43ebd8198d1ebc1186a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 13 Jan 2022 18:46:00 +0100 Subject: [PATCH 235/336] chore(deps): update dependency org.slf4j:slf4j-api to v1.7.33 (#1122) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 73f553691..d939f93b2 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.32 + 1.7.33 From 2716aaa61ee843e0d97f056055880ec6625eb8aa Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 18 Jan 2022 18:01:53 +0100 Subject: [PATCH 236/336] chore(deps): update dependency mysql:mysql-connector-java to v8.0.28 (#1123) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 9efc1fb9d..11fd80104 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.27 + 8.0.28 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f46db45e8..40c0d9acb 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.27 + 8.0.28 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 7d0cdec91..641233b28 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.27 + 8.0.28 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 816004f6d..a14614804 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.27 + 8.0.28 com.google.api-client From 5bb73e385cd6fff5edb46e3b0ec4d43a56d154ac Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 18 Jan 2022 11:30:26 -0800 Subject: [PATCH 237/336] chore: migrate to secretmanager (#1120) * chore: migrate to secretmanager * update path --- .kokoro/java11/common.cfg | 3 --- .kokoro/java8/common.cfg | 3 --- .kokoro/tests/run_tests.sh | 13 +++++++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.kokoro/java11/common.cfg b/.kokoro/java11/common.cfg index 47d7e458c..37ff45eaa 100644 --- a/.kokoro/java11/common.cfg +++ b/.kokoro/java11/common.cfg @@ -17,9 +17,6 @@ # Build timeout of 5 hours timeout_mins: 300 -# Download secrets from Cloud Storage. -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java-docs-samples" - # Download trampoline resources. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" diff --git a/.kokoro/java8/common.cfg b/.kokoro/java8/common.cfg index fd9a9e6ea..9d9e30ed5 100644 --- a/.kokoro/java8/common.cfg +++ b/.kokoro/java8/common.cfg @@ -17,9 +17,6 @@ # Build timeout of 5 hours timeout_mins: 300 -# Download secrets from Cloud Storage. -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java-docs-samples" - # Download trampoline resources. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index bbf753d09..2180820bf 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -55,10 +55,15 @@ if [[ "$SCRIPT_DEBUG" != "true" ]]; then # Setup required env variables export GOOGLE_CLOUD_PROJECT=java-docs-samples-testing - export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-acct.json - # spellcheck source=src/firestore_secrets.txt - source "${KOKORO_GFILE_DIR}/firestore_secrets.txt" - + export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/secrets/java-docs-samples-service-account.json + + # Grab latest version of secrets + mkdir -p "${KOKORO_GFILE_DIR}/secrets" + gcloud secrets versions access latest --secret="java-docs-samples-service-account" > "$GOOGLE_APPLICATION_CREDENTIALS" + gcloud secrets versions access latest --secret="java-firestore-samples-secrets" > "${KOKORO_GFILE_DIR}/secrets/java-firestore-samples-secrets.txt" + + # Execute secret file contents + source "${KOKORO_GFILE_DIR}/secrets/java-firestore-samples-secrets.txt" # Activate service account gcloud auth activate-service-account \ --key-file="$GOOGLE_APPLICATION_CREDENTIALS" \ From 848e5356a2dabc536de9acae068a4e103416a86b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 20 Jan 2022 00:52:19 +0100 Subject: [PATCH 238/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.2.0 (#1124) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 265ecb5db..5075a1e6e 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.4 + 3.2.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 350d17f4d..b0d15bddb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.1.4 + 3.2.0 gcr.io/${gcloud.appId}/bookshelf From d12656965a56790a6ced3c9621ce7b95a501ce6f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 21 Jan 2022 18:09:28 +0100 Subject: [PATCH 239/336] chore(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.3 (#1127) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 7dac0cf62..da67966b1 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.2 + 2.6.3 org.slf4j From 0ebdfa0febc0fc3fb3b8e85ea480ba784bbe8a6b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 Jan 2022 16:13:22 +0100 Subject: [PATCH 240/336] chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.33.1 (#1128) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 11fd80104..5837e1b44 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.0 + 1.33.1 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 40c0d9acb..78ef108a2 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.0 + 1.33.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 641233b28..cc9a906e8 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.0 + 1.33.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a14614804..5ff55c2df 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.0 + 1.33.1 From 48f6a51011391f71d1095c979cc5bac93b5a0092 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 Jan 2022 16:20:12 +0100 Subject: [PATCH 241/336] chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.9.0 (#1126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.codehaus.mojo:versions-maven-plugin](http://www.mojohaus.org/versions-maven-plugin/) ([source](https://togithub.com/mojohaus/mojo-parent)) | `2.8.1` -> `2.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.codehaus.mojo:versions-maven-plugin/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.codehaus.mojo:versions-maven-plugin/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.codehaus.mojo:versions-maven-plugin/2.9.0/compatibility-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.codehaus.mojo:versions-maven-plugin/2.9.0/confidence-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index ad26804c4..3232b995d 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -147,7 +147,7 @@ limitations under the License. org.codehaus.mojo versions-maven-plugin - 2.8.1 + 2.9.0 compile From aaa8db84345cc4c83b3f8a6c39a7ae4131d8368a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 24 Jan 2022 16:32:11 +0100 Subject: [PATCH 242/336] chore(deps): update dependency org.mockito:mockito-core to v4.3.0 (#1129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.2.0` -> `4.3.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.3.0/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mockito/mockito ### [`v4.3.0`](https://togithub.com/mockito/mockito/releases/v4.3.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.3.0 - 2022-01-24 - [20 commit(s)](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot\[bot], temp-droid - Fixes [#​2489](https://togithub.com/mockito/mockito/issues/2489) : Fixed issue related to exceptions thrown from the nested spies [(#​2546)](https://togithub.com/mockito/mockito/pull/2546) - Issue 2544 [(#​2545)](https://togithub.com/mockito/mockito/pull/2545) - Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#​2543)](https://togithub.com/mockito/mockito/pull/2543) - Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#​2542)](https://togithub.com/mockito/mockito/pull/2542) - Bump material from 1.4.0 to 1.5.0 [(#​2541)](https://togithub.com/mockito/mockito/pull/2541) - Bump appcompat from 1.4.0 to 1.4.1 [(#​2539)](https://togithub.com/mockito/mockito/pull/2539) - Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#​2536)](https://togithub.com/mockito/mockito/pull/2536) - Remove an `@link` [(#​2535)](https://togithub.com/mockito/mockito/pull/2535) - Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#​2534)](https://togithub.com/mockito/mockito/pull/2534) - Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#​2533)](https://togithub.com/mockito/mockito/pull/2533) - Bump assertj-core from 3.21.0 to 3.22.0 [(#​2531)](https://togithub.com/mockito/mockito/pull/2531) - Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#​2529)](https://togithub.com/mockito/mockito/pull/2529) - Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#​2527)](https://togithub.com/mockito/mockito/pull/2527) - Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#​2526)](https://togithub.com/mockito/mockito/pull/2526) - Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#​2524)](https://togithub.com/mockito/mockito/pull/2524) - Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#​2520)](https://togithub.com/mockito/mockito/pull/2520) - Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#​2519)](https://togithub.com/mockito/mockito/pull/2519) - Fixes [#​2510](https://togithub.com/mockito/mockito/issues/2510): Remove ExpectedException from internal test suite [(#​2518)](https://togithub.com/mockito/mockito/pull/2518) - Fix JavaDoc warnings and enforce zero errors in Gradle [(#​2513)](https://togithub.com/mockito/mockito/pull/2513) - Remove `ExpectedException` from internal test suite [(#​2510)](https://togithub.com/mockito/mockito/issues/2510) - Incomplete stack trace returned from spy inside another spy [(#​2489)](https://togithub.com/mockito/mockito/issues/2489) - Introduce a BOM for Mockito's artifacts (closes [#​2321](https://togithub.com/mockito/mockito/issues/2321)) [(#​2323)](https://togithub.com/mockito/mockito/pull/2323) - Provide a bill of materials (BOM) [(#​2321)](https://togithub.com/mockito/mockito/issues/2321)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 3232b995d..cb5012cb3 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.2.0 + 4.3.0 test From 9e38496bbd66138a33777f672e4942ad132ea46f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 Jan 2022 18:30:02 +0100 Subject: [PATCH 243/336] chore(deps): update dependency org.mockito:mockito-core to v4.3.1 (#1132) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index cb5012cb3..7d6de9f57 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.3.0 + 4.3.1 test From c93029c67a0dd78e4f1c6795e07940d2f0b81e42 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 Jan 2022 18:38:13 +0100 Subject: [PATCH 244/336] chore(deps): update dependency com.google.appengine:appengine-api-stubs to v1.9.94 (#1125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.appengine:appengine-api-stubs](https://togithub.com/GoogleCloudPlatform/appengine-java-standard) | `1.9.93` -> `1.9.94` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.94/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.94/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.94/compatibility-slim/1.9.93)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-stubs/1.9.94/confidence-slim/1.9.93)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 7d6de9f57..0b8eb0f0b 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -83,7 +83,7 @@ limitations under the License. com.google.appengine appengine-api-stubs - 1.9.93 + 1.9.94 test From 5ba2ba0bc6d7b42355f294d2e7a004373efa6acf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 Jan 2022 19:01:27 +0100 Subject: [PATCH 245/336] chore(deps): update dependency org.slf4j:slf4j-api to v1.7.34 (#1130) Co-authored-by: Emily Ball --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index d939f93b2..a068a4d09 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.33 + 1.7.34 From d8a4289a0b1b38ad6913c3d8a174f14f26e62564 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Wed, 26 Jan 2022 12:31:22 -0800 Subject: [PATCH 246/336] fix: update curl | bash (#1133) --- gce/scripts/startup-script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 gce/scripts/startup-script.sh diff --git a/gce/scripts/startup-script.sh b/gce/scripts/startup-script.sh old mode 100644 new mode 100755 index 15d946bbb..383ca40c9 --- a/gce/scripts/startup-script.sh +++ b/gce/scripts/startup-script.sh @@ -69,7 +69,9 @@ echo "JETTY_HOME=/opt/jetty" > /etc/default/jetty systemctl daemon-reload # Install logging monitor. The monitor will automatically pickup logs sent to syslog. -curl -s "https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh" | bash +curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh +sudo bash add-logging-agent-repo.sh --also-install + service google-fluentd restart & service jetty start From 7c9fd4c986d0246eb6570cf15746d925a291c3e2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 31 Jan 2022 17:53:44 +0100 Subject: [PATCH 247/336] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.11 (#1134) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 5075a1e6e..5e93ea70d 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.10 + 3.0.11 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index b0d15bddb..2ff51e6ab 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.10 + 3.0.11 From b72daf88c9fa13ad0835cc4c8a37be9f1af4b38e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Feb 2022 18:07:03 +0100 Subject: [PATCH 248/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.8 (#1137) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 5e93ea70d..76cc6af54 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 11.0.7 + 11.0.8 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2ff51e6ab..06015dc14 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 11.0.7 + 11.0.8 From 9f4cff582784f72124bad3295f06b6f4694f90c0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Feb 2022 18:20:45 +0100 Subject: [PATCH 249/336] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.12 (#1136) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 76cc6af54..c55f85631 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.11 + 3.0.12 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 06015dc14..a017cd013 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.11 + 3.0.12 From bdced8c8ac5a0eb7545fef836a77729e03495cdf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Feb 2022 18:20:57 +0100 Subject: [PATCH 250/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.8 (#1138) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 67b3fe91c..facaa3639 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.7 + 11.0.8 From c08c645b24f4eb668fe2e7ee1fec3a66215b9666 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 8 Feb 2022 18:27:34 +0100 Subject: [PATCH 251/336] chore(deps): update dependency gradle to v7.4 (#1141) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 8fbadf9e5..919ee534c 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index 0ced560bd..a9ccb21e8 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip From d0481bf8439593795a94d716acfe8a7a342f2085 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 8 Feb 2022 18:27:51 +0100 Subject: [PATCH 252/336] fix(deps): update dependency com.google.api-client:google-api-client-appengine to v1.33.2 (#1140) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 5837e1b44..2bc9d19e3 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.1 + 1.33.2 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 78ef108a2..a5db29f28 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.1 + 1.33.2 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index cc9a906e8..65bad2d21 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.1 + 1.33.2 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 5ff55c2df..7fcd70450 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.1 + 1.33.2 From fa8aa141b82816b0ba6f65700498956b24d4eefb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 8 Feb 2022 18:28:03 +0100 Subject: [PATCH 253/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.45.v20220203 (#1139) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 2218799d4..c743db800 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.44.v20210927 + 9.4.45.v20220203 start-selenium From e160476c5537fc093e8d69ba6358b4aeab4658c8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 8 Feb 2022 18:28:15 +0100 Subject: [PATCH 254/336] fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.4.3 (#1135) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 2bc9d19e3..53802372e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.2 + 1.4.3 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index a5db29f28..b88932590 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.2 + 1.4.3 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 65bad2d21..453863f23 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.2 + 1.4.3 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7fcd70450..9894c8327 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.2 + 1.4.3 mysql From 4da3628687a47b98e9a705c6e82ba0d72fef16e3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 15 Feb 2022 19:38:03 +0100 Subject: [PATCH 255/336] chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.0 (#1142) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 0b8eb0f0b..7b535b72f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -135,7 +135,7 @@ limitations under the License. maven-compiler-plugin - 3.9.0 + 3.10.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 3d585a833..78a6272fa 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -111,7 +111,7 @@ limitations under the License. maven-compiler-plugin - 3.9.0 + 3.10.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index da67966b1..19662a9eb 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -148,7 +148,7 @@ limitations under the License. maven-compiler-plugin - 3.9.0 + 3.10.0 ${java.version} ${java.version} diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index a068a4d09..f16863cc0 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -168,7 +168,7 @@ limitations under the License. maven-compiler-plugin - 3.9.0 + 3.10.0 1.8 1.8 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 53802372e..4b6369bba 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -139,7 +139,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index b88932590..4448c41cc 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -153,7 +153,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 453863f23..ec86b5dfe 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 9894c8327..8c38582d8 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 From d8c90cf08dfd59c0847f20c88ffdcd2ae62c94e2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 17 Feb 2022 18:02:42 +0100 Subject: [PATCH 256/336] chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.11.0 (#1143) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 7b535b72f..64870be62 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -181,7 +181,7 @@ limitations under the License. maven-site-plugin - 3.10.0 + 3.11.0 From cf8113ec1a99a13fafab697da10f6cb9707d3fba Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 23 Feb 2022 01:14:51 +0100 Subject: [PATCH 257/336] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.13 (#1144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.12` -> `3.0.13` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.13/compatibility-slim/3.0.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.13/confidence-slim/3.0.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.13`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​3013-httpsgithubcomgoogleapisjava-firestorecomparev3012v3013-2022-02-22) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.12...v3.0.13)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index c55f85631..ca2017005 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.12 + 3.0.13 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a017cd013..e08c7d90a 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.12 + 3.0.13 From 07f99fc0ac9d5066749c45ec41556eebd5d0a1eb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 28 Feb 2022 19:37:38 +0100 Subject: [PATCH 258/336] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.4 (#1145) --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 19662a9eb..bf487b10d 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.3 + 2.6.4 org.slf4j From ebce1efec06edbbcf10cdaaf5e2a9839a43bee27 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 1 Mar 2022 18:58:12 +0100 Subject: [PATCH 259/336] fix(deps): update dependency com.google.guava:guava to v31.1-jre (#1146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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.guava:guava](https://togithub.com/google/guava) | `31.0.1-jre` -> `31.1-jre` | [![age](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/compatibility-slim/31.0.1-jre)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/confidence-slim/31.0.1-jre)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index ca2017005..6c5a685df 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 4b6369bba..0933a3b07 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4448c41cc..4eb25d36b 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index ec86b5dfe..f7e60b7ad 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 8c38582d8..a9c4734ef 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index e08c7d90a..a5c6acf27 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -69,7 +69,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0.1-jre + 31.1-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index c743db800..fd9634e8a 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.0.1-jre + 31.1-jre test From caf81e1c96b0e3054a66800c5fa414c7f0de82c7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Mar 2022 20:09:46 +0100 Subject: [PATCH 260/336] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.14 (#1148) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 6c5a685df..7d6a443ae 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.13 + 3.0.14 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a5c6acf27..5e810dd20 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.13 + 3.0.14 From 8fb61db3fc8473235428697ea5de2323e3c8569b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Mar 2022 20:10:02 +0100 Subject: [PATCH 261/336] fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.4.4 (#1147) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 0933a3b07..011837b34 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.3 + 1.4.4 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4eb25d36b..4513973a5 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.3 + 1.4.4 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f7e60b7ad..891532028 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.3 + 1.4.4 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a9c4734ef..7d752fff7 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.3 + 1.4.4 mysql From 4b4bbda26910643a87c30853f57ae67fac80d513 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Mar 2022 17:02:12 +0100 Subject: [PATCH 262/336] chore(deps): update dependency org.mockito:mockito-core to v4.4.0 (#1149) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 64870be62..880b87d7b 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.3.1 + 4.4.0 test From 14af9a5c4630c70722f3eebaaa33acec67b2ab19 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 14 Mar 2022 17:10:15 +0100 Subject: [PATCH 263/336] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.0.16 (#1150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource 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-firestore](https://togithub.com/googleapis/java-firestore) | `3.0.14` -> `3.0.16` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.16/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.16/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.16/compatibility-slim/3.0.14)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.0.16/confidence-slim/3.0.14)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-firestore ### [`v3.0.16`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​3016-httpsgithubcomgoogleapisjava-firestorecomparev3015v3016-2022-03-08) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.15...v3.0.16) ### [`v3.0.15`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​3015-httpsgithubcomgoogleapisjava-firestorecomparev3014v3015-2022-03-02) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.0.14...v3.0.15)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 7d6a443ae..7e0bcdb47 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.14 + 3.0.16 com.google.cloud diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5e810dd20..5d0bcfbcd 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -57,7 +57,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.14 + 3.0.16 From f0135e611bb50f3b834574f745cea54c6a32344f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Mar 2022 17:36:28 +0100 Subject: [PATCH 264/336] fix(deps): update dependency org.slf4j:slf4j-api to v1.7.36 (#1154) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index f16863cc0..26d15a68d 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.34 + 1.7.36 From ba69e67d0b3ebe6511f704c87c6adf5af451c5cd Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Mar 2022 17:36:45 +0100 Subject: [PATCH 265/336] chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.10.0 (#1153) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 880b87d7b..8673baf26 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -147,7 +147,7 @@ limitations under the License. org.codehaus.mojo versions-maven-plugin - 2.9.0 + 2.10.0 compile From 76025b29d97b5d7723ea23ce8e09896ab232103f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 24 Mar 2022 17:37:03 +0100 Subject: [PATCH 266/336] chore(deps): update dependency gradle to v7.4.1 (#1151) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 919ee534c..361276c14 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index a9ccb21e8..b74599248 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip From fc22703d0a7ef53773bae0020a07ef18e5a4e607 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 12 Apr 2022 20:57:42 +0200 Subject: [PATCH 267/336] chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.2.0 (#1163) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 8673baf26..61781cf2f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -166,7 +166,7 @@ limitations under the License. maven-clean-plugin - 3.1.0 + 3.2.0 From e1725566cdc09065bce0012b5b1c19083ce53346 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 25 Apr 2022 17:11:20 +0200 Subject: [PATCH 268/336] fix(deps): update dependency mysql:mysql-connector-java to v8.0.29 (#1168) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 011837b34..1f2376a97 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.28 + 8.0.29 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 4513973a5..76f0546c1 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.28 + 8.0.29 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 891532028..f18ff3b56 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.28 + 8.0.29 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 7d752fff7..0d9ae6c6d 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.28 + 8.0.29 com.google.api-client From 0f0379cf9a6f287ce40533f22581b7e9dfe56070 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:53:33 +0200 Subject: [PATCH 269/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.46.v20220331 (#1162) --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index fd9634e8a..dda93be43 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.45.v20220203 + 9.4.46.v20220331 start-selenium From 5526c2261db5a4ffe721071a6b2e2be463b6c9f0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:53:48 +0200 Subject: [PATCH 270/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.9 (#1160) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 7e0bcdb47..607059e03 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 11.0.8 + 11.0.9 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5d0bcfbcd..be363c5f3 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -42,7 +42,7 @@ Copyright 2019 Google LLC true false false - 11.0.8 + 11.0.9 From 6c440761f3660a83a00aa524f08a72cacee69469 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:54:35 +0200 Subject: [PATCH 271/336] chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.12.0 (#1167) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 61781cf2f..8a373e91e 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -181,7 +181,7 @@ limitations under the License. maven-site-plugin - 3.11.0 + 3.12.0 From 244eb51d05833d19e3093f30281a4d0fae1cdab2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:54:45 +0200 Subject: [PATCH 272/336] chore(deps): update dependency org.mockito:mockito-core to v4.5.0 (#1166) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 8a373e91e..3e3ecb2ab 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -110,7 +110,7 @@ limitations under the License. org.mockito mockito-core - 4.4.0 + 4.5.0 test From a079b5dac8a9f07d8e89daf6f9313b1e58534ad7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:55:00 +0200 Subject: [PATCH 273/336] chore(deps): update dependency com.google.cloud.tools:appengine-maven-plugin to v2.4.2 (#1165) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 3e3ecb2ab..da2b907ce 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -124,7 +124,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 78a6272fa..64e1a9a10 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index bf487b10d..905bad8d5 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -137,7 +137,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 26d15a68d..76b6ade79 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 1f2376a97..7625e3176 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -128,7 +128,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 76f0546c1..cae55facb 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -142,7 +142,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f18ff3b56..7766d59d8 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0d9ae6c6d..fcd3d5799 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/gce/pom.xml b/gce/pom.xml index dda93be43..73068d64a 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -129,7 +129,7 @@ Copyright 2019 Google LLC com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index facaa3639..7edff3e4d 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -61,7 +61,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.4.1 + 2.4.2 myProjectId From 41c811fb27da3eea6a4eb4b888cb78f3dc3764b3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:55:25 +0200 Subject: [PATCH 274/336] fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.5.0 (#1164) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 7625e3176..7863b239d 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.4 + 1.5.0 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index cae55facb..878e6f1db 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.4 + 1.5.0 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 7766d59d8..873eb8534 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.4 + 1.5.0 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index fcd3d5799..f2019b28f 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.4.4 + 1.5.0 mysql From e1708abdc5c166015e5f8e440bee1d55f334a3a0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:55:38 +0200 Subject: [PATCH 275/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.9 (#1161) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 7edff3e4d..6b241d37b 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.8 + 11.0.9 From 6beefc802a0d2c707aa1d0433f67a5ab03bddab7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:55:50 +0200 Subject: [PATCH 276/336] chore(deps): update dependency gradle to v7.4.2 (#1159) --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 361276c14..935fe4d43 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index b74599248..fa6848d6e 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip From 88b2d9890ac1cca2b547e6db649b8c8b6275f640 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:56:03 +0200 Subject: [PATCH 277/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.2.1 (#1158) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 607059e03..fc6bd7270 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.2.0 + 3.2.1 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index be363c5f3..a6bde8222 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.2.0 + 3.2.1 gcr.io/${gcloud.appId}/bookshelf From 7f7fdbb72410cdbb12651548d49e95b23f735f30 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:56:17 +0200 Subject: [PATCH 278/336] fix(deps): update dependency com.google.api-client:google-api-client-appengine to v1.33.4 (#1157) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 7863b239d..55d6e7189 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.2 + 1.33.4 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 878e6f1db..377e9fb09 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.2 + 1.33.4 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 873eb8534..b62f3be2e 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.2 + 1.33.4 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index f2019b28f..44eb847bd 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.2 + 1.33.4 From 3a8bc8e4b529aa32698e247679a3ac807b21894b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:56:41 +0200 Subject: [PATCH 279/336] fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v2.6.5 (#1156) Co-authored-by: Emily Ball --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 905bad8d5..4dfb031ad 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.4 + 2.6.5 org.slf4j From 595831d9856ebd06070d44f9793ab4910bfff335 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 3 May 2022 19:57:03 +0200 Subject: [PATCH 280/336] chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 (#1152) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index da2b907ce..8dfe1211d 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -135,7 +135,7 @@ limitations under the License. maven-compiler-plugin - 3.10.0 + 3.10.1 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 64e1a9a10..49fdf96ac 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -111,7 +111,7 @@ limitations under the License. maven-compiler-plugin - 3.10.0 + 3.10.1 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 4dfb031ad..531034bb7 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -148,7 +148,7 @@ limitations under the License. maven-compiler-plugin - 3.10.0 + 3.10.1 ${java.version} ${java.version} diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 76b6ade79..b6f28394b 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -168,7 +168,7 @@ limitations under the License. maven-compiler-plugin - 3.10.0 + 3.10.1 1.8 1.8 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 55d6e7189..72b6c62f4 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -139,7 +139,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 377e9fb09..096f7fdbd 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -153,7 +153,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index b62f3be2e..8305833bf 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 44eb847bd..14dd6c48f 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 From 3354eb37c4f420e3ae7895a8498b1ab45fe9619b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 4 May 2022 18:31:26 +0200 Subject: [PATCH 281/336] chore(deps): update dependency com.google.cloud.tools:appengine-gradle-plugin to v2.4.3 (#1169) --- helloworld-jsp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index 4b7cf8eae..073572941 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -18,7 +18,7 @@ buildscript { // Configuration for building mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2' + classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.3' classpath 'org.akhikhl.gretty:gretty:+' } } From 9be60d9f72494d2d1dc2e4fcfd263e1de06db797 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 10 May 2022 22:42:30 +0200 Subject: [PATCH 282/336] fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.6.0 (#1170) Co-authored-by: Emily Ball --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 72b6c62f4..aa7e4972c 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.5.0 + 1.6.0 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 096f7fdbd..fdb540a99 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.5.0 + 1.6.0 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 8305833bf..f65f07670 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.5.0 + 1.6.0 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 14dd6c48f..d675ddf0f 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.5.0 + 1.6.0 mysql From 971424ea2f1e3ce0c2f6480b771c931f17ba2486 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 6 Jun 2022 18:09:36 +0200 Subject: [PATCH 283/336] chore(deps): update dependency com.google.cloud.tools:appengine-maven-plugin to v2.4.3 (#1173) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 8dfe1211d..eef01b23f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -124,7 +124,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 49fdf96ac..7cc9cf643 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 531034bb7..93218953c 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -137,7 +137,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index b6f28394b..6a0d56bfe 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index aa7e4972c..595cab239 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -128,7 +128,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index fdb540a99..6e9989c4d 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -142,7 +142,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f65f07670..852620f36 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index d675ddf0f..d1520a79b 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/gce/pom.xml b/gce/pom.xml index 73068d64a..2222471b3 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -129,7 +129,7 @@ Copyright 2019 Google LLC com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 6b241d37b..70ee632ff 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -61,7 +61,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.4.2 + 2.4.3 myProjectId From 3298269dac5a7e5576783f5262ed675e63b10638 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 14 Jun 2022 04:00:09 +0200 Subject: [PATCH 284/336] chore(deps): update dependency com.google.cloud.tools:appengine-gradle-plugin to v2.4.4 (#1172) Co-authored-by: Averi Kitsch --- helloworld-jsp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index 073572941..c869289cb 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -18,7 +18,7 @@ buildscript { // Configuration for building mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.3' + classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.4' classpath 'org.akhikhl.gretty:gretty:+' } } From 72d9d92a20586c0a4ed36a6fb45d66c33b4d26fb Mon Sep 17 00:00:00 2001 From: Sampath Kumar Date: Mon, 20 Jun 2022 15:24:42 +0200 Subject: [PATCH 285/336] docs: add Google Cloud Samples browser link to readme template (#1176) * docs: add Google Cloud Samples browser link to readme template Adding a generic Google Code Sample link to the readme template. This is for the benefit of the users, in navigating available Google Cloud code samples. * Update README.md Co-authored-by: Averi Kitsch Co-authored-by: Averi Kitsch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c67229fb..af884f1a3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Managed VMs on Google Cloud Platform use the [Java Servlets](http://www.oracle.c 1. [HelloWorld-jsp](helloworld-jsp) Java Server Pages based Hello World app 1. [Bookshelf](bookshelf) A full featured app that demonstrates Authentication and CRUD operations for [Cloud Datastore](https://cloud.google.com/datastore/docs/concepts/overview?hl=en) and [Cloud SQL](https://cloud.google.com/sql/docs/introduction). +## Google Cloud Samples + +To browse ready to use code samples check [Google Cloud samples](https://cloud.google.com/docs/samples). + ## Contributing changes * See [CONTRIBUTING.md](CONTRIBUTING.md) From ca9a2d6bb15169b9453944b6f9566c16032df0c4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 21 Jun 2022 15:59:27 +0200 Subject: [PATCH 286/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.10 (#1178) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 70ee632ff..02e6e0a53 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.9 + 11.0.10 From 056d9b3ca0db3189d2dc94e2a6442694b226278f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Jun 2022 17:53:44 +0200 Subject: [PATCH 287/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.11 (#1180) --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 02e6e0a53..070f0dad5 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.10 + 11.0.11 From 2817f7f4001897ba6bbc29fcda6a67216871c209 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 28 Jun 2022 19:45:51 +0200 Subject: [PATCH 288/336] fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory to v1.6.1 (#1174) Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Co-authored-by: Shubha Rajan --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 595cab239..6dd1ebe5f 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -58,7 +58,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.6.0 + 1.6.1 mysql diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 6e9989c4d..f7825ba09 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -60,7 +60,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.6.0 + 1.6.1 mysql diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 852620f36..4c48aecf7 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.6.0 + 1.6.1 mysql diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index d1520a79b..83aba012e 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -61,7 +61,7 @@ Copyright 2016 Google Inc. com.google.cloud.sql mysql-socket-factory - 1.6.0 + 1.6.1 mysql From f28699f3979a1beffdcf5305ca8adff5460b8e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:14:29 -0400 Subject: [PATCH 289/336] chore(deps): bump spring-boot-starter-web (#1185) Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.5...v2.6.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 93218953c..08d20a516 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.5 + 2.6.6 org.slf4j From 5ead74a867fb98cca0fcd249723b7f5bd66be37d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 4 Aug 2022 16:55:09 +0200 Subject: [PATCH 290/336] chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.12.1 (#1189) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index eef01b23f..530677437 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -181,7 +181,7 @@ limitations under the License. maven-site-plugin - 3.12.0 + 3.12.1 From a2073a7593d46f58625745719f87b00b428bd42a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 11 Aug 2022 20:55:37 +0200 Subject: [PATCH 291/336] fix(deps): update dependency com.google.cloud.tools:appengine-gradle-plugin to v2.4.5 (#1191) --- helloworld-jsp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index c869289cb..4f73d21d8 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -18,7 +18,7 @@ buildscript { // Configuration for building mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.4' + classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.5' classpath 'org.akhikhl.gretty:gretty:+' } } From 69ecda1b24b9f05a035445a7008faf5f9c67256d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 18 Aug 2022 20:53:57 +0200 Subject: [PATCH 292/336] chore(deps): update dependency com.google.cloud.tools:appengine-maven-plugin to v2.4.4 (#1190) Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- gce/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 530677437..d789c1843 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -124,7 +124,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 7cc9cf643..2535c43e7 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 08d20a516..1e5c3b014 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -137,7 +137,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 6a0d56bfe..54d0d4936 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 6dd1ebe5f..02e375224 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -128,7 +128,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f7825ba09..8b9bf398a 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -142,7 +142,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 4c48aecf7..fc3119047 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 83aba012e..cf4b44124 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -143,7 +143,7 @@ Copyright 2016 Google Inc. com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/gce/pom.xml b/gce/pom.xml index 2222471b3..2ba870a28 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -129,7 +129,7 @@ Copyright 2019 Google LLC com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 070f0dad5..b021dfef2 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -61,7 +61,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.4.3 + 2.4.4 myProjectId From 23568ae1339ee323f558b006b08478621086c3ae Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 25 Aug 2022 16:41:46 +0200 Subject: [PATCH 293/336] fix(deps): update dependency org.slf4j:slf4j-api to v2 (#1193) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 54d0d4936..fed7c6761 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 1.7.36 + 2.0.0 From c8ac7456342c33acaa22c28838d4b25a04691f48 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 1 Sep 2022 20:29:08 +0200 Subject: [PATCH 294/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.3.0 (#1194) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index fc6bd7270..366763dda 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.2.1 + 3.3.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a6bde8222..fa34752e1 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.2.1 + 3.3.0 gcr.io/${gcloud.appId}/bookshelf From d464f9fb2be9b8f45cec8155779bfdda280de3e1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 31 Oct 2022 19:32:44 +0100 Subject: [PATCH 295/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.3.1 (#1197) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 366763dda..7ad7ce624 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.0 + 3.3.1 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index fa34752e1..2e23528fd 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -118,7 +118,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.0 + 3.3.1 gcr.io/${gcloud.appId}/bookshelf From e0ca63ffabc9538dcf7dba88d1ccc52af5de683b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 9 Jan 2023 19:06:21 +0000 Subject: [PATCH 296/336] fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v1.6.0 [security] (#1200) --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 2535c43e7..beaf4086e 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -56,7 +56,7 @@ limitations under the License. org.jetbrains.kotlin kotlin-stdlib - 1.5.31 + 1.6.0 From e7281583767d11705ccec9fa37e216b58a713ce1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 13 Feb 2023 14:41:54 +0000 Subject: [PATCH 297/336] chore(deps): update dependency maven to v3.8.7 (#1202) --- .../.mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties index c31504370..d25f6ea3d 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip +distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip From d91038ca59a7a3348cfad2ff823fc7784b833d99 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 13 Feb 2023 17:58:11 +0000 Subject: [PATCH 298/336] chore(deps): update dependency gradle to v8 (#1204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | major | `7.4.2` -> `8.0` | --- ### Release Notes
gradle/gradle ### [`v7.5.1`](https://togithub.com/gradle/gradle/releases/tag/v7.5.1): 7.5.1 This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5 [Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Michael Bailey](https://togithub.com/yogurtearl), [Josh Kasten](https://togithub.com/jkasten2), [Marcono1234](https://togithub.com/Marcono1234), [mataha](https://togithub.com/mataha), [Lieven Vaneeckhaute](https://togithub.com/denshade), [kiwi-oss](https://togithub.com/kiwi-oss), [Stefan Neuhaus](https://togithub.com/stefanneuhaus), [George Thomas](https://togithub.com/smoothreggae), [Anja Papatola](https://togithub.com/apalopta), [Björn Kautler](https://togithub.com/Vampire), [David Burström](https://togithub.com/davidburstrom), [Vladimir Sitnikov](https://togithub.com/vlsi), [Roland Weisleder](https://togithub.com/rweisleder), [Konstantin Gribov](https://togithub.com/grossws), [David Op de Beeck](https://togithub.com/DavidOpDeBeeck), [aSemy](https://togithub.com/aSemy), [Rene Groeschke](https://togithub.com/breskeby), [Jonathan Leitschuh](https://togithub.com/JLLeitschuh), [Aurimas Liutikas](https://togithub.com/liutikas), [Jamie Tanna](https://togithub.com/jamietanna), [Xin Wang](https://togithub.com/scaventz), [Atsuto Yamashita](https://togithub.com/att55), [Taeik Lim](https://togithub.com/acktsap), [Peter Gafert](https://togithub.com/codecholeric), [Alex Landau](https://togithub.com/AlexLandau), [Jerry Wiltse](https://togithub.com/solvingj), [Tyler Burke](https://togithub.com/T-A-B), [Matthew Haughton](https://togithub.com/3flex), [Filip Daca](https://togithub.com/filip-daca), [Simão Gomes Viana](https://togithub.com/xdevs23), [Vaidotas Valuckas](https://togithub.com/rieske), [Edgars Jasmans](https://togithub.com/yasmans), [Tomasz Godzik](https://togithub.com/tgodzik), [Jeff](https://togithub.com/mathjeff), [Lajos Veres](https://togithub.com/vlajos) #### Upgrade instructions Switch your build to use Gradle 7.5.1 by updating your wrapper: `./gradlew wrapper --gradle-version=7.5.1` See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
--- ### 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**: Never, 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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- helloworld-jsp/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties index 935fe4d43..2a90bc2e9 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip diff --git a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties index fa6848d6e..5e7ee4595 100644 --- a/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties +++ b/helloworld-jsp/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip From 8714e59b63850ae4d485ccd05135a162be732dec Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Mar 2023 19:53:21 +0100 Subject: [PATCH 299/336] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#1207) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index d789c1843..673818bbd 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -176,7 +176,7 @@ limitations under the License. maven-surefire-plugin - 2.22.2 + 3.0.0 From 0857022d9e79d2f98fd8f90ff70530bd3bd694e1 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 3 Apr 2023 14:40:59 -0700 Subject: [PATCH 300/336] fix: update cloud run sample (#1208) --- bookshelf/1-cloud-run/README.md | 7 +- bookshelf/1-cloud-run/pom.xml | 32 ++++++--- .../src/main/webapp/WEB-INF/web.xml | 67 +++++++++++++++++++ 3 files changed, 93 insertions(+), 13 deletions(-) create mode 100644 bookshelf/1-cloud-run/src/main/webapp/WEB-INF/web.xml diff --git a/bookshelf/1-cloud-run/README.md b/bookshelf/1-cloud-run/README.md index 9d6cb2dfa..b79640be3 100644 --- a/bookshelf/1-cloud-run/README.md +++ b/bookshelf/1-cloud-run/README.md @@ -21,7 +21,7 @@ To run your project locally: Where is the bucket you created above. * Run with the Jetty Maven plugin: - mvn jetty:run-exploded + mvn jetty:run **Note**: If you run into an error about `Invalid Credentials`, you may have to run: @@ -36,10 +36,11 @@ To build your image: * Build and deploy to your GCR with [Jib][jib] Maven plugin. mvn clean package jib:build + * Deploy the app to Cloud Run: - gcloud beta run deploy bookshelf --image gcr.io//bookshelf \ - --platform managed --region us-central1 --memory 512M \ + gcloud run deploy bookshelf --image gcr.io//bookshelf \ + --region us-central1 --memory 512M \ --update-env-vars BOOKSHELF_BUCKET="" Where is the name of the project you created. diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 2e23528fd..1c0b3dbf0 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -41,29 +41,27 @@ Copyright 2019 Google LLC true true false - false - 11.0.9 + 10.0.9 javax.servlet javax.servlet-api - [4.0.1] - provided + 3.0.1 com.google.cloud google-cloud-firestore - 3.0.16 + 3.9.3 joda-time joda-time - 2.10.11 + 2.12.5 @@ -76,7 +74,7 @@ Copyright 2019 Google LLC io.opencensus opencensus-contrib-http-util - 0.29.0 + 0.31.1 @@ -88,13 +86,13 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.1.8 + 2.20.2 commons-fileupload commons-fileupload - 1.4 + 1.5 @@ -120,11 +118,25 @@ Copyright 2019 Google LLC jib-maven-plugin 3.3.1 + + jetty:10.0.9-jre11 + + + java,-jar,/usr/local/jetty/start.jar + gcr.io/${gcloud.appId}/bookshelf + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + + false + + - + \ No newline at end of file diff --git a/bookshelf/1-cloud-run/src/main/webapp/WEB-INF/web.xml b/bookshelf/1-cloud-run/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 000000000..16909eef9 --- /dev/null +++ b/bookshelf/1-cloud-run/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,67 @@ + + + + + + list + com.example.getstarted.basicactions.ListBookServlet + 1 + + + list + / + /books + + + + create + com.example.getstarted.basicactions.CreateBookServlet + + + create + /create + + + + update + com.example.getstarted.basicactions.UpdateBookServlet + + + update + /update + + + + read + com.example.getstarted.basicactions.ReadBookServlet + + + read + /read + + + + delete + com.example.getstarted.basicactions.DeleteBookServlet + + + delete + /delete + + + \ No newline at end of file From c4a3027d4b8d5fb898023ac9249c86af743a33f3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Apr 2023 18:57:01 +0200 Subject: [PATCH 301/336] fix(deps): update dependency javax.servlet:javax.servlet-api to v3.1.0 (#1210) --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 1c0b3dbf0..9a9200078 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -48,7 +48,7 @@ Copyright 2019 Google LLC javax.servlet javax.servlet-api - 3.0.1 + 3.1.0 From 95b83ffac8e503497fe3043830b9236f4d047a0e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Apr 2023 19:16:12 +0200 Subject: [PATCH 302/336] fix(deps): update dependency commons-fileupload:commons-fileupload to v1.5 [security] (#1205) 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 | |---|---|---|---|---|---| | [commons-fileupload:commons-fileupload](https://commons.apache.org/proper/commons-fileupload/) ([source](https://gitbox.apache.org/repos/asf?p=commons-fileupload.git)) | `1.4` -> `1.5` | [![age](https://badges.renovateapi.com/packages/maven/commons-fileupload:commons-fileupload/1.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/commons-fileupload:commons-fileupload/1.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/commons-fileupload:commons-fileupload/1.5/compatibility-slim/1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/commons-fileupload:commons-fileupload/1.5/confidence-slim/1.4)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2023-24998](https://nvd.nist.gov/vuln/detail/CVE-2023-24998) Apache Commons FileUpload before 1.5 does not limit the number of request parts to be processed resulting in the possibility of an attacker triggering a DoS with a malicious upload or series of uploads. --- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, check this box --- 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/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 8b9bf398a..8b59ad1a9 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -130,7 +130,7 @@ Copyright 2016 Google Inc. commons-fileupload commons-fileupload - 1.4 + 1.5 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index fc3119047..dbb689295 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -131,7 +131,7 @@ Copyright 2016 Google Inc. commons-fileupload commons-fileupload - 1.4 + 1.5 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index cf4b44124..a2df91627 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -131,7 +131,7 @@ Copyright 2016 Google Inc. commons-fileupload commons-fileupload - 1.4 + 1.5 From 68ff9c4683e120448b835640fc3dec110af0592a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 2 Jun 2023 18:52:15 +0200 Subject: [PATCH 303/336] chore(deps): update dependency com.google.truth:truth to v1.1.4 (#1214) --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index c3aaf5ef9..3192ff49b 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -43,7 +43,7 @@ dependencies { // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java testCompile 'junit:junit:4.13.2' - testCompile 'com.google.truth:truth:1.1.3' + testCompile 'com.google.truth:truth:1.1.4' testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'com.google.appengine:appengine-testing:+' diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 673818bbd..3175b194f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -97,7 +97,7 @@ limitations under the License. com.google.truth truth - 1.1.3 + 1.1.4 test From 662bc3bcfd8080c0905dacd2ac851f0811379e75 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 8 Jun 2023 19:52:56 +0200 Subject: [PATCH 304/336] fix(deps): update dependency commons-io:commons-io to v2.12.0 (#1216) Co-authored-by: Sita Lakshmi Sangameswaran --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 9a9200078..3b8014edb 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -98,7 +98,7 @@ Copyright 2019 Google LLC commons-io commons-io - 2.11.0 + 2.12.0 From ae8e9ba3097ad356dcc1ecf1889b9e4f799653ad Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:07:58 +0200 Subject: [PATCH 305/336] chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.3.1 (#1221) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 3175b194f..cac27a0c6 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -166,7 +166,7 @@ limitations under the License. maven-clean-plugin - 3.2.0 + 3.3.1 From 9c3724fee99e3d0c883539eb2e7a6d9776a72a3e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:09:39 +0200 Subject: [PATCH 306/336] chore(deps): update dependency org.apache.maven.plugins:maven-resources-plugin to v3.3.0 (#1188) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index cac27a0c6..abfdf352b 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -186,7 +186,7 @@ limitations under the License. maven-resources-plugin - 3.2.0 + 3.3.0 From 1669136b1437002226138a6e7589908b8d37bef5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:01 +0200 Subject: [PATCH 307/336] chore(deps): update dependency com.google.truth:truth to v1.1.5 (#1220) --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index 3192ff49b..a657a233f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -43,7 +43,7 @@ dependencies { // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java testCompile 'junit:junit:4.13.2' - testCompile 'com.google.truth:truth:1.1.4' + testCompile 'com.google.truth:truth:1.1.5' testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'com.google.appengine:appengine-testing:+' diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index abfdf352b..c6078093c 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -97,7 +97,7 @@ limitations under the License. com.google.truth truth - 1.1.4 + 1.1.5 test From b1b713d7cf2091e1496578ffbbf99e7b982d6c33 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:14 +0200 Subject: [PATCH 308/336] chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3 (#1186) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index c6078093c..c5881de87 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -191,7 +191,7 @@ limitations under the License. maven-deploy-plugin - 2.8.2 + 3.0.0 From fcbbb703c28d3e51c79b2e9a3c11bd65119b1f60 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:21 +0200 Subject: [PATCH 309/336] chore(deps): update dependency org.apache.maven.plugins:maven-war-plugin to v3.3.2 (#1218) --- bookshelf/1-cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 3b8014edb..04660b806 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -132,7 +132,7 @@ Copyright 2019 Google LLC org.apache.maven.plugins maven-war-plugin - 3.3.1 + 3.3.2 false From 4b01769ee93eaae89b91809209287e28a04ab7a6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:29 +0200 Subject: [PATCH 310/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v11.0.12 (#1196) Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> --- helloworld-jsp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index b021dfef2..4fd4981ad 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.11 + 11.0.12 From 1c41de91fce10771e6fe4466a70ec98f13ff670e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:36 +0200 Subject: [PATCH 311/336] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.1.0 (#1215) Co-authored-by: Sita Lakshmi Sangameswaran --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index c5881de87..62d56424c 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -176,7 +176,7 @@ limitations under the License. maven-surefire-plugin - 3.0.0 + 3.1.0 From 084d01e7c226727ccb97945247a505943424893f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 19:10:42 +0200 Subject: [PATCH 312/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.3.2 (#1213) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 7ad7ce624..9ad606921 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.1 + 3.3.2 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 04660b806..0b9199694 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -116,7 +116,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.1 + 3.3.2 jetty:10.0.9-jre11 From 005dad42c5980f36d6145810fb2033380e36378d Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 28 Jun 2023 13:26:47 -0700 Subject: [PATCH 313/336] fix: kokoro run diff (#1224) --- .kokoro/tests/run_tests.sh | 3 +++ appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.kokoro/tests/run_tests.sh b/.kokoro/tests/run_tests.sh index 2180820bf..872387811 100755 --- a/.kokoro/tests/run_tests.sh +++ b/.kokoro/tests/run_tests.sh @@ -78,6 +78,9 @@ set +e # Use RTN to return a non-zero value if the test fails. RTN=0 ROOT=$(pwd) + +git config --global --add safe.directory $PWD + # Find all POMs in the repository (may break on whitespace). for file in **/pom.xml; do cd "$ROOT" diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 62d56424c..67475bb18 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -127,7 +127,7 @@ limitations under the License. 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG 1 From acde051cf6e1060bfa5adb3a882dd36da518c1a3 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 28 Jun 2023 13:27:00 -0700 Subject: [PATCH 314/336] fix: remove JAR for security (#1222) --- .../.mvn/wrapper/maven-wrapper.jar | Bin 49519 -> 0 bytes .../.mvn/wrapper/maven-wrapper.properties | 1 - .../helloworld-gae-javasdk-tools/mvnw | 236 ------------------ .../helloworld-gae-javasdk-tools/mvnw.cmd | 146 ----------- .../helloworld-gae-javasdk-tools/pom.xml | 16 +- 5 files changed, 8 insertions(+), 391 deletions(-) delete mode 100644 appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.jar delete mode 100644 appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties delete mode 100755 appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw delete mode 100644 appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw.cmd diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.jar b/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.jar deleted file mode 100644 index c6feb8bb6f76f2553e266ff8bf8867105154237e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 49519 zcmb@tV|1n6wzeBvGe*U>ZQHh;%-Bg)Y}={WHY%yuwkkF%MnzxVwRUS~wY|@J_gP;% z^VfXZ{5793?z><89(^dufT2xlYVOQnYG>@?lA@vQF|UF0&X7tk8BUf?wq2J& zZe&>>paKUg4@;fwk0yeUPvM$yk)=f>TSFFB^a8f|_@mbE#MaBnd5qf6;hXq}c%IeK zn7gB0Kldbedq-vl@2wxJi{$%lufroKUjQLSFmt|<;M8~<5otM5ur#Dgc@ivmwRiYZW(Oco7kb8DWmo|a{coqYMU2raB9r6e9viK6MI3c&%jp05-Tf*O#6@8Ra=egYy01 z-V!G;_omANEvU-8!*>*)lWka9M<+IkNsrsenbXOfLc6qrYe`;lpst;vfs*70$z9UM zq%L>pFCOr$X*|9&3L2h;?VA9-IU*iR6FiGlJ=b~DzE5s^thxXUs4%~*zD#K&k>wZAU8 zpaa!M+Z-zjkfGK15N!&o<3=cgbZV7%ex@j^)Q9V`q^i;Fsbkbe6eHJ;dx{QbdCCs1 zdxq^WxoPsr`eiK3D0Ep}k$ank-0G&+lY!ZHDZBYEx%% z2FyE?Lb0cflLB)kDIj;G=m`^UO<4h(RWdF-DT>p{1J5J90!K!AgC0)?jxPbm$KUjg zJED+#7xQmAmr`(S%BQTV-c97As~r3zD$E;3S)@}p5udA@m6pLgRL5h-;m>LvCq?&Q zokC7Vnk-zBEaa;=Y;6(LJHS>mOJV&%0YfRdUOqbKZy~b z(905jIW0Pg;y`Yv2t+RnDvL4yGEUX*tK)JT6TWn4ik~L)fX#tAV!d8)+A)qWtSjcr z7s|f%f;*%XW!jiRvv9ayj@f&dc|1tKDc{O3BWcLGsn-OYyXRLXEOEwP4k?c`nIut0 z?4S;eO@EoynmkxHq>QpDL1q^wOQxrl))2qya?dk05^5hK? z{P6;WKHUaHw9B0dd&|xw&CYN2fVrn};Gq<=Z^QZk3e~HzzY~JrnPCs0XwMp#B<9Gm zw0?7h#4EY%O-ub6mi&O2vcpIkuM?st;RtEpKSz^Xr#3WHhpsZd!gh|_jGQ`KA30T- zKlz9vgB;pY^}Uh??nQKSzk>2&J+Qi*r3DeX4^$%2ag9^x_YckA-f9p_;8ulh(8j9~ zes{O#{v!m%n^el(VryTF-C%xfJJ$rZj)|Y|8o&))q9CEwg2;Wz&xzyHD=@T_B%b}C z=8G^*4*J4#jUJn{7-3^U(_uUp6E8+GDt#le)nya-Q4kL5ZGiFxT4bF+mX`whcif*? z>CL&Ryn3HHT^^QmWYr<}Q1_Jj7fOh}cS8r+^R#at-CnNl3!1_$96&7nR}gh}))7a0J&z-_eI))+{RCt)r8|7|sV9o01^9nv?aePxMqwPP!x|sNmnn&6{K$K*mVX9lxSAmcqAV1(hKA-=coeTb*otxTOGYXsh zW$31^q7L@<#y~SUYoNKP1JK?4|FQNQb$i8mCG@WhX9i_^;@M2f#!nq7_K*M!4lGz1 z5tfADkO7BZDLgVQ?k7C)f;$eqjHI&zgxhf}x$8^ZEwFfm-qY=+M+fbS)9r8fFE5H9 zv{WPU35cR8%z;(W%5<>y+E&v84J4^Y##N!$B++RI`CZ1i3IW9Nau=*pSxW&^Ov-F> zex=&9XYLVcm1Y?am>2VC`%gMev9$#~; zYwxYvMfeKFsd!OBB@eOb2QNHFcsfKm;&z{OVEUiYmQ}~L@>$Ms@|Ptf3jQO-=Q;1+ zFCw+p+Z3lK_FmIAYnk2V;o915cDM}%Ht5RH%w}P>Yg9{h1mZ}~R6tUII4X7i4-2i% z2Uiw3_uHR!d~5(s;p6btI@-xhAkRg9K|n#}PNT9Dw9P>z$3>30lP1(=mcQ|tpyv3@ ze1qU!69OAx4s7$8r7Y-#5I`m!BXq`f!6C(BtUlG-oq+liqMCS_D@0nSFc%y+N6_Zh zi%L3LhF3zZP{d1)L&SXxPD(fp@T@J;jZeNaf$zl>vAh7=tI z2;wS^QyRdZm~)Ur&!af;8eB8*7(F96K^=WbC$)#TWvB~Awo5AtPf8Il4snD}Xsqd< z>cH+gcg72nTg5tl>oFbwdT{BDyy1=f=4~h~L$)UX;FXa;NdSlyF{(YLrx&VDp`pQI zh3pQtC=d8i1V6yUmFon*LQsNYWen?eO-gSZ4cvYcdEd0klSxcBYw+|5AyCv6TT96h z{7Yh9`h}biU?3oBFn=d8>Hn`1Q*w6rgeX^QbC-WFwjY}Int0;qUny4WMjIee@#0%l z>YAWLVCNo1lp$>9L$Tx`t!dp?>5Pfbhc*!*wzfWkj_x`Q?`3Jc@9r8uq~dgb+lgeh zlA`eUal3e2ZnWQSSYB>qy#85^>j7!=uO-hG5*erp22NaC81#Ytioc>r?D9$b_JiC+ zSp)8KR$%}FjFNRkeE#c5vKbXNJDBoO< z)73Jt7Y|3v45efud1xkg2GO3OwYfsuBV`f6S_D>Aoh2%=`1Y$bHP>0kBvTSowX57H z&1nbbx=IT>X^ScKYL&&{LNq~^UNgR|at`D;SxTYpLvnj_F*bGgNV2tEl1k$ccA&NW zmX(LV*>Op)BOgoric(98mIU)$eUa&jM5bKlnOrHm$p^v@u;W0J)!@XWg+#X=9En(-tiw!l?65rD=zzl(+%<)bI{ZN;SRco{jO;>7 zlSY|TIxuN|d#YHx^^~>iYj2V>cC>wQwWzGVI!6#epjJ6tl_`7tDY17WMKMB@s*Jr& zXOs*@>EwQ6s>M13eZEBJ#q0|;8jao{wK4keesH9?$OSk~_3#*x`8fAzQa7fprQ6(Z zi$}B%m81y*S)RxaX;wW!5{{EDw8)IE3XDRO1Y^%TMr}c|Y>WBAKT=b*K&uMT(?JSl zO>gVtl_bKQ$??TeWr7wYO+Vbl?CTQj?JrW&td`|#@;R2Gca9jq^p`{@)KY97o3}Af zfTh{pUUWD;P7sq=I!lA6;*hq0Nq`F56T)x$K?BMOk}tptYw(%$?*otp2N6IF3#GgqM46Cda!qzvGZcMgcGV`bY5ZIfOB6^;US#WgRai zq#vS8ZqPY953|eFw<-p2Cakx|z#_{4pG}mk{EANI{PnK*CUslvS8whko=OTe13|It z>{O2p=mmanR2-n>LQHaMo}noWCmjFO@7^z~`Y{V>O`@rT{yBS=VXsb}*Pi_zDqM3? zjCZqWR}fEzAkms+Hiq8~qRAFvo}dVW{1gcZ?v&PdX?UG*yS}zT9g7nZ!F1WRH}sHA zJ4~B2Br~8?uhbaX!3g+7=3fVM)q^wEzv**rk5e34==NRCV z3G$G5B!DICFslm)c){oesa_0muLxGoq`xYVNURl*NhE#v2>y9vDz&vJwrB`Q>DhN# zY2GnY!Y^8E%PU0}haXL$8a5QN1-&7NWuC~{62j| z2ozmFyx8GpOzj?&KK1JF28;E8H_p4N^LMm9K0y}!lCxcK79eFGTtGm?7jy?t94Q@X zli|our1#|>f*68fyA0bSn=YisYSl8HB(dFN4Y$qb7p4DR0YQt=^eEMnJkgiM48$>QV6x5*^a|D|t zMPDk}u<^YEYrt|H&hy)DRk%rDIb{LTo;h7=fp^J9Lr&`{9`8_pS*tQ_$KXB$2#5{h z-&yPbN-zInq{7aYZuaItS8-2Mb4OQe2jD*&)0~898E|HlAq`o!M&It@vvnj z_y@))>~_oR%S8OfmFTGYIat^#8_YKMqWLac<^}RZFDcJqvSJa>&6HaLS7p-$)QyL= zHrO|t75`d41Bp37RZtKR%g^%o@9C5Ce=CjuvVQ-KI#Uw2WWa>cho;jztUt~Le*_pT zkfA2iif9QFp;vhd)|A?tdAQ?9o~?EqgL;=)eKFQ{E^u?OIP}fl^5A;$^ZVutCIqj5 z&*i+G?!Px|5~~6zTYf>~uw*kM`5p&Hju&#w!7^An3*mQwTK22wC7p^OsvMjWf`$MY zLX|ZFV#+>Uq2!QyRD9cgbI9nswteMAMWtK(_=d%r?TLrx?_rkjbjI(rbK#T9Gn}J| z5ajow3ZErpw+%}YfVL-q^{r~##xJ^_ux2yO1!LJZXg)>F70STV=&Ruwp&XP^_?$h0 zn>$a?!>N+Kt$UXzg`e+szB}*uw)Z$uL6?>*!0IrE)SgV~#a?Qgg7HuTsu3ncrcs|l z=sQSMtr}S!sQ4SriKg=M`1Y|bC`XJ+J(YT)op!Q);kj0_e)YNVNw8SI|1f%9%X?i5>$lLE(Wfc$wY?(O985d5e*)UPtF!7gG3(Kd z-^=-%-wWCEK`r4oFh^{|;Ci%W^P>K%9dBNDqi%c$Q{iY#(zbwN7~pQI=SHd%WuV7Z zO?0P;Zc6yeN;)IbJIP0=>W)EgE!76jM^?IyQ*D(T})1NGmP z~YAb6T^#R6;)Ls;cV~LWk z33lcLpbSjxStw9Z>Nv&+rPOXxCGB=?ttZs?{OF7;GYlV&w7-82POb$XrogqFpLA2`j&MLZXr=IG>PAFSb2np~x;E_kV{ zsDwbK$?iYRn7$;mHYZhQn6P2#_hXAHd?;q~!Zy}%;@%wT3u|Sa-!WxxOE_fwyFv*Db@>X;Rl+fK1oP?55*dN0#2%SuikZ)y7Kx>`8*9d?}5 zKvXF7J5&Ey6{A8qUFxrFOh<$xdSWV^dw7z|`7RVZJhAwO72V zRrM_3*wI`^ycl7~>6KaCYBr#WGR>}B)Q(V%&$MhVrU>u~ql zjGeZF&>=_ld$oY!V}5}Gb> z*iP38KOav9RHY)0uITwgz99w- zJX-0BGCdY*$c7pi@>@-`2>#>}c(DHaI62ntpKz z`c01Z#u7WuMZ71!jl7hv5|o61+uv5nG?*dffEL~328P5HlKh2&RQ;9X@f>c1x<>v= zZWNSz3Ii~oyAsKCmbd}|$2%ZN&3gc9>(NV=Z4Fnz2F@)PPbx1wwVMsUn=-G=cqE3# zjY{G4OI~2o$|*iuswTg1=hcZK$C=0^rOt-aOwXuxU=*uT?yF00)6sE}ZAZyy*$ZTH zk!P*xILX#5RygHy{k?2((&pRQv9_Ew+wZ>KPho_o1-{~I*s1h8 zBse@ONdkk-8EG?r5qof}lwTxdmmEN|%qw(STW|PFsw1LD!h_Vjo;C4?@h|da4Y;*; zvApQ=T&=jWU39Uz=_yN@Bn0{{)yn8RZ2&X!<*KBv-7tcWdkF1Ij8D0mU zwbcs}0vDaLGd@xx%S_QZ1H)GTt`~>+#z}HXJTl9S!sd9seVJc|_wUMSdD$>k`K_RG zlq(fsnR@KM^;C}}&vG2t+}_nGPuI5ovg$6TYeMPIREGxP@2r~RKd@>gV`mq0XENsh z%IRZ-ZNP+4#J`o-yRpP;w@;CrSr3wiix3e9Qc|s(WapRq950P->g|JYC$A)$YrGeH zz5dKlAHAPJ>%?llqqB&#+#VU3sp=9>Xms1J;tSYN>LMwNtU68yr!})K4X>%^IrIDp z>SHy&6fJHybwS^BW>okFeaQp6wxaVP`hy;ZX#e+=w3c?PGD&_LmeqL8oZ*YaM1+#S z5WNAKo4+99JW(+qcMjh;+c%R#R?t;(aQ`2`C=bo((ERzgAwKKazXy*0wHN;v;P|f> zBW&?`h#_I^?Bc5GX7XP@|MOiw%&-#?EQ|w+FdCl_&qPN&s$|Z17UCF9oXS#N z)px6>zm&}0osTnCGI;AXsj`q=LpIsW4x}q~70uey5N_NpdJ*Gv^@$g@f2{EB>LP7Y zE5P`jZh1vHNgk7LfMT({jLCjRZa4ubW;UA#%<@Zj?efrPdm{W3J5UEFgm`YkVqz;AMFetZuM5uQpvORb1GDX`WZGwTrF z46+&sAri5QXCfGYpdgonWR5`>ZEa;?jrKvfNvXF<&l)1uU-3q#4X16R2~?P0yg3H` zfw82QWZo^cac+%(g^_6`+2>~Fvy{pOCGnj86+=-!N`GPWAjus1ejhn6f4|mDkU6EE z&u~;xfdRMkj=h;4d~~+4(>L8weT3cz9e@E11EH!tX<IC!@kS+dsIQA`HQ2vdoS zzSD0U?mb1M0@qXu{yhZk2Y6}2B-AvvYg|tRr6z*_*2l*VLiR6G;M{O^Znq~LI%=I_ zCEU{htx&Bo+69G`p|A@R>KlY1*;;!{aWq?Pc0Cu!mT-0S`!>3<@s%Ri;utYNQ+CXDj+LC5<*$4*$-mogGg^S~3JRv{ry zPJzKJg!XKb>P}yJVc^1V@T&MV{z;@DLhvV{dG?RogCcPkROivliSr58>5Zw&&A2?n z9`JOLU;eQGaOr6GB(u{t3!+$NaLge$x#M&*sg!J;m~rRc)Ij5|?KX_4WiM-eE%t8e zqUM7eZ~ZonavR;K4g2t$4Fj=UVyEHM7LPb%8#0?Ks{~?!qhx9)2^>rg8{0npLtFKR zJB)19TFiD^T7IUXA8wt!@n5gj&@OK~EO}MR6^qd?^-?%-0~b2K9RWh+_mSEQQWsLCFOt#JlAQMgNxvv-m z;sF*r;WZ*Wi@I|6pMN+|_rLYKlWwvpKZY9rA;fo8l8hFQGI?4#kt1-r4UL;nPF@{~ z2T~a@2>yD|GuU55boxoIIe_BFo2Vq&rs&2itv|B>OC*bIeOqMBRw~y5KRMwiVHc)` zIBdliiY?Ai7*+k#NZf3MW5!hya~RZ6r7k)b?HF0e(n`ZX=iCpT7St`FDwL@SGgKlq zNnnU*3IcnYDzJg{7V$cb`xeb4(s(({&%f69XMTw-JQErS%?X_}?&y&tvHw@>1v{#R z4J@(=el^kRI+jGa;4)l#v%-jM^$~0ulxh6-{w*4Lsa>Tuc z>ElR3uM~GUChI)c{TW${73A3$vs<&iH;e?4HjW2MvSz9tp9@69+`_@x{Qte^eFo5IlAi&zw$=t6u8K%8JtjRI88PFNM7R>DaCO3rgngmk zI-RMOyt@kr-gVra=tl^@J#tI7M$dird(?aU!`&1xcm~2;dHN(RCxh4H((f|orQ!BS zu;(3Vn+^doXaqlhnjBJj-)w?5{;EEZTMx+?G>Rp4U^g<_yw_blAkdbj=5YrNhZB9@ zNmW=-!yFx5?5aF^+6*1XI|s3lIn_eyh`uv%?liNzSC#z&z^R(mqEYL@TdWzgkf>g1 zedzs*={eJavn{8vF%4nf@et<@wkOPR>NiVuYtESbFXQ;sDz_;|ITVeoW|me5>jN5P z5--{13JT{3ktkAf9M;Jty)yectg#{+9sK{C;2CvPU81tB3{8S5>hK{EXdVe?fR?sd8m`V zPM*$)g$HKp0~9Xf6#z!YJ&g!%VkCMxkt>ofE!62?#-&%|95^)JJ9 zk;GlJdoH0HwtDF(_aTv}mt$?EyRyE6@pm5DG~Gj-2%3HcZT13e)$)z99bdK_WCx|Q zQNza(R)Z>ZKTn8oIdcw%c^pFaMpFZ4HOds!BODgSBWJJYW3I_WJvoEm4xsfs%#LZ6 zdPCk{5XJ>2f7Hj-i*9lTW6BKCIuy)3L!b3(uPoSgW1WA+OEYYBRgSsJq7wjHh%c8ymMs3FU%~cprqL*084p*^T3{J%Gwq`jB30n(&y6- zII8-_r-s5&CVtsoNZ9%On?7yn;oZG03-$wx^uRk9>b*ufh15|HHk|%=MA^ioyb9CYU$7y$4R|M5HvpiCTxKSU`LUg$+ zB3IBl&{qO}agqF~BFM6&11wMeR-#Rkuh_(^j+P4{;X_w|siva$5P`dykyhfAUD%e8 z+{G0|7(Q`_U91sMKFO^rHoCWfXi0$^ev)-187G}klYv@+Rf%uZ&T4-Uhh=)pcU6O1 znXc^c5)!$X+39|4`yNHuCj0wkm+K1VN0G3_EL?-ZH$p5Y*v6ec4MV zS~1~}ZUhl&i^4`Fa|zyH4I%rXp;D6{&@*^TPEX2;4aI$}H@*ROEyFfe^RZI%;T>X> z>WVSUmx@2gGBxkV&nfyPK=JI$HxRKUv(-*xA_C;lDxT|PgX*&YYdkrd5-*3E1OSXBs>35DLsHHp%zm+n0N(Yu{lMo>_t&d1Xy zfCxl=(CNNx>ze+7w)60mp>(M``Qn$aUrVb$cJAb6=Do7VgW`Qn2;v5{9tB)jP$_mB zn{Hb_sMs4yxK|!`PI7+zO68}{Iv)dpu!+ZZl)xuoVU(oFsm<3gT{j2c*ORl|Lt+?dR^M?0 znW6rNA)cR*ci;z?BaG(f(XynY_y+kTjj~T$9{N{>ITQ4-DmZ6{cOkoea9*LpYL{Apo0hSpLqJu z9`tjP&ei;%pn9QY>-$9=<73M#X;qGb+%Bt0x>=u`eDtthI+LWB9CdAO=ulZo9&Ohs2X8GW>b7#&U|py28KTvPBl#Nqv^{AgkVXrOyS z@%3)}$I&mJOYWoG$BBb)Kb~0ptDmBxHNH^i6B8FA7NR2HfTnjP?eDnoY4NS_aYg4P zGGPw11sAf^^fTkY#j@T#6Ll*^GVaPo-1;aS6_a}{r{tWZilzse2m zc?LS=B|EWxCD|!O%|%t3C@Rd7=rKJRsteAWRoDu|*Kx-QwYZQeYpGrZ_1J%mFM;*S*u=0 z%1OC9>kmCGqBBu#-1jVPRVW*BTv%3uPI8fO?JOZD#P_W^V+K7&KVB>hzZ@PdY*%Ezo;}|5Mk`Mo2m*_K%no*jDJGp(s9j;&U`Z>z zO#SEe)k!p$VE-j2xDoX$!;Up5%8x$c`GH$l+gTA*YQaE0jwCOA<*__2NkV){z_u2=4NQ zSk$(oj$%ygio?3V8T3IyGMYvPs`t{im2IoHs7or+>>MYvG%Q?PwOLqe%73uGh6Wn; zo>e7qI$9?%cVVkvQLOLKcU5n*`~qn8pzkdu=Z4#2VnhUy>S*;kT=NqA!dQtnE?wVg zOKobxJ|QCjk`!(2*~5NQx{{=Lr=)ndyn{V|&PxUa=xQXVU?#M24F8H%C*uvs(#Va0 zSkp}0EFYq0#9xp&$O?gIInc#^^_6Ol88W%)S5A@HeE0(SR&!Yl>u=*5JEoUViDR@2 zJBjTsp=Y44W`Nb2+*CcZCkwP(QChX1s)b09DEIZCKt1$q2~;&DJ9!{bQ1Y6&T_9u1 zZM8^im8Wf#FUO6tZqc7#`z0cN_JA>#U_b7he%?cCnlV2&47y5Fc)Z7bp5xGe1zNq9 zl1VaV-tsm3fY=oIX^SPl!P;9$o?**0brq#ShM~3CXhh^SK0oOKB9O>;q3G@ z&4&h$mLSgohc^5IC|H>IGfZvVQFUT>T$|U7{znY`56<5d)07oiv*2R0+-BGPPkWJ! zIOzKF+<5o2YLWP|SGCx8w@<>u6K1o`++xJ+6kaJrt<&0Haq zyUccgxI$sR07Vo9-pF);heBva;?&NcAzC*gSSG9B3c?A;IH9J zl$j%F4*8;F0;H2Cjo*kWz4{kSh?nX}23&&KL+U(#nOAuR`wn@uwUNkWEgb*ZShKPy z`aXTJT4f*Um4`iv2KOfzf-~`#pOfH8>is*xnLBDTyx2Xuc8Y2Od6z((P2AZK@b_96 z#0V6jdw>sEDJ#uNGV|EshD1g&bYZCzCZTZ)286HLHc8Eyy_HPi;d#%;Wx}d6tUUxq z_VB$+898z_{9-A<*v6VI7?(dC04o!8$>DQ$OdbrA_@<6auiBNp{Dw$Hs@@gcybIQT zAU7Pc5YEX&&9IZ~iDo&V`&8K$-4o$)g?wF8xdv1I8-n}1bc7tviIBqt z#iIl1Hn;W?>2&#bU#VZ1wxq(7z=Q15#0yoz)#|r`KSPKI-{aN%l61^?B4RMDt?Vk` z)G#K6vUN?C!t{Q<@O4$0(qI>$U@@TI2FVF;AhSSb5}LtXx&=k&8%MWM3wv;Xq0p~W z#ZX;QFv5G9-i6=+d;R7Dwi)ciIZ1_V!aw;K^etau+g0fOA2HXpV#LQZGzf?h#@}(o z|3w!sZ|&mp$;tmDiO=zef5C|Alz+@@4u5#yZ7yNpP=&`432%a{K#{;nsS!jwk-$Qs zZRty}+N`Y~)c8|$&ra{bOQWM2K7qa}4Y{ndK%dKp&{ zFCvX{PAy_C{xzS_-`0>JlPP7&5!5 zBQ$NQz^z#2y-VeIxnfY|RzU`w+1t6vwQ|wM)LlpuaUzYehGII;>2DYyR|~wC@l97s zgX=f*1qtfDyco%BHmN+o<2qoi`D67R+RM$$NN5-moE4kx3MCFfuip*45nComOZKQf z3!(8tkSdhY5+A%@Y=eVEZkXU3S6B2V-R$ZuRIXWhsrJg3g)p4vXY@RV60bKuG zT6T!enE<;(A{*HPQhae*(@_!maV~AWD4EOwq10tkCXq+HPoe_Pu?d4Kg=2ypcs?&f zLa>mEmPF4ucJ%i~fEsNIa{QmQU27%Abh|w(`q)s~He5$5WYQ_wNJX6Qop<=7;I1jd zNZak`}0lVm+^O!i;|Lwo}ofXuJ)*UtH4xaPm*R7?YS*<&D__=@Kki>{f_Z-XqM;Tj195+~@d;rx zh5pj8oMuupWa#E(%85**I~1Zat-Sa^_R11-CiKdd`8m(DGuzOm9lX$Dd!DX!_Al}d zS!-|}dWG80S;`jSKDH%Uv;-OJNeBI0Bp$z->{_>1KU%h&Af7nns(L=xRN1 zLvOP=*UWIr)_5G2+fCsUV7mV|D>-~_VnvZ3_>=9 z_bL6`eK%W*9eJ34&Puz^@^ZIyoF@%DTun#OOEdUEn8>N9q(}?5*?`o?!_<(i%yc`k zf!xXD6SQscHgPgiHt>x6{n{+}%azrfV4VHi#umyi0;11c816`E??2`$;Rc`)qA2H( z5L|{o=ut7Te=^~@cR0_#cah0?w0Me$&>}ga8xxy=?DDl#}S~Y z4o2n`%IyGjQEP%8qS|v(kFK&RCJbF1gsRVJ>ceSjU`LuYJu%C>SRV#l`)ShD&KKzv ztD<9l0lcW0UQ8xjv|1NXRrCZhZh3JFX_BNT@V|u9$o~8M=cjOX|5iBS|9PAGPvQLc z6sA~BTM(~!c&V=5<}ZIx}O7A;|&bd7vR_y)t+ z?Vm7kb^gJ88g;!fRfMTSvKaPozQz4WcYD8l#0WxQ${P%0A$pwhjXzyA0ZzErH{1@M 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 diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties b/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties deleted file mode 100644 index d25f6ea3d..000000000 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/.mvn/wrapper/maven-wrapper.properties +++ /dev/null @@ -1 +0,0 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw b/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw deleted file mode 100755 index 6ecc150ae..000000000 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw +++ /dev/null @@ -1,236 +0,0 @@ -#!/bin/sh -# ---------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# ---------------------------------------------------------------------------- - -# ---------------------------------------------------------------------------- -# Maven2 Start Up Batch script -# -# Required ENV vars: -# ------------------ -# JAVA_HOME - location of a JDK home dir -# -# Optional ENV vars -# ----------------- -# M2_HOME - location of maven2's installed home dir -# MAVEN_OPTS - parameters passed to the Java VM when running Maven -# e.g. to debug Maven itself, use -# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -# MAVEN_SKIP_RC - flag to disable loading of mavenrc files -# ---------------------------------------------------------------------------- - -if [ -z "$MAVEN_SKIP_RC" ] ; then - - if [ -f /etc/mavenrc ] ; then - . /etc/mavenrc - fi - - if [ -f "$HOME/.mavenrc" ] ; then - . "$HOME/.mavenrc" - fi - -fi - -# OS specific support. $var _must_ be set to either true or false. -cygwin=false; -darwin=false; -mingw=false -case "`uname`" in - CYGWIN*) cygwin=true ;; - MINGW*) mingw=true;; - Darwin*) darwin=true - # - # Look for the Apple JDKs first to preserve the existing behaviour, and then look - # for the new JDKs provided by Oracle. - # - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then - # - # Apple JDKs - # - export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then - # - # Oracle JDKs - # - export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home - fi - - if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then - # - # Apple JDKs - # - export JAVA_HOME=`/usr/libexec/java_home` - fi - ;; -esac - -if [ -z "$JAVA_HOME" ] ; then - if [ -r /etc/gentoo-release ] ; then - JAVA_HOME=`java-config --jre-home` - fi -fi - -if [ -z "$M2_HOME" ] ; then - ## resolve links - $0 may be a link to maven's home - PRG="$0" - - # need this for relative symlinks - while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG="`dirname "$PRG"`/$link" - fi - done - - saveddir=`pwd` - - M2_HOME=`dirname "$PRG"`/.. - - # make it fully qualified - M2_HOME=`cd "$M2_HOME" && pwd` - - cd "$saveddir" - # echo Using m2 at $M2_HOME -fi - -# For Cygwin, ensure paths are in UNIX format before anything is touched -if $cygwin ; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --unix "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --unix "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --unix "$CLASSPATH"` -fi - -# For Migwn, ensure paths are in UNIX format before anything is touched -if $mingw ; then - [ -n "$M2_HOME" ] && - M2_HOME="`(cd "$M2_HOME"; pwd)`" - [ -n "$JAVA_HOME" ] && - JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" - # TODO classpath? -fi - -if [ -z "$JAVA_HOME" ]; then - javaExecutable="`which javac`" - if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then - # readlink(1) is not available as standard on Solaris 10. - readLink=`which readlink` - if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then - if $darwin ; then - javaHome="`dirname \"$javaExecutable\"`" - javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" - else - javaExecutable="`readlink -f \"$javaExecutable\"`" - fi - javaHome="`dirname \"$javaExecutable\"`" - javaHome=`expr "$javaHome" : '\(.*\)/bin'` - JAVA_HOME="$javaHome" - export JAVA_HOME - fi - fi -fi - -if [ -z "$JAVACMD" ] ; then - if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - else - JAVACMD="`which java`" - fi -fi - -if [ ! -x "$JAVACMD" ] ; then - echo "Error: JAVA_HOME is not defined correctly." >&2 - echo " We cannot execute $JAVACMD" >&2 - exit 1 -fi - -if [ -z "$JAVA_HOME" ] ; then - echo "Warning: JAVA_HOME environment variable is not set." -fi - -CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher - -# traverses directory structure from process work directory to filesystem root -# first directory with .mvn subdirectory is considered project base directory -find_maven_basedir() { - local basedir=$(pwd) - local wdir=$(pwd) - while [ "$wdir" != '/' ] ; do - if [ -d "$wdir"/.mvn ] ; then - basedir=$wdir - break - fi - wdir=$(cd "$wdir/.."; pwd) - done - echo "${basedir}" -} - -# concatenates all lines of a file -concat_lines() { - if [ -f "$1" ]; then - echo "$(tr -s '\n' ' ' < "$1")" - fi -} - -export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)} -MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" - -# For Cygwin, switch paths to Windows format before running java -if $cygwin; then - [ -n "$M2_HOME" ] && - M2_HOME=`cygpath --path --windows "$M2_HOME"` - [ -n "$JAVA_HOME" ] && - JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` - [ -n "$CLASSPATH" ] && - CLASSPATH=`cygpath --path --windows "$CLASSPATH"` - [ -n "$MAVEN_PROJECTBASEDIR" ] && - MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"` -fi - -# Provide a "standardized" way to retrieve the CLI args that will -# work with both Windows and non-Windows executions. -MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" -export MAVEN_CMD_LINE_ARGS - -WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -# avoid using MAVEN_CMD_LINE_ARGS below since that would loose parameter escaping in $@ -exec "$JAVACMD" \ - $MAVEN_OPTS \ - -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ - "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ - ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@" diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw.cmd b/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw.cmd deleted file mode 100644 index 8e2b7459f..000000000 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/mvnw.cmd +++ /dev/null @@ -1,146 +0,0 @@ -@REM ---------------------------------------------------------------------------- -@REM Licensed to the Apache Software Foundation (ASF) under one -@REM or more contributor license agreements. See the NOTICE file -@REM distributed with this work for additional information -@REM regarding copyright ownership. The ASF licenses this file -@REM to you under the Apache License, Version 2.0 (the -@REM "License"); you may not use this file except in compliance -@REM with the License. You may obtain a copy of the License at -@REM -@REM http://www.apache.org/licenses/LICENSE-2.0 -@REM -@REM Unless required by applicable law or agreed to in writing, -@REM software distributed under the License is distributed on an -@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -@REM KIND, either express or implied. See the License for the -@REM specific language governing permissions and limitations -@REM under the License. -@REM ---------------------------------------------------------------------------- - -@REM ---------------------------------------------------------------------------- -@REM Maven2 Start Up Batch script -@REM -@REM Required ENV vars: -@REM JAVA_HOME - location of a JDK home dir -@REM -@REM Optional ENV vars -@REM M2_HOME - location of maven2's installed home dir -@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands -@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending -@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven -@REM e.g. to debug Maven itself, use -@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files -@REM ---------------------------------------------------------------------------- - -@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' -@echo off -@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' -@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% - -@REM set %HOME% to equivalent of $HOME -if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") - -@REM Execute a user defined script before this one -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre -@REM check for pre script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" -if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" -:skipRcPre - -@setlocal - -set ERROR_CODE=0 - -@REM To isolate internal variables from possible post scripts, we use another setlocal -@setlocal - -@REM ==== START VALIDATION ==== -if not "%JAVA_HOME%" == "" goto OkJHome - -echo. -echo Error: JAVA_HOME not found in your environment. >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -:OkJHome -if exist "%JAVA_HOME%\bin\java.exe" goto init - -echo. -echo Error: JAVA_HOME is set to an invalid directory. >&2 -echo JAVA_HOME = "%JAVA_HOME%" >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -@REM ==== END VALIDATION ==== - -:init - -set MAVEN_CMD_LINE_ARGS=%MAVEN_CONFIG% %* - -@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". -@REM Fallback to current working directory if not found. - -set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% -IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir - -set EXEC_DIR=%CD% -set WDIR=%EXEC_DIR% -:findBaseDir -IF EXIST "%WDIR%"\.mvn goto baseDirFound -cd .. -IF "%WDIR%"=="%CD%" goto baseDirNotFound -set WDIR=%CD% -goto findBaseDir - -:baseDirFound -set MAVEN_PROJECTBASEDIR=%WDIR% -cd "%EXEC_DIR%" -goto endDetectBaseDir - -:baseDirNotFound -set MAVEN_PROJECTBASEDIR=%EXEC_DIR% -cd "%EXEC_DIR%" - -:endDetectBaseDir - -IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig - -@setlocal EnableExtensions EnableDelayedExpansion -for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a -@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% - -:endReadAdditionalConfig - -SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" - -set WRAPPER_JAR=""%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"" -set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -# avoid using MAVEN_CMD_LINE_ARGS below since that would loose parameter escaping in %* -%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* -if ERRORLEVEL 1 goto error -goto end - -:error -set ERROR_CODE=1 - -:end -@endlocal & set ERROR_CODE=%ERROR_CODE% - -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost -@REM check for post script, once with legacy .bat ending and once with .cmd ending -if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" -if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" -:skipRcPost - -@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' -if "%MAVEN_BATCH_PAUSE%" == "on" pause - -if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% - -exit /B %ERROR_CODE% diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 67475bb18..f070504fa 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -53,7 +53,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 @@ -77,20 +77,20 @@ limitations under the License. com.google.appengine appengine-testing - 1.9.93 + 2.0.15 test com.google.appengine appengine-api-stubs - 1.9.94 + 2.0.15 test com.google.appengine appengine-tools-sdk - 1.9.93 + 2.0.15 test @@ -135,7 +135,7 @@ limitations under the License. maven-compiler-plugin - 3.10.1 + 3.11.0 1.8 1.8 @@ -161,7 +161,7 @@ limitations under the License. maven-war-plugin - 3.3.2 + 3.4.0 @@ -171,12 +171,12 @@ limitations under the License. maven-install-plugin - 2.5.2 + 3.1.1 maven-surefire-plugin - 3.1.0 + 3.1.2 From f9e9d0549dbcf1aac02a1da6540ac4ecb15e82dd Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 28 Jun 2023 14:28:11 -0700 Subject: [PATCH 315/336] chore: update all deps (#1223) * chore: update all deps * update * fix issue * fix deps --- .gitignore | 2 ++ .../helloworld-gae-javasdk-tools/README.md | 2 +- .../kotlin-appengine-standard/README.md | 2 +- .../kotlin-appengine-standard/pom.xml | 4 ++-- .../kotlin-sb-appengine-standard/README.md | 2 +- .../kotlin-sb-appengine-standard/pom.xml | 6 +++--- .../kotlin-spark-appengine-standard/README.md | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 6 +++--- background/README.md | 2 +- background/pom.xml | 14 +++++++------- bookshelf-standard/2-structured-data/README.md | 2 +- bookshelf-standard/2-structured-data/pom.xml | 12 ++++++------ bookshelf-standard/3-binary-data/README.md | 2 +- bookshelf-standard/3-binary-data/pom.xml | 14 +++++++------- bookshelf-standard/4-auth/README.md | 2 +- bookshelf-standard/4-auth/pom.xml | 14 +++++++------- bookshelf-standard/5-logging/README.md | 2 +- bookshelf-standard/5-logging/pom.xml | 14 +++++++------- bookshelf/1-cloud-run/pom.xml | 10 +++++----- gce/README.md | 2 +- gce/pom.xml | 8 ++++---- helloworld-jsp/README.md | 2 +- helloworld-jsp/pom.xml | 2 +- 23 files changed, 65 insertions(+), 63 deletions(-) diff --git a/.gitignore b/.gitignore index ddb5b6f54..9c97eaba0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ tags ## Secrets ## client-secret.json + +**/pom.xml.versionsBackup \ No newline at end of file diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md index d6c229c73..f88cb57bb 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/README.md @@ -35,7 +35,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-appengine-standard/README.md b/appengine-standard-java8/kotlin-appengine-standard/README.md index 530fa6288..3a13e9703 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-appengine-standard/README.md @@ -35,7 +35,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index beaf4086e..8379f58f4 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -40,7 +40,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 jstl @@ -103,7 +103,7 @@ limitations under the License. 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/README.md b/appengine-standard-java8/kotlin-sb-appengine-standard/README.md index 963a7c585..422459ffa 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/README.md @@ -35,7 +35,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 1e5c3b014..8da99b5ea 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -39,7 +39,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 jstl @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - 2.6.6 + 3.1.1 org.slf4j @@ -140,7 +140,7 @@ limitations under the License. 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/README.md b/appengine-standard-java8/kotlin-spark-appengine-standard/README.md index 4fce96e06..922b9b507 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/README.md +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/README.md @@ -37,7 +37,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index fed7c6761..4490843e7 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -38,7 +38,7 @@ limitations under the License. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 jstl @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 2.0.0 + 2.0.7 @@ -160,7 +160,7 @@ limitations under the License. 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/background/README.md b/background/README.md index 93d2e8c83..02f4848a1 100644 --- a/background/README.md +++ b/background/README.md @@ -20,7 +20,7 @@ To run your project locally: * Run with the Jetty Maven plugin: - mvn jetty:run-exploded + mvn jetty:run-war **Note**: If you run into an error about `Invalid Credentials`, you may have to run: diff --git a/background/pom.xml b/background/pom.xml index 9ad606921..72e354a54 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -47,18 +47,18 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.0.16 + 3.13.2 com.google.cloud google-cloud-translate - 2.1.1 + 2.20.0 com.google.cloud google-cloud-pubsub - 1.113.7 + 1.123.17 @@ -71,14 +71,14 @@ Copyright 2019 Google LLC com.google.guava guava - 31.1-jre + 32.0.1-jre compile io.opencensus opencensus-contrib-http-util - 0.29.0 + 0.31.1 @@ -97,12 +97,12 @@ Copyright 2019 Google LLC org.seleniumhq.selenium selenium-server - 3.141.59 + 4.0.0-alpha-2 org.seleniumhq.selenium selenium-chrome-driver - 3.141.59 + 4.10.0 diff --git a/bookshelf-standard/2-structured-data/README.md b/bookshelf-standard/2-structured-data/README.md index fa04f870e..01e0c1168 100644 --- a/bookshelf-standard/2-structured-data/README.md +++ b/bookshelf-standard/2-structured-data/README.md @@ -22,7 +22,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG bookshelf diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 02e375224..a5e6f4c46 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -78,13 +78,13 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 javax.servlet - servlet-api - 2.5 + javax.servlet-api + 4.0.1 provided @@ -109,14 +109,14 @@ Copyright 2016 Google Inc. com.google.guava guava - 31.1-jre + 32.0.1-jre compile joda-time joda-time - 2.10.11 + 2.12.5 @@ -131,7 +131,7 @@ Copyright 2016 Google Inc. 2.4.4 - myProjectId + GCLOUD_CONFIG bookshelf diff --git a/bookshelf-standard/3-binary-data/README.md b/bookshelf-standard/3-binary-data/README.md index e8351c541..b69c242f5 100644 --- a/bookshelf-standard/3-binary-data/README.md +++ b/bookshelf-standard/3-binary-data/README.md @@ -31,7 +31,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG bookshelf diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 8b59ad1a9..d2c28e9d6 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -80,13 +80,13 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 javax.servlet - servlet-api - 2.5 + javax.servlet-api + 4.0.1 provided @@ -111,20 +111,20 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.8 + 2.23.0 com.google.guava guava - 31.1-jre + 32.0.1-jre compile joda-time joda-time - 2.10.11 + 2.12.5 @@ -145,7 +145,7 @@ Copyright 2016 Google Inc. 2.4.4 - myProjectId + GCLOUD_CONFIG bookshelf diff --git a/bookshelf-standard/4-auth/README.md b/bookshelf-standard/4-auth/README.md index b20741f45..dfc9f9fec 100644 --- a/bookshelf-standard/4-auth/README.md +++ b/bookshelf-standard/4-auth/README.md @@ -30,7 +30,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG bookshelf diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index dbb689295..67cdbf405 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -81,13 +81,13 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 javax.servlet - servlet-api - 2.5 + javax.servlet-api + 4.0.1 provided @@ -112,20 +112,20 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.8 + 2.23.0 com.google.guava guava - 31.1-jre + 32.0.1-jre compile joda-time joda-time - 2.10.11 + 2.12.5 @@ -146,7 +146,7 @@ Copyright 2016 Google Inc. 2.4.4 - myProjectId + GCLOUD_CONFIG bookshelf
diff --git a/bookshelf-standard/5-logging/README.md b/bookshelf-standard/5-logging/README.md index ef46a6609..f3e275207 100644 --- a/bookshelf-standard/5-logging/README.md +++ b/bookshelf-standard/5-logging/README.md @@ -30,7 +30,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG bookshelf
diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index a2df91627..f0ff116eb 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -81,13 +81,13 @@ Copyright 2016 Google Inc. com.google.appengine appengine-api-1.0-sdk - 1.9.93 + 2.0.15 javax.servlet - servlet-api - 2.5 + javax.servlet-api + 4.0.1 provided @@ -112,20 +112,20 @@ Copyright 2016 Google Inc. com.google.cloud google-cloud-storage - 2.1.8 + 2.23.0 com.google.guava guava - 31.1-jre + 32.0.1-jre compile joda-time joda-time - 2.10.11 + 2.12.5 @@ -146,7 +146,7 @@ Copyright 2016 Google Inc. 2.4.4 - myProjectId + GCLOUD_CONFIG bookshelf
diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 0b9199694..5b779695f 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -48,14 +48,14 @@ Copyright 2019 Google LLC javax.servlet javax.servlet-api - 3.1.0 + 4.0.1 com.google.cloud google-cloud-firestore - 3.9.3 + 3.13.2 @@ -67,7 +67,7 @@ Copyright 2019 Google LLC com.google.guava guava - 31.1-jre + 32.0.1-jre compile @@ -86,7 +86,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-storage - 2.20.2 + 2.23.0 @@ -98,7 +98,7 @@ Copyright 2019 Google LLC commons-io commons-io - 2.12.0 + 2.13.0 diff --git a/gce/README.md b/gce/README.md index c7bffaec5..2eadd69f5 100644 --- a/gce/README.md +++ b/gce/README.md @@ -9,7 +9,7 @@ and secret, and edit `pom.xml` with its values. ### Running Locally - mvn clean jetty:run-exploded -DprojectID=YOUR-PROJECT-ID + mvn clean jetty:run-war -DprojectID=YOUR-PROJECT-ID ### Deploying to Compute Engine diff --git a/gce/pom.xml b/gce/pom.xml index 2ba870a28..4d0431486 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,19 +75,19 @@ Copyright 2019 Google LLC com.google.guava guava - 31.1-jre + 32.0.1-jre test org.seleniumhq.selenium selenium-server - 3.141.59 + 4.0.0-alpha-2 test org.seleniumhq.selenium selenium-chrome-driver - 3.141.59 + 4.10.0 test @@ -132,7 +132,7 @@ Copyright 2019 Google LLC 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG diff --git a/helloworld-jsp/README.md b/helloworld-jsp/README.md index 8e7e74761..dcc4a5d3a 100644 --- a/helloworld-jsp/README.md +++ b/helloworld-jsp/README.md @@ -38,7 +38,7 @@ with your Google Cloud Project Id: appengine-maven-plugin 2.3.0 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG
diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index 4fd4981ad..deceef383 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -64,7 +64,7 @@ 2.4.4 - myProjectId + GCLOUD_CONFIG GCLOUD_CONFIG From ed965caf9ae07d4fb4389fb390e36e328d30ebe0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 23:38:20 +0200 Subject: [PATCH 316/336] chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.1.0 (#1175) Co-authored-by: Averi Kitsch --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index f070504fa..aa978402f 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -196,7 +196,7 @@ limitations under the License. maven-enforcer-plugin - 3.0.0 + 3.1.0 enforce-maven From aeab0501e5c5023907815d13505c0bf708fb2273 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 23:40:14 +0200 Subject: [PATCH 317/336] chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.11.0 (#1171) Co-authored-by: Averi Kitsch --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index aa978402f..cccd987d1 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -147,7 +147,7 @@ limitations under the License. org.codehaus.mojo versions-maven-plugin - 2.10.0 + 2.11.0 compile From b2334c95103b479bf5c0b8f5df3e9cd5307c6716 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 23:42:15 +0200 Subject: [PATCH 318/336] chore(deps): update dependency org.eclipse.jetty:jetty-maven-plugin to v9.4.47.v20220610 (#1179) 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.eclipse.jetty:jetty-maven-plugin](https://eclipse.org/jetty) ([source](https://togithub.com/eclipse/jetty.project)) | `9.4.46.v20220331` -> `9.4.47.v20220610` | [![age](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.47.v20220610/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.47.v20220610/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.47.v20220610/compatibility-slim/9.4.46.v20220331)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.eclipse.jetty:jetty-maven-plugin/9.4.47.v20220610/confidence-slim/9.4.46.v20220331)](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**: Never, 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/GoogleCloudPlatform/getting-started-java). --- gce/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gce/pom.xml b/gce/pom.xml index 4d0431486..6c938c76b 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -97,7 +97,7 @@ Copyright 2019 Google LLC org.eclipse.jetty jetty-maven-plugin - 9.4.46.v20220331 + 9.4.47.v20220610 start-selenium From cfd69309c054fa4a3279f132689561ede511c1dd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 Jun 2023 23:44:12 +0200 Subject: [PATCH 319/336] chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 (#1206) 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-compiler-plugin](https://maven.apache.org/plugins/) | `3.10.1` -> `3.11.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/compatibility-slim/3.10.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/confidence-slim/3.10.1)](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**: Never, 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, check this box --- 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/GoogleCloudPlatform/getting-started-java). --- appengine-standard-java8/kotlin-appengine-standard/pom.xml | 2 +- appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml | 2 +- .../kotlin-spark-appengine-standard/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appengine-standard-java8/kotlin-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-appengine-standard/pom.xml index 8379f58f4..0c9b81e7c 100644 --- a/appengine-standard-java8/kotlin-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-appengine-standard/pom.xml @@ -111,7 +111,7 @@ limitations under the License. maven-compiler-plugin - 3.10.1 + 3.11.0 1.8 1.8 diff --git a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml index 8da99b5ea..43a9af37e 100644 --- a/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml @@ -148,7 +148,7 @@ limitations under the License. maven-compiler-plugin - 3.10.1 + 3.11.0 ${java.version} ${java.version} diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 4490843e7..dd082370d 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -168,7 +168,7 @@ limitations under the License. maven-compiler-plugin - 3.10.1 + 3.11.0 1.8 1.8 diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index a5e6f4c46..b3b80dd92 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -139,7 +139,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index d2c28e9d6..5b9efbb51 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -153,7 +153,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 67cdbf405..56fa1e5df 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index f0ff116eb..0d24bed94 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -154,7 +154,7 @@ Copyright 2016 Google Inc. org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 From 3f4a98e4acc1ab19a85281e864ff81c0a1e81185 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 29 Jun 2023 19:10:02 +0200 Subject: [PATCH 320/336] fix(deps): update dependency com.google.api-client:google-api-client-appengine to v2 (#1183) Co-authored-by: Averi Kitsch --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index b3b80dd92..4ea7f6312 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -68,7 +68,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.4 + 2.0.0 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 5b9efbb51..f0ccad1d8 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -70,7 +70,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.4 + 2.0.0 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 56fa1e5df..df871d0aa 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.4 + 2.0.0 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 0d24bed94..b277fe1b2 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -71,7 +71,7 @@ Copyright 2016 Google Inc. com.google.api-client google-api-client-appengine - 1.33.4 + 2.0.0 From d7b9cacea51aed8d35381487d397ddf7a08e077f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 29 Jun 2023 19:26:22 +0200 Subject: [PATCH 321/336] fix(deps): update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4 (#1131) Co-authored-by: Emily Ball Co-authored-by: Averi Kitsch From 771e2e264884e830f1eb9d19072a415fd1dac79f Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 29 Jun 2023 10:40:48 -0700 Subject: [PATCH 322/336] fix: constrain jetty version (#1225) Co-authored-by: Sita Lakshmi Sangameswaran --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- helloworld-jsp/pom.xml | 2 +- renovate.json | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 72e354a54..f1a30b94f 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -39,7 +39,7 @@ Copyright 2019 Google LLC true false false - 11.0.9 + 9.4.51.v20230217 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5b779695f..a3430c694 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -41,7 +41,7 @@ Copyright 2019 Google LLC true true false - 10.0.9 + 9.4.51.v20230217 diff --git a/helloworld-jsp/pom.xml b/helloworld-jsp/pom.xml index deceef383..96c8ef769 100644 --- a/helloworld-jsp/pom.xml +++ b/helloworld-jsp/pom.xml @@ -33,7 +33,7 @@ false 2.3.0 - 11.0.12 + 9.4.51.v20230217 diff --git a/renovate.json b/renovate.json index 51f162575..fe845b8e3 100644 --- a/renovate.json +++ b/renovate.json @@ -36,5 +36,8 @@ "dependencyDashboard": true, "dependencyDashboardLabels": [ "type: process" - ] + ], + "constraints": { + "java": "1.8" + } } From fbc0e08fc21f6897747e0c797668fda52697d965 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 29 Jun 2023 10:49:23 -0700 Subject: [PATCH 323/336] fix: constrain jetty version (#1225) Co-authored-by: Sita Lakshmi Sangameswaran From d349f2e238baa296a478d6217beff2d194d348d8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 29 Jun 2023 20:24:37 +0200 Subject: [PATCH 324/336] fix(deps): update dependency mysql:mysql-connector-java to v8.0.30 (#1187) 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 | |---|---|---|---|---|---| | [mysql:mysql-connector-java](http://dev.mysql.com/doc/connector-j/en/) ([source](https://togithub.com/mysql/mysql-connector-j)) | `8.0.29` -> `8.0.30` | [![age](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.30/compatibility-slim/8.0.29)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/mysql:mysql-connector-java/8.0.30/confidence-slim/8.0.29)](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**: Never, 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/GoogleCloudPlatform/getting-started-java). --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 4ea7f6312..34eab7a9f 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -63,7 +63,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.29 + 8.0.30 com.google.api-client diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index f0ccad1d8..9c0a4592e 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -65,7 +65,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.29 + 8.0.30 com.google.api-client diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index df871d0aa..7723bc86b 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.29 + 8.0.30 com.google.api-client diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b277fe1b2..3e08624c1 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -66,7 +66,7 @@ Copyright 2016 Google Inc. mysql mysql-connector-java - 8.0.29 + 8.0.30 com.google.api-client From 7ad0fb3bea8966adda24e9e1dc9684178f808e40 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 10 Jul 2023 20:41:59 +0200 Subject: [PATCH 325/336] fix(deps): update dependency com.google.guava:guava to v32.1.0-jre (#1227) --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index f1a30b94f..1e159cb39 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 34eab7a9f..2984dbf1e 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index 9c0a4592e..bda230691 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 7723bc86b..137dea39d 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 3e08624c1..fbdff6572 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index a3430c694..5894f2856 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -67,7 +67,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.0.1-jre + 32.1.0-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index 6c938c76b..40aeaa3c5 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.0.1-jre + 32.1.0-jre test From 0e05decc5bd87982951b75a8451b29f0ea204795 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 Sep 2023 19:10:13 +0200 Subject: [PATCH 326/336] fix(deps): update dependency org.slf4j:slf4j-api to v2.0.9 (#1228) 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.slf4j:slf4j-api](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `2.0.7` -> `2.0.9` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.slf4j:slf4j-api/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.slf4j:slf4j-api/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.slf4j:slf4j-api/2.0.7/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.slf4j:slf4j-api/2.0.7/2.0.9?slim=true)](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**: Never, 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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/getting-started-java). --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index dd082370d..8eac275d8 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 2.0.7 + 2.0.9 From 9a18a195e8aedf744b94d2405ac2a42493e7415e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 18:00:01 +0100 Subject: [PATCH 327/336] chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.0 (#1229) --- background/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 1e159cb39..532e240c3 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -121,7 +121,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.2 + 3.4.0 gcr.io/${gcloud.appId}/background diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 5894f2856..c947c13e9 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -116,7 +116,7 @@ Copyright 2019 Google LLC com.google.cloud.tools jib-maven-plugin - 3.3.2 + 3.4.0 jetty:10.0.9-jre11 From 2b88b433aa14d3d959d1d6f132baae0ad376af6d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 18:01:11 +0100 Subject: [PATCH 328/336] fix(deps): update dependency com.google.cloud.tools:appengine-gradle-plugin to v2.5.0 (#1230) Merging directly because changes don't overlap --- helloworld-jsp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld-jsp/build.gradle b/helloworld-jsp/build.gradle index 4f73d21d8..c9b00a867 100644 --- a/helloworld-jsp/build.gradle +++ b/helloworld-jsp/build.gradle @@ -18,7 +18,7 @@ buildscript { // Configuration for building mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.5' + classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.5.0' classpath 'org.akhikhl.gretty:gretty:+' } } From bd1c766b12cd32461dc12787b874eac849e9c399 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 18:12:21 +0100 Subject: [PATCH 329/336] chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.3.2 (#1231) --- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index cccd987d1..0eebf70d7 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -166,7 +166,7 @@ limitations under the License. maven-clean-plugin - 3.3.1 + 3.3.2 From e10e7bf399c783bce9db7765af6367ea0a235f4f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 18:24:16 +0100 Subject: [PATCH 330/336] chore(deps): update dependency com.google.truth:truth to v1.2.0 (#1233) --- .../helloworld-gae-javasdk-tools/build.gradle | 2 +- appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle index a657a233f..1547450e1 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle @@ -43,7 +43,7 @@ dependencies { // compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java testCompile 'junit:junit:4.13.2' - testCompile 'com.google.truth:truth:1.1.5' + testCompile 'com.google.truth:truth:1.2.0' testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'com.google.appengine:appengine-testing:+' diff --git a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml index 0eebf70d7..d0690f74e 100644 --- a/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml +++ b/appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml @@ -97,7 +97,7 @@ limitations under the License. com.google.truth truth - 1.1.5 + 1.2.0 test From 30dba0ccc961dc1f8882e4f3085d0e088020b4a6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 18:26:32 +0100 Subject: [PATCH 331/336] fix(deps): update dependency com.google.guava:guava to v33 (#1232) --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 532e240c3..1bbd30f58 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 2984dbf1e..1f058c515 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index bda230691..af7c17380 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 137dea39d..9ad290708 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index fbdff6572..98a48d831 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index c947c13e9..35b165779 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -67,7 +67,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.1.0-jre + 33.0.0-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index 40aeaa3c5..cd3b67b1c 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 32.1.0-jre + 33.0.0-jre test From 14831599f808579310ad7cc906d21c4683bea8bf Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 19:00:28 +0100 Subject: [PATCH 332/336] fix(deps): update dependency joda-time:joda-time to v2.12.6 (#1235) --- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 1f058c515..939f6541c 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -116,7 +116,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.12.5 + 2.12.6 diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index af7c17380..df0e5effa 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -124,7 +124,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.12.5 + 2.12.6 diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index 9ad290708..f5971f202 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.12.5 + 2.12.6 diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index 98a48d831..b8e7d3b0c 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -125,7 +125,7 @@ Copyright 2016 Google Inc. joda-time joda-time - 2.12.5 + 2.12.6 diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index 35b165779..ff67d7346 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -61,7 +61,7 @@ Copyright 2019 Google LLC joda-time joda-time - 2.12.5 + 2.12.6 From 1bdd75ea139099dc69ea443e048151c8c8c97a59 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Jan 2024 19:11:29 +0100 Subject: [PATCH 333/336] fix(deps): update dependency org.slf4j:slf4j-api to v2.0.11 (#1237) --- .../kotlin-spark-appengine-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml index 8eac275d8..2b259b868 100644 --- a/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml +++ b/appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml @@ -114,7 +114,7 @@ limitations under the License. org.slf4j slf4j-api - 2.0.9 + 2.0.11 From faece5ea8b3634e9229858ff90e95a096193ada5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 14 Mar 2024 18:21:25 +0100 Subject: [PATCH 334/336] fix(deps): update dependency com.google.guava:guava to v33.1.0-jre (#1238) --- background/pom.xml | 2 +- bookshelf-standard/2-structured-data/pom.xml | 2 +- bookshelf-standard/3-binary-data/pom.xml | 2 +- bookshelf-standard/4-auth/pom.xml | 2 +- bookshelf-standard/5-logging/pom.xml | 2 +- bookshelf/1-cloud-run/pom.xml | 2 +- gce/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/pom.xml b/background/pom.xml index 1bbd30f58..cda375cf7 100644 --- a/background/pom.xml +++ b/background/pom.xml @@ -71,7 +71,7 @@ Copyright 2019 Google LLC com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/bookshelf-standard/2-structured-data/pom.xml b/bookshelf-standard/2-structured-data/pom.xml index 939f6541c..bc0ad32d4 100644 --- a/bookshelf-standard/2-structured-data/pom.xml +++ b/bookshelf-standard/2-structured-data/pom.xml @@ -109,7 +109,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/bookshelf-standard/3-binary-data/pom.xml b/bookshelf-standard/3-binary-data/pom.xml index df0e5effa..042127bd0 100644 --- a/bookshelf-standard/3-binary-data/pom.xml +++ b/bookshelf-standard/3-binary-data/pom.xml @@ -117,7 +117,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/bookshelf-standard/4-auth/pom.xml b/bookshelf-standard/4-auth/pom.xml index f5971f202..cf1e1d1da 100644 --- a/bookshelf-standard/4-auth/pom.xml +++ b/bookshelf-standard/4-auth/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/bookshelf-standard/5-logging/pom.xml b/bookshelf-standard/5-logging/pom.xml index b8e7d3b0c..b18762c12 100644 --- a/bookshelf-standard/5-logging/pom.xml +++ b/bookshelf-standard/5-logging/pom.xml @@ -118,7 +118,7 @@ Copyright 2016 Google Inc. com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/bookshelf/1-cloud-run/pom.xml b/bookshelf/1-cloud-run/pom.xml index ff67d7346..efcf31a74 100644 --- a/bookshelf/1-cloud-run/pom.xml +++ b/bookshelf/1-cloud-run/pom.xml @@ -67,7 +67,7 @@ Copyright 2019 Google LLC com.google.guava guava - 33.0.0-jre + 33.1.0-jre compile diff --git a/gce/pom.xml b/gce/pom.xml index cd3b67b1c..2458faeff 100644 --- a/gce/pom.xml +++ b/gce/pom.xml @@ -75,7 +75,7 @@ Copyright 2019 Google LLC com.google.guava guava - 33.0.0-jre + 33.1.0-jre test From 5135af00b4aafafdaaee2b788d102edecbcecf47 Mon Sep 17 00:00:00 2001 From: bhandarivijay-png Date: Wed, 18 Mar 2026 21:19:48 +0000 Subject: [PATCH 335/336] chore: Migrate gsutil usage to gcloud storage (#1257) --- gce/makeProject | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gce/makeProject b/gce/makeProject index 97a02b767..456710245 100755 --- a/gce/makeProject +++ b/gce/makeProject @@ -46,7 +46,7 @@ function print_usage() { echo "deploying the hello-world app. You may add all your configuration here, so you don't need" echo "to change them in every version of this application." echo "" - echo "gce - mvn package; gsutil cp; gcloud compute instances create ...; - deploys to Compute Engine" + echo "gce - mvn package; gcloud storage cp; gcloud compute instances create ...; - deploys to Compute Engine" echo "down - tears down a single instance group" echo "gce-many - deploys a managed instance group" echo "down-many- tears down a managed instance group" @@ -81,7 +81,7 @@ gce) # [START getting_started_gce_single] mvn clean package - gsutil cp -r target/${WAR} config/base gs://${BUCKET}/gce/ + gcloud storage cp --recursive target/${WAR} config/base gs://${BUCKET}/gce/ gcloud compute firewall-rules create allow-http-hello-world \ --allow tcp:80 \ From 552ab51af3e4c3d134ab0fb41bdf884af76e3a7e Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Mon, 22 Jun 2026 09:53:35 -0700 Subject: [PATCH 336/336] Delete .github/blunderbuss.yml (#1265) --- .github/blunderbuss.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/blunderbuss.yml diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml deleted file mode 100644 index 9bba23a63..000000000 --- a/.github/blunderbuss.yml +++ /dev/null @@ -1,4 +0,0 @@ -assign_issues: - - GoogleCloudPlatform/java-samples-reviewers -assign_prs: - - GoogleCloudPlatform/java-samples-reviewers