Date: Thu, 26 Jan 2023 09:50:42 -0500
Subject: [PATCH 2/9] docs: adding deprecated annotation and guide for
migration (#2244)
---
.../extensions/java6/auth/oauth2/GooglePromptReceiver.java | 4 ++++
.../googleapis/auth/oauth2/GoogleOAuthConstants.java | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java b/google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java
index 4e8e580c9..0fcc8e336 100644
--- a/google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java
+++ b/google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java
@@ -22,6 +22,10 @@
* Google OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied
* from the browser.
*
+ * This uses deprecated OAuth out-of-band (oob) flow. To migrate to an alternative flow, please
+ * refer to Making
+ * Google OAuth interactions safer by using more secure OAuth flows.
+ *
*
Implementation is thread-safe.
*
* @since 1.11
diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java
index 4d780e8da..2e4ea5733 100644
--- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java
+++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java
@@ -44,8 +44,13 @@ public class GoogleOAuthConstants {
* Redirect URI to use for an installed application as specified in Using OAuth 2.0 for
* Mobile & Desktop Apps.
+ *
+ *
OAuth out-of-band (oob) flow has been deprecated. To migrate to an alternative flow, please
+ * refer to Making Google
+ * OAuth interactions safer by using more secure OAuth flows.
*/
- public static final String OOB_REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob";
+ @Deprecated public static final String OOB_REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob";
private GoogleOAuthConstants() {}
}
From 5de8cc20727df41fd008b3ff2709a60c3755b984 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:54:11 +0000
Subject: [PATCH 3/9] fix(deps): update dependency
org.apache.httpcomponents:httpcore to v4.4.16 (#2237)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.httpcomponents:httpcore](http://hc.apache.org/httpcomponents-core-ga) | `4.4.15` -> `4.4.16` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, 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/googleapis/google-api-java-client).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3b1466752..6d0324309 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@
UTF-8
1.42.3
- 4.4.15
+ 4.4.16
4.5.13
1.15
1.34.1
From 18a75c74255f7a71dfc141c1c4a2065b99e2f1fb Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:54:17 +0000
Subject: [PATCH 4/9] chore(deps): update dependency
org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m8 (#2235)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | `3.0.0-M7` -> `3.0.0-M8` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, 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/googleapis/google-api-java-client).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6d0324309..8485263cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,7 +299,7 @@
maven-surefire-plugin
- 3.0.0-M7
+ 3.0.0-M8
-Xmx1024m
sponge_log
From 710a5ade1068832df4cd949f31e8f319920c8d1b Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:56:11 +0000
Subject: [PATCH 5/9] fix(deps): update dependency
com.google.cloud:libraries-bom to v26.4.0 (#2240)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.4` -> `26.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, 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/googleapis/google-api-java-client).
---
samples/snippets/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 320fefc14..aaf2b60fc 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.1.4
+ 26.4.0
pom
import
From a83047687f9a2df4565ec33a8156af19cf97ffd3 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:57:41 +0000
Subject: [PATCH 6/9] fix(deps): update dependency
com.google.api-client:google-api-client to v2.1.3 (#2239)
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index db79cb898..6c6fb937f 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.api-client
google-api-client
- 2.0.1
+ 2.1.3
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 36055ec21..4d7ab9e58 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.api-client
google-api-client
- 2.0.1
+ 2.1.3
From 03102d0d9f0b91e7c8441f75daf5a6f77e0a91ac Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:57:58 +0000
Subject: [PATCH 7/9] chore(deps): update dependency
org.apache.maven.plugins:maven-dependency-plugin to v3.5.0 (#2238)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8485263cc..fbf6b678d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
org.apache.maven.plugins
maven-dependency-plugin
- 3.4.0
+ 3.5.0
From aa2b08c599429551737e339df2742d7bfbf7ac2a Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 26 Jan 2023 14:58:12 +0000
Subject: [PATCH 8/9] fix(deps): update dependency
org.apache.httpcomponents:httpclient to v4.5.14 (#2236)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.httpcomponents:httpclient](http://hc.apache.org/httpcomponents-client-ga) | `4.5.13` -> `4.5.14` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, 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/googleapis/google-api-java-client).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fbf6b678d..f57cf2ea8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@
UTF-8
1.42.3
4.4.16
- 4.5.13
+ 4.5.14
1.15
1.34.1
3.0.2
From b5aa4b55a380dc42f9e861a9c79de91648642a40 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 26 Jan 2023 10:26:01 -0500
Subject: [PATCH 9/9] chore(main): release 2.1.4 (#2245)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 15 +++++++++++++++
google-api-client-android/pom.xml | 2 +-
google-api-client-appengine/pom.xml | 2 +-
google-api-client-assembly/pom.xml | 2 +-
google-api-client-bom/pom.xml | 22 +++++++++++-----------
google-api-client-gson/pom.xml | 2 +-
google-api-client-jackson2/pom.xml | 2 +-
google-api-client-java6/pom.xml | 2 +-
google-api-client-protobuf/pom.xml | 2 +-
google-api-client-servlet/pom.xml | 2 +-
google-api-client-xml/pom.xml | 2 +-
google-api-client/pom.xml | 2 +-
pom.xml | 2 +-
versions.txt | 2 +-
14 files changed, 38 insertions(+), 23 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b6ca3743..751a622d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [2.1.4](https://github.com/googleapis/google-api-java-client/compare/v2.1.3...v2.1.4) (2023-01-26)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency com.google.api-client:google-api-client to v2.1.3 ([#2239](https://github.com/googleapis/google-api-java-client/issues/2239)) ([a830476](https://github.com/googleapis/google-api-java-client/commit/a83047687f9a2df4565ec33a8156af19cf97ffd3))
+* **deps:** Update dependency com.google.cloud:libraries-bom to v26.4.0 ([#2240](https://github.com/googleapis/google-api-java-client/issues/2240)) ([710a5ad](https://github.com/googleapis/google-api-java-client/commit/710a5ade1068832df4cd949f31e8f319920c8d1b))
+* **deps:** Update dependency org.apache.httpcomponents:httpclient to v4.5.14 ([#2236](https://github.com/googleapis/google-api-java-client/issues/2236)) ([aa2b08c](https://github.com/googleapis/google-api-java-client/commit/aa2b08c599429551737e339df2742d7bfbf7ac2a))
+* **deps:** Update dependency org.apache.httpcomponents:httpcore to v4.4.16 ([#2237](https://github.com/googleapis/google-api-java-client/issues/2237)) ([5de8cc2](https://github.com/googleapis/google-api-java-client/commit/5de8cc20727df41fd008b3ff2709a60c3755b984))
+
+
+### Documentation
+
+* Adding deprecated annotation and guide for migration ([#2244](https://github.com/googleapis/google-api-java-client/issues/2244)) ([e505c26](https://github.com/googleapis/google-api-java-client/commit/e505c269078208dbce11c966189b2b4ca30956e7))
+
## [2.1.3](https://github.com/googleapis/google-api-java-client/compare/v2.1.2...v2.1.3) (2023-01-20)
diff --git a/google-api-client-android/pom.xml b/google-api-client-android/pom.xml
index 558d645b6..0978829fd 100644
--- a/google-api-client-android/pom.xml
+++ b/google-api-client-android/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-android
diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml
index 7a7fe6f40..506d1c4d3 100644
--- a/google-api-client-appengine/pom.xml
+++ b/google-api-client-appengine/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-appengine
diff --git a/google-api-client-assembly/pom.xml b/google-api-client-assembly/pom.xml
index 44120fb94..59868f64f 100644
--- a/google-api-client-assembly/pom.xml
+++ b/google-api-client-assembly/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
com.google.api-client
diff --git a/google-api-client-bom/pom.xml b/google-api-client-bom/pom.xml
index c478dd43f..6c7004f0c 100644
--- a/google-api-client-bom/pom.xml
+++ b/google-api-client-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.api-client
google-api-client-bom
- 2.1.4-SNAPSHOT
+ 2.1.4
pom
Google API Client Library for Java BOM
@@ -63,53 +63,53 @@
com.google.api-client
google-api-client
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-android
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-appengine
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-assembly
- 2.1.4-SNAPSHOT
+ 2.1.4
pom
com.google.api-client
google-api-client-gson
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-jackson2
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-java6
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-protobuf
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-servlet
- 2.1.4-SNAPSHOT
+ 2.1.4
com.google.api-client
google-api-client-xml
- 2.1.4-SNAPSHOT
+ 2.1.4
diff --git a/google-api-client-gson/pom.xml b/google-api-client-gson/pom.xml
index aeff7f2f2..dd0f03173 100644
--- a/google-api-client-gson/pom.xml
+++ b/google-api-client-gson/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-gson
diff --git a/google-api-client-jackson2/pom.xml b/google-api-client-jackson2/pom.xml
index b3af9e76a..b601b3deb 100644
--- a/google-api-client-jackson2/pom.xml
+++ b/google-api-client-jackson2/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-jackson2
diff --git a/google-api-client-java6/pom.xml b/google-api-client-java6/pom.xml
index 6a9fc2b55..875e525b3 100644
--- a/google-api-client-java6/pom.xml
+++ b/google-api-client-java6/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-java6
diff --git a/google-api-client-protobuf/pom.xml b/google-api-client-protobuf/pom.xml
index a26c4ddc7..aab6d870b 100644
--- a/google-api-client-protobuf/pom.xml
+++ b/google-api-client-protobuf/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-protobuf
diff --git a/google-api-client-servlet/pom.xml b/google-api-client-servlet/pom.xml
index cb1dbc717..1bae767d2 100644
--- a/google-api-client-servlet/pom.xml
+++ b/google-api-client-servlet/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-servlet
diff --git a/google-api-client-xml/pom.xml b/google-api-client-xml/pom.xml
index a7ec74feb..c287dcac9 100644
--- a/google-api-client-xml/pom.xml
+++ b/google-api-client-xml/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client-xml
diff --git a/google-api-client/pom.xml b/google-api-client/pom.xml
index 2634514bf..fed421cc8 100644
--- a/google-api-client/pom.xml
+++ b/google-api-client/pom.xml
@@ -4,7 +4,7 @@
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
../pom.xml
google-api-client
diff --git a/pom.xml b/pom.xml
index f57cf2ea8..e6234bb5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.api-client
google-api-client-parent
- 2.1.4-SNAPSHOT
+ 2.1.4
pom
Parent for the Google API Client Library for Java
The Google APIs Client Library for Java is a Java client library
diff --git a/versions.txt b/versions.txt
index 2d21111cf..2a39fa645 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-api-client:2.1.3:2.1.4-SNAPSHOT
+google-api-client:2.1.4:2.1.4