From 90e5fee999d60ec5c1634ee25f796dbbd1a1f73e Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 12 Apr 2021 12:52:02 +0000
Subject: [PATCH 01/11] chore: release 1.94.8-SNAPSHOT (#427)
:robot: I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
google-cloud-core-bom/pom.xml | 8 ++++----
google-cloud-core-grpc/pom.xml | 4 ++--
google-cloud-core-http/pom.xml | 4 ++--
google-cloud-core/pom.xml | 4 ++--
pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 7ccd132e30..25b5d4f446 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-bom
- 1.94.7
+ 1.94.8-SNAPSHOT
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 1.94.7
+ 1.94.8-SNAPSHOT
com.google.cloud
google-cloud-core-grpc
- 1.94.7
+ 1.94.8-SNAPSHOT
com.google.cloud
google-cloud-core-http
- 1.94.7
+ 1.94.8-SNAPSHOT
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index 9e39775a92..89093bbd63 100644
--- a/google-cloud-core-grpc/pom.xml
+++ b/google-cloud-core-grpc/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-grpc
- 1.94.7
+ 1.94.8-SNAPSHOT
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.7
+ 1.94.8-SNAPSHOT
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index 47bf16dcd8..db5c52c73e 100644
--- a/google-cloud-core-http/pom.xml
+++ b/google-cloud-core-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-http
- 1.94.7
+ 1.94.8-SNAPSHOT
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.7
+ 1.94.8-SNAPSHOT
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index 2c39375506..b70dfffa93 100644
--- a/google-cloud-core/pom.xml
+++ b/google-cloud-core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core
- 1.94.7
+ 1.94.8-SNAPSHOT
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.7
+ 1.94.8-SNAPSHOT
google-cloud-core
diff --git a/pom.xml b/pom.xml
index 02f0af8714..4d116eb0c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 1.94.7
+ 1.94.8-SNAPSHOT
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 8f6c6d9fb0..029032a3a0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:1.94.7:1.94.7
\ No newline at end of file
+google-cloud-core:1.94.7:1.94.8-SNAPSHOT
\ No newline at end of file
From f982d38cf3dcf62c07031e7ac8b4c5708c0f14e0 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Mon, 12 Apr 2021 07:22:43 -0700
Subject: [PATCH 02/11] build(java): skip javadoc tests during dependencies
test (#423)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/33ced83d-18be-4eec-9f43-00d6fbbc175a/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/5b0e1592dd7d70b485e157ea4b3eb1704ecbd015
---
.kokoro/dependencies.sh | 1 +
synth.metadata | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index 0fb8c8436c..59d2aafc79 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
-DskipTests=true \
+ -Dmaven.javadoc.skip=true \
-Dclirr.skip=true
mvn -B dependency:analyze -DfailOnWarning=true
diff --git a/synth.metadata b/synth.metadata
index 945178f4ca..030bcd1960 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
- "sha": "e31620a2f7a15853a1acec8c09416953cc4dce09"
+ "sha": "8c0d6fac48f2dd4651dcd4ff7680ee4ad6a35cb1"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
+ "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
}
}
],
From f1ea2f8568bc7c5ed9b1d495bdd88446aa3c4135 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 13 Apr 2021 08:38:22 -0700
Subject: [PATCH 03/11] fix: typo (#429)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/a39ccf4b-409a-4423-9b0c-4dc43267f906/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/082e1ca0863b13ada8594fe91845380765da5b70
---
.kokoro/build.sh | 2 +-
synth.metadata | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 29905dbcf5..25c73263ab 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
-Dgcloud.download.skip=true \
-T 1C
-# if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it
+# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
fi
diff --git a/synth.metadata b/synth.metadata
index 030bcd1960..d59303e3e5 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
- "sha": "8c0d6fac48f2dd4651dcd4ff7680ee4ad6a35cb1"
+ "sha": "f982d38cf3dcf62c07031e7ac8b4c5708c0f14e0"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
+ "sha": "082e1ca0863b13ada8594fe91845380765da5b70"
}
}
],
@@ -26,6 +26,7 @@
".github/readme/synth.py",
".github/release-please.yml",
".github/snippet-bot.yml",
+ ".github/sync-repo-settings.yaml",
".github/trusted-contribution.yml",
".github/workflows/approve-readme.yaml",
".github/workflows/auto-release.yaml",
From db5dcdeda126258465ef85e0ed4f66e6320a63d3 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 14 Apr 2021 23:14:08 +0200
Subject: [PATCH 04/11] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v0.11.1 (#431)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.0` -> `0.11.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v0.11.1`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#0111-httpswwwgithubcomgoogleapisjava-shared-configcomparev0110v0111-2021-04-14)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.11.0...v0.11.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**: Whenever PR becomes conflicted, 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/googleapis/java-core).
---
google-cloud-core-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 25b5d4f446..01b9058c29 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.0
+ 0.11.1
Google Cloud Core
diff --git a/pom.xml b/pom.xml
index 4d116eb0c1..deee57f9fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.0
+ 0.11.1
From 289bcab7d8eeffc1671c3cb4c3e8cc4843d90e1a Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 15 Apr 2021 08:32:50 -0700
Subject: [PATCH 05/11] fix: release scripts from issuing overlapping phases
(#432)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/42e6b423-50a1-45f0-be87-e54e9aaf68d2/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d
---
.kokoro/release/snapshot.sh | 2 +-
.kokoro/release/stage.sh | 2 +-
synth.metadata | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.kokoro/release/snapshot.sh b/.kokoro/release/snapshot.sh
index 098168a737..1f55b77024 100755
--- a/.kokoro/release/snapshot.sh
+++ b/.kokoro/release/snapshot.sh
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
setup_environment_secrets
create_settings_xml_file "settings.xml"
-mvn clean install deploy -B \
+mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DperformRelease=true \
-Dgpg.executable=gpg \
diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh
index 16126d2eb5..8a1033843c 100755
--- a/.kokoro/release/stage.sh
+++ b/.kokoro/release/stage.sh
@@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
retry_with_backoff 3 10 \
- mvn clean install deploy -B \
+ mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
-DperformRelease=true \
diff --git a/synth.metadata b/synth.metadata
index d59303e3e5..86dae61767 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
- "sha": "f982d38cf3dcf62c07031e7ac8b4c5708c0f14e0"
+ "sha": "db5dcdeda126258465ef85e0ed4f66e6320a63d3"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "082e1ca0863b13ada8594fe91845380765da5b70"
+ "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
}
}
],
From af08225277fb436a53a1a65d60a7be80b786da4b Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 20 Apr 2021 18:33:25 +0200
Subject: [PATCH 06/11] deps: update dependency org.threeten:threetenbp to
v1.5.1 (#433)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index deee57f9fe..dd80688c09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
1.1.2
3.6
3.0.2
- 1.5.0
+ 1.5.1
2.6
2.6.0
2.8.6
From 7cc490df5e3d24986e7032f5a93a1f844aaa66d5 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 20 Apr 2021 20:46:13 +0200
Subject: [PATCH 07/11] deps: update dependency
com.google.auth:google-auth-library-bom to v0.25.4 (#428)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.auth:google-auth-library-bom](https://togithub.com/googleapis/google-auth-library-java) | `0.25.2` -> `0.25.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/google-auth-library-java
### [`v0.25.4`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#0254-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev0253v0254-2021-04-15)
[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v0.25.3...v0.25.4)
### [`v0.25.3`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#0253-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev0252v0253-2021-04-12)
[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v0.25.2...v0.25.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**: Whenever PR becomes conflicted, 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/googleapis/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dd80688c09..a44bf8d74b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
1.10.1
2.1.0
1.0.12
- 0.25.2
+ 0.25.4
1.31.4
1.39.2
1.37.0
From c9076906fa84c97d9934dbcf1e400f228f4209c7 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 23 Apr 2021 00:34:29 +0200
Subject: [PATCH 08/11] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v0.11.2 (#436)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.1` -> `0.11.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v0.11.2`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#0112-httpswwwgithubcomgoogleapisjava-shared-configcomparev0111v0112-2021-04-22)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.11.1...v0.11.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**: Whenever PR becomes conflicted, 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/googleapis/java-core).
---
google-cloud-core-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 01b9058c29..17fb15466e 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.1
+ 0.11.2
Google Cloud Core
diff --git a/pom.xml b/pom.xml
index a44bf8d74b..6a3165a49d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.1
+ 0.11.2
From e853d98caca3d5f0312a0fb9bbab0ffe4a0ce6e2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 23 Apr 2021 02:14:13 +0200
Subject: [PATCH 09/11] deps: update dependency com.google.api:api-common to
v1.10.3 (#437)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | `1.10.1` -> `1.10.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/api-common-java
### [`v1.10.3`](https://togithub.com/googleapis/api-common-java/blob/master/CHANGELOG.md#1103-httpswwwgithubcomgoogleapisapi-common-javacomparev1102v1103-2021-04-22)
[Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.10.1...v1.10.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**: Whenever PR becomes conflicted, 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/googleapis/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6a3165a49d..e38b89e490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
github
google-cloud-core-parent
1.63.0
- 1.10.1
+ 1.10.3
2.1.0
1.0.12
0.25.4
From 7f7f3624a3c436c61a366e5e172592838a4078e0 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 23 Apr 2021 02:20:14 +0200
Subject: [PATCH 10/11] deps: update dependency
com.google.auth:google-auth-library-bom to v0.25.5 (#435)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.auth:google-auth-library-bom](https://togithub.com/googleapis/google-auth-library-java) | `0.25.4` -> `0.25.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/google-auth-library-java
### [`v0.25.5`](https://togithub.com/googleapis/google-auth-library-java/blob/master/CHANGELOG.md#0255-httpswwwgithubcomgoogleapisgoogle-auth-library-javacomparev0254v0255-2021-04-22)
[Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v0.25.4...v0.25.5)
---
### 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**: Whenever PR becomes conflicted, 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/googleapis/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e38b89e490..2f6a5f55d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
1.10.3
2.1.0
1.0.12
- 0.25.4
+ 0.25.5
1.31.4
1.39.2
1.37.0
From ddd4cd622bc8514a8eee3184f7cc8f83e23ab0c0 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 23 Apr 2021 00:26:14 +0000
Subject: [PATCH 11/11] chore: release 1.94.8 (#430)
:robot: I have created a release \*beep\* \*boop\*
---
### [1.94.8](https://www.github.com/googleapis/java-core/compare/v1.94.7...v1.94.8) (2021-04-23)
### Bug Fixes
* release scripts from issuing overlapping phases ([#432](https://www.github.com/googleapis/java-core/issues/432)) ([289bcab](https://www.github.com/googleapis/java-core/commit/289bcab7d8eeffc1671c3cb4c3e8cc4843d90e1a))
* typo ([#429](https://www.github.com/googleapis/java-core/issues/429)) ([f1ea2f8](https://www.github.com/googleapis/java-core/commit/f1ea2f8568bc7c5ed9b1d495bdd88446aa3c4135))
### Dependencies
* update dependency com.google.api:api-common to v1.10.3 ([#437](https://www.github.com/googleapis/java-core/issues/437)) ([e853d98](https://www.github.com/googleapis/java-core/commit/e853d98caca3d5f0312a0fb9bbab0ffe4a0ce6e2))
* update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#428](https://www.github.com/googleapis/java-core/issues/428)) ([7cc490d](https://www.github.com/googleapis/java-core/commit/7cc490df5e3d24986e7032f5a93a1f844aaa66d5))
* update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#435](https://www.github.com/googleapis/java-core/issues/435)) ([7f7f362](https://www.github.com/googleapis/java-core/commit/7f7f3624a3c436c61a366e5e172592838a4078e0))
* update dependency org.threeten:threetenbp to v1.5.1 ([#433](https://www.github.com/googleapis/java-core/issues/433)) ([af08225](https://www.github.com/googleapis/java-core/commit/af08225277fb436a53a1a65d60a7be80b786da4b))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 16 ++++++++++++++++
google-cloud-core-bom/pom.xml | 8 ++++----
google-cloud-core-grpc/pom.xml | 4 ++--
google-cloud-core-http/pom.xml | 4 ++--
google-cloud-core/pom.xml | 4 ++--
pom.xml | 2 +-
versions.txt | 2 +-
7 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a184516bb4..1568c70427 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+### [1.94.8](https://www.github.com/googleapis/java-core/compare/v1.94.7...v1.94.8) (2021-04-23)
+
+
+### Bug Fixes
+
+* release scripts from issuing overlapping phases ([#432](https://www.github.com/googleapis/java-core/issues/432)) ([289bcab](https://www.github.com/googleapis/java-core/commit/289bcab7d8eeffc1671c3cb4c3e8cc4843d90e1a))
+* typo ([#429](https://www.github.com/googleapis/java-core/issues/429)) ([f1ea2f8](https://www.github.com/googleapis/java-core/commit/f1ea2f8568bc7c5ed9b1d495bdd88446aa3c4135))
+
+
+### Dependencies
+
+* update dependency com.google.api:api-common to v1.10.3 ([#437](https://www.github.com/googleapis/java-core/issues/437)) ([e853d98](https://www.github.com/googleapis/java-core/commit/e853d98caca3d5f0312a0fb9bbab0ffe4a0ce6e2))
+* update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#428](https://www.github.com/googleapis/java-core/issues/428)) ([7cc490d](https://www.github.com/googleapis/java-core/commit/7cc490df5e3d24986e7032f5a93a1f844aaa66d5))
+* update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#435](https://www.github.com/googleapis/java-core/issues/435)) ([7f7f362](https://www.github.com/googleapis/java-core/commit/7f7f3624a3c436c61a366e5e172592838a4078e0))
+* update dependency org.threeten:threetenbp to v1.5.1 ([#433](https://www.github.com/googleapis/java-core/issues/433)) ([af08225](https://www.github.com/googleapis/java-core/commit/af08225277fb436a53a1a65d60a7be80b786da4b))
+
### [1.94.7](https://www.github.com/googleapis/java-core/compare/v1.94.6...v1.94.7) (2021-04-12)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 17fb15466e..1009c9a670 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-bom
- 1.94.8-SNAPSHOT
+ 1.94.8
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 1.94.8-SNAPSHOT
+ 1.94.8
com.google.cloud
google-cloud-core-grpc
- 1.94.8-SNAPSHOT
+ 1.94.8
com.google.cloud
google-cloud-core-http
- 1.94.8-SNAPSHOT
+ 1.94.8
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index 89093bbd63..add7b2d1cb 100644
--- a/google-cloud-core-grpc/pom.xml
+++ b/google-cloud-core-grpc/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-grpc
- 1.94.8-SNAPSHOT
+ 1.94.8
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.8-SNAPSHOT
+ 1.94.8
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index db5c52c73e..7c5169015a 100644
--- a/google-cloud-core-http/pom.xml
+++ b/google-cloud-core-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-http
- 1.94.8-SNAPSHOT
+ 1.94.8
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.8-SNAPSHOT
+ 1.94.8
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index b70dfffa93..c6dc225ec4 100644
--- a/google-cloud-core/pom.xml
+++ b/google-cloud-core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core
- 1.94.8-SNAPSHOT
+ 1.94.8
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 1.94.8-SNAPSHOT
+ 1.94.8
google-cloud-core
diff --git a/pom.xml b/pom.xml
index 2f6a5f55d4..5508ba283b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 1.94.8-SNAPSHOT
+ 1.94.8
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 029032a3a0..ea11a118f4 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:1.94.7:1.94.8-SNAPSHOT
\ No newline at end of file
+google-cloud-core:1.94.8:1.94.8
\ No newline at end of file