From 2f50be1ea5e6380bff903bb266deabfc462a040e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:10:55 +0000 Subject: [PATCH] chore(main): release 1.42.3 --- CHANGELOG.md | 14 ++++++++++ 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, 67 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f9a67c0..8c3c9cfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.42.3](https://github.com/googleapis/google-http-java-client/compare/v1.42.2...v1.42.3) (2022-08-16) + + +### Dependencies + +* update dependency com.google.code.gson:gson to v2.9.1 ([#1700](https://github.com/googleapis/google-http-java-client/issues/1700)) ([5c17e2b](https://github.com/googleapis/google-http-java-client/commit/5c17e2ba56ec094a375f986f58867856ba3192cf)) +* update dependency com.google.errorprone:error_prone_annotations to v2.15.0 ([#1701](https://github.com/googleapis/google-http-java-client/issues/1701)) ([0a2e437](https://github.com/googleapis/google-http-java-client/commit/0a2e437017bec6ddf09cff99f535c012a43a5fd6)) +* update dependency com.google.protobuf:protobuf-java to v3.21.3 ([#1694](https://github.com/googleapis/google-http-java-client/issues/1694)) ([f86112d](https://github.com/googleapis/google-http-java-client/commit/f86112d90ce138dc5cbdca6ddcc50aec3e952740)) +* update dependency com.google.protobuf:protobuf-java to v3.21.4 ([#1698](https://github.com/googleapis/google-http-java-client/issues/1698)) ([fdabd56](https://github.com/googleapis/google-http-java-client/commit/fdabd5672c571c473351ac36248e365f7dd7dcf5)) +* update dependency com.google.protobuf:protobuf-java to v3.21.5 ([#1703](https://github.com/googleapis/google-http-java-client/issues/1703)) ([bdb8cbd](https://github.com/googleapis/google-http-java-client/commit/bdb8cbd83e7c77454e782a7c824e37ef1d011281)) +* update dependency org.apache.felix:maven-bundle-plugin to v5.1.7 ([#1688](https://github.com/googleapis/google-http-java-client/issues/1688)) ([8bea209](https://github.com/googleapis/google-http-java-client/commit/8bea209c7b23ffb5a57f683ae21889a87f9b7f55)) +* update dependency org.apache.felix:maven-bundle-plugin to v5.1.8 ([#1699](https://github.com/googleapis/google-http-java-client/issues/1699)) ([fa578e0](https://github.com/googleapis/google-http-java-client/commit/fa578e0f7ad6a6c45a0b9de54a936a16a8d345a7)) +* update project.appengine.version to v2.0.6 ([#1704](https://github.com/googleapis/google-http-java-client/issues/1704)) ([b33a9c1](https://github.com/googleapis/google-http-java-client/commit/b33a9c173a74e631e9d7e04f51df4370f979da10)) + ## [1.42.2](https://github.com/googleapis/google-http-java-client/compare/v1.42.1...v1.42.2) (2022-07-13) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index 3369ab278..1f8855022 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.42.3-SNAPSHOT + 1.42.3 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.42.3-SNAPSHOT + 1.42.3 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.42.3-SNAPSHOT + 1.42.3 junit diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index c6a9e6f55..7bf9104fc 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-android - 1.42.3-SNAPSHOT + 1.42.3 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 a2d67545d..c5021b35b 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-apache-v2 - 1.42.3-SNAPSHOT + 1.42.3 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 553069719..5f658692d 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-appengine - 1.42.3-SNAPSHOT + 1.42.3 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 53831dcc7..ff622b7c4 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml com.google.http-client google-http-client-assembly - 1.42.3-SNAPSHOT + 1.42.3 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 a4a5c73ed..15e0a429d 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.42.3-SNAPSHOT + 1.42.3 pom Google HTTP Client Library for Java BOM @@ -63,52 +63,52 @@ com.google.http-client google-http-client - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-android - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-apache-v2 - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-appengine - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-findbugs - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-gson - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-jackson2 - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-protobuf - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-test - 1.42.3-SNAPSHOT + 1.42.3 com.google.http-client google-http-client-xml - 1.42.3-SNAPSHOT + 1.42.3 diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 63d0a6a44..2434963c9 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-findbugs - 1.42.3-SNAPSHOT + 1.42.3 Google APIs Client Library Findbugs custom plugin. diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index bf6ce0d01..f4df59c55 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-gson - 1.42.3-SNAPSHOT + 1.42.3 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 f1b752d7e..f7c477de1 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-jackson2 - 1.42.3-SNAPSHOT + 1.42.3 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 35269577b..238dcd7be 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-protobuf - 1.42.3-SNAPSHOT + 1.42.3 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 d1e15ffea..8a5eb16bf 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-test - 1.42.3-SNAPSHOT + 1.42.3 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 ce14d370f..f9f445b4f 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client-xml - 1.42.3-SNAPSHOT + 1.42.3 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 4e23f0acd..fd49b787a 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.42.3-SNAPSHOT + 1.42.3 ../pom.xml google-http-client - 1.42.3-SNAPSHOT + 1.42.3 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 eb28efe5e..766368c49 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.42.3-SNAPSHOT + 1.42.3 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.42.3-SNAPSHOT + 1.42.3 2.0.6 UTF-8 3.0.2 diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 21f330dfb..eddceeb32 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.42.3-SNAPSHOT + 1.42.3 ../../pom.xml dailymotion-simple-cmdline-sample diff --git a/versions.txt b/versions.txt index 573813965..d094bce43 100644 --- a/versions.txt +++ b/versions.txt @@ -1,17 +1,17 @@ # Format: # module:released-version:current-version -google-http-client:1.42.2:1.42.3-SNAPSHOT -google-http-client-bom:1.42.2:1.42.3-SNAPSHOT -google-http-client-parent:1.42.2:1.42.3-SNAPSHOT -google-http-client-android:1.42.2:1.42.3-SNAPSHOT -google-http-client-android-test:1.42.2:1.42.3-SNAPSHOT -google-http-client-apache-v2:1.42.2:1.42.3-SNAPSHOT -google-http-client-appengine:1.42.2:1.42.3-SNAPSHOT -google-http-client-assembly:1.42.2:1.42.3-SNAPSHOT -google-http-client-findbugs:1.42.2:1.42.3-SNAPSHOT -google-http-client-gson:1.42.2:1.42.3-SNAPSHOT -google-http-client-jackson2:1.42.2:1.42.3-SNAPSHOT -google-http-client-protobuf:1.42.2:1.42.3-SNAPSHOT -google-http-client-test:1.42.2:1.42.3-SNAPSHOT -google-http-client-xml:1.42.2:1.42.3-SNAPSHOT +google-http-client:1.42.3:1.42.3 +google-http-client-bom:1.42.3:1.42.3 +google-http-client-parent:1.42.3:1.42.3 +google-http-client-android:1.42.3:1.42.3 +google-http-client-android-test:1.42.3:1.42.3 +google-http-client-apache-v2:1.42.3:1.42.3 +google-http-client-appengine:1.42.3:1.42.3 +google-http-client-assembly:1.42.3:1.42.3 +google-http-client-findbugs:1.42.3:1.42.3 +google-http-client-gson:1.42.3:1.42.3 +google-http-client-jackson2:1.42.3:1.42.3 +google-http-client-protobuf:1.42.3:1.42.3 +google-http-client-test:1.42.3:1.42.3 +google-http-client-xml:1.42.3:1.42.3