From ce8ab8f4fd93a0de5780cb7a277ef40309820f59 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:30 +0000 Subject: [PATCH 01/23] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bfb1e0b..f7ea60f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.35.0](https://www.github.com/googleapis/google-http-java-client/compare/v1.34.2...v1.35.0) (2020-04-27) + + +### Features + +* add logic for verifying ES256 JsonWebSignatures ([#1033](https://www.github.com/googleapis/google-http-java-client/issues/1033)) ([bb4227f](https://www.github.com/googleapis/google-http-java-client/commit/bb4227f9daec44fc2976fa9947e2ff5ee07ed21a)) + + +### Bug Fixes + +* add linkage monitor plugin ([#1000](https://www.github.com/googleapis/google-http-java-client/issues/1000)) ([027c227](https://www.github.com/googleapis/google-http-java-client/commit/027c227e558164f77be204152fb47023850b543f)) +* Correctly handling chunked response streams with gzip ([#990](https://www.github.com/googleapis/google-http-java-client/issues/990)) ([1ba2197](https://www.github.com/googleapis/google-http-java-client/commit/1ba219743e65c89bc3fdb196acc5d2042e01f542)), closes [#367](https://www.github.com/googleapis/google-http-java-client/issues/367) +* FileDataStoreFactory will throw IOException for any permissions errors ([#1012](https://www.github.com/googleapis/google-http-java-client/issues/1012)) ([fd33073](https://www.github.com/googleapis/google-http-java-client/commit/fd33073da3674997897d7a9057d1d0e9d42d7cd4)) +* include request method and URL into HttpResponseException message ([#1002](https://www.github.com/googleapis/google-http-java-client/issues/1002)) ([15111a1](https://www.github.com/googleapis/google-http-java-client/commit/15111a1001d6f72cb92cd2d76aaed6f1229bc14a)) +* incorrect check for Windows OS in FileDataStoreFactory ([#927](https://www.github.com/googleapis/google-http-java-client/issues/927)) ([8b4eabe](https://www.github.com/googleapis/google-http-java-client/commit/8b4eabe985794fc64ad6a4a53f8f96201cf73fb8)) +* reuse reference instead of calling getter twice ([#983](https://www.github.com/googleapis/google-http-java-client/issues/983)) ([1f66222](https://www.github.com/googleapis/google-http-java-client/commit/1f662224d7bee6e27e8d66975fda39feae0c9359)), closes [#982](https://www.github.com/googleapis/google-http-java-client/issues/982) +* **android:** set minimum API level to 19 a.k.a. 4.4 Kit Kat ([#1016](https://www.github.com/googleapis/google-http-java-client/issues/1016)) ([b9a8023](https://www.github.com/googleapis/google-http-java-client/commit/b9a80232c9c8b16a3c3277458835f72e346f6b2c)), closes [#1015](https://www.github.com/googleapis/google-http-java-client/issues/1015) + + +### Documentation + +* android 4.4 or later is required ([#1008](https://www.github.com/googleapis/google-http-java-client/issues/1008)) ([bcc41dd](https://www.github.com/googleapis/google-http-java-client/commit/bcc41dd615af41ae6fb58287931cbf9c2144a075)) +* libraries-bom 4.0.1 ([#976](https://www.github.com/googleapis/google-http-java-client/issues/976)) ([fc21dc4](https://www.github.com/googleapis/google-http-java-client/commit/fc21dc412566ef60d23f1f82db5caf3cfd5d447b)) +* libraries-bom 4.1.1 ([#984](https://www.github.com/googleapis/google-http-java-client/issues/984)) ([635c813](https://www.github.com/googleapis/google-http-java-client/commit/635c81352ae383b3abfe6d7c141d987a6944b3e9)) +* libraries-bom 5.2.0 ([#1032](https://www.github.com/googleapis/google-http-java-client/issues/1032)) ([ca34202](https://www.github.com/googleapis/google-http-java-client/commit/ca34202bfa077adb70313b6c4562c7a5d904e064)) +* require Android 4.4 ([#1007](https://www.github.com/googleapis/google-http-java-client/issues/1007)) ([f9d2bb0](https://www.github.com/googleapis/google-http-java-client/commit/f9d2bb030398fe09e3c47b84ea468603355e08e9)) + + +### Dependencies + +* httpclient 4.5.12 ([#991](https://www.github.com/googleapis/google-http-java-client/issues/991)) ([79bc1c7](https://www.github.com/googleapis/google-http-java-client/commit/79bc1c76ebd48d396a080ef715b9f07cd056b7ef)) +* update to Guava 29 ([#1024](https://www.github.com/googleapis/google-http-java-client/issues/1024)) ([ca9520f](https://www.github.com/googleapis/google-http-java-client/commit/ca9520f2da4babc5bbd28c828da1deb7dbdc87e5)) + ### [1.34.2](https://www.github.com/googleapis/google-http-java-client/compare/v1.34.1...v1.34.2) (2020-02-12) From eef34136ce0e3c25e1ed4489bc1015868a1fae5a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:31 +0000 Subject: [PATCH 02/23] updated README.md [ci skip] From 828eb1250a26a243eaa8edd73b453ab6aafcace1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:33 +0000 Subject: [PATCH 03/23] updated versions.txt [ci skip] --- versions.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/versions.txt b/versions.txt index ab3e1feae..b58945bd6 100644 --- a/versions.txt +++ b/versions.txt @@ -1,17 +1,17 @@ # Format: # module:released-version:current-version -google-http-client:1.34.2:1.34.3-SNAPSHOT -google-http-client-bom:1.34.2:1.34.3-SNAPSHOT -google-http-client-parent:1.34.2:1.34.3-SNAPSHOT -google-http-client-android:1.34.2:1.34.3-SNAPSHOT -google-http-client-android-test:1.34.2:1.34.3-SNAPSHOT -google-http-client-apache-v2:1.34.2:1.34.3-SNAPSHOT -google-http-client-appengine:1.34.2:1.34.3-SNAPSHOT -google-http-client-assembly:1.34.2:1.34.3-SNAPSHOT -google-http-client-findbugs:1.34.2:1.34.3-SNAPSHOT -google-http-client-gson:1.34.2:1.34.3-SNAPSHOT -google-http-client-jackson2:1.34.2:1.34.3-SNAPSHOT -google-http-client-protobuf:1.34.2:1.34.3-SNAPSHOT -google-http-client-test:1.34.2:1.34.3-SNAPSHOT -google-http-client-xml:1.34.2:1.34.3-SNAPSHOT +google-http-client:1.35.0:1.35.0 +google-http-client-bom:1.35.0:1.35.0 +google-http-client-parent:1.35.0:1.35.0 +google-http-client-android:1.35.0:1.35.0 +google-http-client-android-test:1.35.0:1.35.0 +google-http-client-apache-v2:1.35.0:1.35.0 +google-http-client-appengine:1.35.0:1.35.0 +google-http-client-assembly:1.35.0:1.35.0 +google-http-client-findbugs:1.35.0:1.35.0 +google-http-client-gson:1.35.0:1.35.0 +google-http-client-jackson2:1.35.0:1.35.0 +google-http-client-protobuf:1.35.0:1.35.0 +google-http-client-test:1.35.0:1.35.0 +google-http-client-xml:1.35.0:1.35.0 From d49c86fb09f276e2d871467de24bf909e3a2806d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:34 +0000 Subject: [PATCH 04/23] updated google-http-client-findbugs/google-http-client-findbugs-test/pom.xml [ci skip] From 29262cd33cbc0bf6b25196e5cc8bb096aa555193 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:35 +0000 Subject: [PATCH 05/23] updated google-http-client-android-test/pom.xml [ci skip] --- google-http-client-android-test/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index 1a7c83553..1946c910f 100644 --- a/google-http-client-android-test/pom.xml +++ b/google-http-client-android-test/pom.xml @@ -4,7 +4,7 @@ google-http-client google-http-client-android-test Test project for google-http-client-android. - 1.34.3-SNAPSHOT + 1.35.0 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.34.3-SNAPSHOT + 1.35.0 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.34.3-SNAPSHOT + 1.35.0 junit From 12348d32bb3ad7f6c01b4790231168e2fee04574 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:37 +0000 Subject: [PATCH 06/23] updated google-http-client-android/pom.xml [ci skip] --- google-http-client-android/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index a36d4f0c2..391cf0a22 100644 --- a/google-http-client-android/pom.xml +++ b/google-http-client-android/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-android - 1.34.3-SNAPSHOT + 1.35.0 Android Platform Extensions to the Google HTTP Client Library for Java. From 448e0f4cd023e3af884ae30b13b3351a93e5a8ed Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:38 +0000 Subject: [PATCH 07/23] updated google-http-client-appengine/pom.xml [ci skip] --- google-http-client-appengine/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml index 048cf4bdc..7b3e610a6 100644 --- a/google-http-client-appengine/pom.xml +++ b/google-http-client-appengine/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-appengine - 1.34.3-SNAPSHOT + 1.35.0 Google App Engine extensions to the Google HTTP Client Library for Java. From efdee93721eb413470a86548248a3d0b48dd6a81 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:39 +0000 Subject: [PATCH 08/23] updated google-http-client-assembly/pom.xml [ci skip] --- google-http-client-assembly/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml index bcf1716c4..0cbdbff0c 100644 --- a/google-http-client-assembly/pom.xml +++ b/google-http-client-assembly/pom.xml @@ -4,12 +4,12 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml com.google.http-client google-http-client-assembly - 1.34.3-SNAPSHOT + 1.35.0 pom Assembly for the Google HTTP Client Library for Java From a427994f807be94de0db2be753214d2e139e9016 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:40 +0000 Subject: [PATCH 09/23] updated google-http-client-findbugs/pom.xml [ci skip] --- google-http-client-findbugs/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 9a38fc319..5a7bdf120 100644 --- a/google-http-client-findbugs/pom.xml +++ b/google-http-client-findbugs/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-findbugs - 1.34.3-SNAPSHOT + 1.35.0 Google APIs Client Library Findbugs custom plugin. From 4f3fd6409828a407968ea9c103a29d296c2da643 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:42 +0000 Subject: [PATCH 10/23] updated google-http-client-protobuf/pom.xml [ci skip] --- google-http-client-protobuf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml index 84e737bc6..96d74fda3 100644 --- a/google-http-client-protobuf/pom.xml +++ b/google-http-client-protobuf/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-protobuf - 1.34.3-SNAPSHOT + 1.35.0 Protocol Buffer extensions to the Google HTTP Client Library for Java. From 4efcd50e41534235c8b0c3faa83f44f2d6712ac8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:43 +0000 Subject: [PATCH 11/23] updated samples/dailymotion-simple-cmdline-sample/pom.xml [ci skip] --- samples/dailymotion-simple-cmdline-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 8835f485c..78e316f4a 100644 --- a/samples/dailymotion-simple-cmdline-sample/pom.xml +++ b/samples/dailymotion-simple-cmdline-sample/pom.xml @@ -4,7 +4,7 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../../pom.xml dailymotion-simple-cmdline-sample From cb21000f09b8f301ff70542f34d33eb53c718941 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:44 +0000 Subject: [PATCH 12/23] updated pom.xml [ci skip] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bc8c4fda8..cea300fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 pom Parent for the Google HTTP Client Library for Java Google HTTP Client Library for Java @@ -553,7 +553,7 @@ - google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here) - Internally, update the default features.json file --> - 1.34.3-SNAPSHOT + 1.35.0 1.9.71 UTF-8 3.0.2 From 9e6ae824bd4a64d30f51d5c16721dd152d3d7282 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:46 +0000 Subject: [PATCH 13/23] updated google-http-client/pom.xml [ci skip] --- google-http-client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index dc15cc548..dda3669b7 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client - 1.34.3-SNAPSHOT + 1.35.0 Google HTTP Client Library for Java Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, From d567c0abbb0d78de3737a942ac132222fd33c227 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:47 +0000 Subject: [PATCH 14/23] updated google-http-client-apache-v2/pom.xml [ci skip] --- google-http-client-apache-v2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml index 53be79ecd..59c6930be 100644 --- a/google-http-client-apache-v2/pom.xml +++ b/google-http-client-apache-v2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-apache-v2 - 1.34.3-SNAPSHOT + 1.35.0 Apache HTTP transport v2 for the Google HTTP Client Library for Java. From 8ea4def9e981b912b9be775b6724eaa2cfccebcd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:48 +0000 Subject: [PATCH 15/23] updated google-http-client-gson/pom.xml [ci skip] --- google-http-client-gson/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index 3ec6f17ab..07abaf4f0 100644 --- a/google-http-client-gson/pom.xml +++ b/google-http-client-gson/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-gson - 1.34.3-SNAPSHOT + 1.35.0 GSON extensions to the Google HTTP Client Library for Java. From 69700139994edba93573b8ef81e8377fb3171002 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:50 +0000 Subject: [PATCH 16/23] updated google-http-client-jackson2/pom.xml [ci skip] --- google-http-client-jackson2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml index a5ef44287..c33bc2edb 100644 --- a/google-http-client-jackson2/pom.xml +++ b/google-http-client-jackson2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-jackson2 - 1.34.3-SNAPSHOT + 1.35.0 Jackson 2 extensions to the Google HTTP Client Library for Java. From 4fe58d735c21cf99430d5b59b47f91686cde0ef9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:51 +0000 Subject: [PATCH 17/23] updated google-http-client-test/pom.xml [ci skip] --- google-http-client-test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml index 1c745a942..739364a99 100644 --- a/google-http-client-test/pom.xml +++ b/google-http-client-test/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-test - 1.34.3-SNAPSHOT + 1.35.0 Shared classes used for testing of artifacts in the Google HTTP Client Library for Java. From f02ad96249399533b33cab33686cbebc9317e569 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:52 +0000 Subject: [PATCH 18/23] updated google-http-client-xml/pom.xml [ci skip] --- google-http-client-xml/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml index 94edbad8d..aa8ce7c08 100644 --- a/google-http-client-xml/pom.xml +++ b/google-http-client-xml/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.34.3-SNAPSHOT + 1.35.0 ../pom.xml google-http-client-xml - 1.34.3-SNAPSHOT + 1.35.0 XML extensions to the Google HTTP Client Library for Java. From 789c41c4c1d141fb8dc3728f582a18b106eb348c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:53 +0000 Subject: [PATCH 19/23] updated google-http-client-bom/pom.xml [ci skip] --- google-http-client-bom/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml index 0401a3532..503118432 100644 --- a/google-http-client-bom/pom.xml +++ b/google-http-client-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.http-client google-http-client-bom - 1.34.3-SNAPSHOT + 1.35.0 pom Google HTTP Client Library for Java BOM @@ -63,52 +63,52 @@ com.google.http-client google-http-client - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-android - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-apache-v2 - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-appengine - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-findbugs - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-gson - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-jackson2 - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-protobuf - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-test - 1.34.3-SNAPSHOT + 1.35.0 com.google.http-client google-http-client-xml - 1.34.3-SNAPSHOT + 1.35.0 From 4b67cf5acbc1809c1d2adffd1e40c23d7c16e88f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:55 +0000 Subject: [PATCH 20/23] updated samples/install-without-bom/pom.xml [ci skip] From 16952184d47aa78c2b24bb0fdf1d6177275c9f45 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:56 +0000 Subject: [PATCH 21/23] updated samples/pom.xml [ci skip] From feccaf3e97604be4ef0f551e8f91516439b44ade Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:57 +0000 Subject: [PATCH 22/23] updated samples/snapshot/pom.xml [ci skip] From 9c0542f511d66aab5d7d74de3cfc934c2fa7cd4a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:52:59 +0000 Subject: [PATCH 23/23] updated samples/snippets/pom.xml [ci skip]