From 71021a930dc4ed8a2f9a3f348e53a7c4a119d65b Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 6 Apr 2022 18:44:30 +0000
Subject: [PATCH] chore(main): release 1.41.6
---
CHANGELOG.md | 13 +++++++++
google-http-client-android-test/pom.xml | 6 ++--
google-http-client-android/pom.xml | 4 +--
google-http-client-apache-v2/pom.xml | 4 +--
google-http-client-appengine/pom.xml | 4 +--
google-http-client-assembly/pom.xml | 4 +--
google-http-client-bom/pom.xml | 22 +++++++--------
google-http-client-findbugs/pom.xml | 4 +--
google-http-client-gson/pom.xml | 4 +--
google-http-client-jackson2/pom.xml | 4 +--
google-http-client-protobuf/pom.xml | 4 +--
google-http-client-test/pom.xml | 4 +--
google-http-client-xml/pom.xml | 4 +--
google-http-client/pom.xml | 4 +--
pom.xml | 4 +--
.../dailymotion-simple-cmdline-sample/pom.xml | 2 +-
versions.txt | 28 +++++++++----------
17 files changed, 66 insertions(+), 53 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03f5a60d1..d6ba5fb82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [1.41.6](https://github.com/googleapis/google-http-java-client/compare/v1.41.5...v1.41.6) (2022-04-06)
+
+
+### Bug Fixes
+
+* `Content-Encoding: gzip` along with `Transfer-Encoding: chunked` sometimes terminates early ([#1608](https://github.com/googleapis/google-http-java-client/issues/1608)) ([941da8b](https://github.com/googleapis/google-http-java-client/commit/941da8badf64068d11a53ac57a4ba35b2ad13490))
+
+
+### Dependencies
+
+* update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#1622](https://github.com/googleapis/google-http-java-client/issues/1622)) ([4e1101d](https://github.com/googleapis/google-http-java-client/commit/4e1101d7674cb5715b88a00750cdd5286a9ae077))
+* update dependency com.google.protobuf:protobuf-java to v3.20.0 ([#1621](https://github.com/googleapis/google-http-java-client/issues/1621)) ([640dc40](https://github.com/googleapis/google-http-java-client/commit/640dc4080249b65e5cabb7e1ae6cd9cd5b11bd8e))
+
### [1.41.5](https://github.com/googleapis/google-http-java-client/compare/v1.41.4...v1.41.5) (2022-03-21)
diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml
index d9741e5cc..1a263f7a1 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.41.6-SNAPSHOT
+ 1.41.6
apk
@@ -53,7 +53,7 @@
com.google.http-client
google-http-client-android
- 1.41.6-SNAPSHOT
+ 1.41.6
android
@@ -72,7 +72,7 @@
com.google.http-client
google-http-client-test
- 1.41.6-SNAPSHOT
+ 1.41.6
junit
diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml
index 0278df849..dc4b3f025 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-android
- 1.41.6-SNAPSHOT
+ 1.41.6
Android Platform Extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml
index 542c6e0f3..9bab7ee6c 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-apache-v2
- 1.41.6-SNAPSHOT
+ 1.41.6
Apache HTTP transport v2 for the Google HTTP Client Library for Java.
diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml
index 814bb715b..a0f159934 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-appengine
- 1.41.6-SNAPSHOT
+ 1.41.6
Google App Engine extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml
index af10fe954..aae5e1f2b 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
com.google.http-client
google-http-client-assembly
- 1.41.6-SNAPSHOT
+ 1.41.6
pom
Assembly for the Google HTTP Client Library for Java
diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml
index 392e97c0d..a27220339 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.41.6-SNAPSHOT
+ 1.41.6
pom
Google HTTP Client Library for Java BOM
@@ -63,52 +63,52 @@
com.google.http-client
google-http-client
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-android
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-apache-v2
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-appengine
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-findbugs
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-gson
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-jackson2
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-protobuf
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-test
- 1.41.6-SNAPSHOT
+ 1.41.6
com.google.http-client
google-http-client-xml
- 1.41.6-SNAPSHOT
+ 1.41.6
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index cb86215f7..580931e7f 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-findbugs
- 1.41.6-SNAPSHOT
+ 1.41.6
Google APIs Client Library Findbugs custom plugin.
diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml
index fb24ceea7..bd767d56e 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-gson
- 1.41.6-SNAPSHOT
+ 1.41.6
GSON extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml
index 178641fc4..b25322f7a 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-jackson2
- 1.41.6-SNAPSHOT
+ 1.41.6
Jackson 2 extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml
index 2810bd9f8..c469a090e 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-protobuf
- 1.41.6-SNAPSHOT
+ 1.41.6
Protocol Buffer extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml
index 3d049edcc..1f2edde0e 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-test
- 1.41.6-SNAPSHOT
+ 1.41.6
Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.
diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml
index 19f01e72c..576903ef6 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client-xml
- 1.41.6-SNAPSHOT
+ 1.41.6
XML extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml
index f519fec1c..eb3cce16e 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.41.6-SNAPSHOT
+ 1.41.6
../pom.xml
google-http-client
- 1.41.6-SNAPSHOT
+ 1.41.6
Google HTTP Client Library for Java
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
diff --git a/pom.xml b/pom.xml
index 12a1de4ac..c6ecd75c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.http-client
google-http-client-parent
- 1.41.6-SNAPSHOT
+ 1.41.6
pom
Parent for the Google HTTP Client Library for Java
Google HTTP Client Library for Java
@@ -560,7 +560,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.41.6-SNAPSHOT
+ 1.41.6
2.0.4
UTF-8
3.0.2
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index 96b4c8d05..5458d45ec 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.41.6-SNAPSHOT
+ 1.41.6
../../pom.xml
dailymotion-simple-cmdline-sample
diff --git a/versions.txt b/versions.txt
index b94bfbde0..c755d649d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,17 +1,17 @@
# Format:
# module:released-version:current-version
-google-http-client:1.41.5:1.41.6-SNAPSHOT
-google-http-client-bom:1.41.5:1.41.6-SNAPSHOT
-google-http-client-parent:1.41.5:1.41.6-SNAPSHOT
-google-http-client-android:1.41.5:1.41.6-SNAPSHOT
-google-http-client-android-test:1.41.5:1.41.6-SNAPSHOT
-google-http-client-apache-v2:1.41.5:1.41.6-SNAPSHOT
-google-http-client-appengine:1.41.5:1.41.6-SNAPSHOT
-google-http-client-assembly:1.41.5:1.41.6-SNAPSHOT
-google-http-client-findbugs:1.41.5:1.41.6-SNAPSHOT
-google-http-client-gson:1.41.5:1.41.6-SNAPSHOT
-google-http-client-jackson2:1.41.5:1.41.6-SNAPSHOT
-google-http-client-protobuf:1.41.5:1.41.6-SNAPSHOT
-google-http-client-test:1.41.5:1.41.6-SNAPSHOT
-google-http-client-xml:1.41.5:1.41.6-SNAPSHOT
+google-http-client:1.41.6:1.41.6
+google-http-client-bom:1.41.6:1.41.6
+google-http-client-parent:1.41.6:1.41.6
+google-http-client-android:1.41.6:1.41.6
+google-http-client-android-test:1.41.6:1.41.6
+google-http-client-apache-v2:1.41.6:1.41.6
+google-http-client-appengine:1.41.6:1.41.6
+google-http-client-assembly:1.41.6:1.41.6
+google-http-client-findbugs:1.41.6:1.41.6
+google-http-client-gson:1.41.6:1.41.6
+google-http-client-jackson2:1.41.6:1.41.6
+google-http-client-protobuf:1.41.6:1.41.6
+google-http-client-test:1.41.6:1.41.6
+google-http-client-xml:1.41.6:1.41.6