From 8c5aeaff004fab98c226af83ca0040fbd20e0c8f Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 3 Jun 2021 23:08:03 +0000
Subject: [PATCH 01/18] chore: release 1.3.1-SNAPSHOT (#378)
: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).
---
pom.xml | 2 +-
versions.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3803cd26..0126516c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shared-dependencies
pom
- 1.3.0
+ 1.3.1-SNAPSHOT
Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
diff --git a/versions.txt b/versions.txt
index aa3de0b3..c1c88a30 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-dependencies:1.3.0:1.3.0
\ No newline at end of file
+google-cloud-shared-dependencies:1.3.0:1.3.1-SNAPSHOT
\ No newline at end of file
From 6f43eb553dca98140d343bee3f1003096d79ee6c Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 9 Jun 2021 17:16:02 +0200
Subject: [PATCH 02/18] deps: update dependency
com.google.protobuf:protobuf-bom to v3.17.3 (#379)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0126516c..531de1b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
1.38.0
1.65.0
30.1.1-android
- 3.17.2
+ 3.17.3
1.10.3
2.3.2
1.95.0
From a2a15471dee21207a0b97b3bc8f6f59d6a4a2d13 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 9 Jun 2021 21:01:30 +0200
Subject: [PATCH 03/18] deps: update dependency com.google.api:gax-grpc to
v1.65.1 (#382)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 531de1b1..13d88d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
${project.artifactId}
1.38.0
- 1.65.0
+ 1.65.1
30.1.1-android
3.17.3
1.10.3
From 44961532f621b0ab19e9e7feebb7d588aef5d423 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 9 Jun 2021 21:01:40 +0200
Subject: [PATCH 04/18] deps: update google.core.version to v1.95.1 (#381)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 13d88d29..cfdd2567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
3.17.3
1.10.3
2.3.2
- 1.95.0
+ 1.95.1
0.26.0
1.39.2
1.31.5
From 0ae2841d7ce2885d041795c58a38d2d3973c2e5a Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Wed, 16 Jun 2021 16:02:36 -0700
Subject: [PATCH 05/18] fix: Update dependencies.sh to not break on mac (#384)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/f853e0b6-9a6b-4346-9a07-ff7c7ec6f858/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/8f76a885deaaf2fe234daeba4a8cc4d1b3de8086
---
.kokoro/dependencies.sh | 4 ++--
synth.metadata | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index 59d2aafc..a7e999d3 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -46,7 +46,7 @@ function completenessCheck() {
# This is stripped from the output as it is not present in the flattened pom.
# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
msg "Generating dependency list using original pom..."
- mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e s/\\s--\\smodule.*// >.org-list.txt
+ mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e 's/ --.*//' >.org-list.txt
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
msg "Generating dependency list using flattened pom..."
@@ -70,7 +70,7 @@ function completenessCheck() {
set +e
error_count=0
-for path in $(find -name ".flattened-pom.xml")
+for path in **/.flattened-pom.xml
do
# Check flattened pom in each dir that contains it for completeness
dir=$(dirname "$path")
diff --git a/synth.metadata b/synth.metadata
index adb93e57..3f49dab7 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
- "sha": "4b4dc836196e6c4d08725f201aa0f14fe145e3b3"
+ "sha": "44961532f621b0ab19e9e7feebb7d588aef5d423"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
+ "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
}
}
],
@@ -79,6 +79,7 @@
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
+ "SECURITY.md",
"codecov.yaml",
"java.header",
"license-checks.xml"
From 7216859bcd67fa1ce1119831c33c50a2d5b79324 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 17 Jun 2021 01:02:39 +0200
Subject: [PATCH 06/18] deps: update google.core.version to v1.95.2 (#383)
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:google-cloud-core](https://togithub.com/googleapis/java-core) | `1.95.1` -> `1.95.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/) |
| [com.google.cloud:google-cloud-core-bom](https://togithub.com/googleapis/java-core) | `1.95.1` -> `1.95.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-core
### [`v1.95.2`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#1952-httpswwwgithubcomgoogleapisjava-corecomparev1951v1952-2021-06-09)
[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.95.1...v1.95.2)
---
### Configuration
📅 **Schedule**: 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 these updates 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-shared-dependencies).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cfdd2567..aa88016f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
3.17.3
1.10.3
2.3.2
- 1.95.1
+ 1.95.2
0.26.0
1.39.2
1.31.5
From 5f2b39b5bdc4cec9d5ab2f050e11000ed372d057 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 18 Jun 2021 00:32:57 +0200
Subject: [PATCH 07/18] deps: update dependency com.google.api:api-common to
v1.10.4 (#385)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa88016f..b2e55438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
1.65.1
30.1.1-android
3.17.3
- 1.10.3
+ 1.10.4
2.3.2
1.95.2
0.26.0
From 7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 18 Jun 2021 23:04:19 +0200
Subject: [PATCH 08/18] deps: update dependency io.grpc:grpc-bom to v1.38.1
(#386)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2e55438..d91a0918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
UTF-8
${project.artifactId}
- 1.38.0
+ 1.38.1
1.65.1
30.1.1-android
3.17.3
From 57fd2e646e28e37e0b5e4e1b37425d4897a8776f Mon Sep 17 00:00:00 2001
From: Yuri Golobokov
Date: Wed, 23 Jun 2021 13:12:39 -0700
Subject: [PATCH 09/18] feat: add grpc-gcp to dependencyManagement (#389)
Add gRPC-GCP extension library to shared dependencies.
This will be used by the Spanner client first: https://github.com/googleapis/java-spanner/pull/1227
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index d91a0918..08efff9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
1.38.1
1.65.1
+ 1.0.0
30.1.1-android
3.17.3
1.10.4
@@ -93,6 +94,11 @@
pom
import
+
+ com.google.cloud
+ grpc-gcp
+ ${grpc-gcp.version}
+
com.google.guava
guava-bom
From 354e4e811f4ba886406681a4261ac0455a9eb2d2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 24 Jun 2021 03:28:03 +0200
Subject: [PATCH 10/18] deps: update google.core.version to v1.95.3 (#388)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 08efff9e..07bdccb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
3.17.3
1.10.4
2.3.2
- 1.95.2
+ 1.95.3
0.26.0
1.39.2
1.31.5
From 00288c18d09616582c8bec961ecc5c00ef1d4288 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 24 Jun 2021 23:07:52 +0200
Subject: [PATCH 11/18] deps: update dependency
com.google.api-client:google-api-client-bom to v1.32.1 (#390)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 07bdccb5..425937ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
1.95.3
0.26.0
1.39.2
- 1.31.5
+ 1.32.1
2.8.7
1.5.1
1.3.2
From 09660e1e50c96dcd7df4e80d8ad357f8256eda6c Mon Sep 17 00:00:00 2001
From: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com>
Date: Thu, 24 Jun 2021 17:26:18 -0400
Subject: [PATCH 12/18] fix: Add common httpclient and oauth dependencies
(#391)
* fix: Add common httpclient and oauth dependencies to java-shared-dependencies
* fix: httpcore version
* fix: address comments
---
pom.xml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/pom.xml b/pom.xml
index 425937ef..cee88997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
1.95.3
0.26.0
1.39.2
+ 1.31.5
1.32.1
2.8.7
1.5.1
@@ -76,6 +77,8 @@
2.7.1
2.12.3
1.15
+ 4.4.14
+ 4.5.13
@@ -114,6 +117,19 @@
pom
import
+
+
+
+ org.apache.httpcomponents
+ httpcore
+ ${httpcomponents.httpcore.version}
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpcomponents.httpclient.version}
+
+
com.google.api
api-common
@@ -155,6 +171,13 @@
pom
import
+
+ com.google.oauth-client
+ google-oauth-client-bom
+ ${google.oauth-client.version}
+ pom
+ import
+
com.google.api-client
google-api-client-bom
From 7b87c9aff5604dd894296a641fb34a3e8a73395c Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 24 Jun 2021 14:26:34 -0700
Subject: [PATCH 13/18] chore: minimize noise from build scripts (#387)
This should limit the amount of scrolling client devs have to do when debugging a test failure
Co-authored-by: Elliotte Rusty Harold
Co-authored-by: Neenu Shaji
Source-Author: Igor Bernstein
Source-Date: Fri Jun 18 17:28:07 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 1c0c698705e668ccb3d68556ae7260f16ce63a6e
Source-Link: https://github.com/googleapis/synthtool/commit/1c0c698705e668ccb3d68556ae7260f16ce63a6e
---
.kokoro/coerce_logs.sh | 1 -
synth.metadata | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.kokoro/coerce_logs.sh b/.kokoro/coerce_logs.sh
index 5cf7ba49..46edbf7f 100755
--- a/.kokoro/coerce_logs.sh
+++ b/.kokoro/coerce_logs.sh
@@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
echo "coercing sponge logs..."
for xml in `find . -name *-sponge_log.xml`
do
- echo "processing ${xml}"
class=$(basename ${xml} | cut -d- -f2)
dir=$(dirname ${xml})/${job}/${class}
text=$(dirname ${xml})/${class}-sponge_log.txt
diff --git a/synth.metadata b/synth.metadata
index 3f49dab7..97d52132 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
- "sha": "44961532f621b0ab19e9e7feebb7d588aef5d423"
+ "sha": "7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
+ "sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
}
}
],
From be78ad85e31d8876eabafee7aa8242712573cb46 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 28 Jun 2021 17:09:10 +0200
Subject: [PATCH 14/18] deps: update google.core.version to v1.95.4 (#393)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cee88997..ccc874f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
3.17.3
1.10.4
2.3.2
- 1.95.3
+ 1.95.4
0.26.0
1.39.2
1.31.5
From f8f29df1c9cc6eca517c99113fb9509fd611ac92 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 29 Jun 2021 13:15:46 -0700
Subject: [PATCH 15/18] fix: Add `shopt -s nullglob` to dependencies script
(#392)
This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs.
Source-Author: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com>
Source-Date: Sat Jun 19 18:35:58 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 87254ac89a9559864c0a245d6b150406439ce3d8
Source-Link: https://github.com/googleapis/synthtool/commit/87254ac89a9559864c0a245d6b150406439ce3d8
---
.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 a7e999d3..9030ba8f 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -14,6 +14,7 @@
# limitations under the License.
set -eo pipefail
+shopt -s nullglob
## Get the directory of the build script
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
diff --git a/synth.metadata b/synth.metadata
index 97d52132..3f2c6397 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
- "sha": "7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca"
+ "sha": "7b87c9aff5604dd894296a641fb34a3e8a73395c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
+ "sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
}
}
],
From ebc8af6b3f850b58b35d9720a7a0b1545d4616bd Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 30 Jun 2021 16:52:23 +0200
Subject: [PATCH 16/18] deps: update dependency io.grpc:grpc-bom to v1.39.0
(#394)
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 |
|---|---|---|---|---|---|
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.38.1` -> `1.39.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/) |
---
### Release Notes
grpc/grpc-java
### [`v1.39.0`](https://togithub.com/grpc/grpc-java/releases/v1.39.0)
[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.38.1...v1.39.0)
### API Changes
- Static methods in Builders that always throw are now annotated [@DoNotCall](https://togithub.com/DoNotCall). This annotation can be noticed by ErrorProne and inform you of a mistake at compile time instead of runtime. This applies to static methods like InProcessServerBuilder.forPort(int) which are inherited from base classes like ServerBuilder/ManagedChannelBuilder yet are a bug if used.
- api, core: Support zero copy into protobuf. New APIs have been added to support the custom implementation of a zero-copy Protobuf deserialization marshaller. The `HasByteBuffer` API exposes ByteBuffers underlying the InputStream being passed to the `Marshaller` and the `Detachable` API allows custom Marshaller to take over the ownership of buffers for performing delayed deserialization.
- NettyChannelBuilder supports SocketAddress with ChannelCredentials.
### Bug Fixes
- netty: Remove Maven pom.properties from netty-shaded jar. The properties don’t add much value and mainly confuse tools in a shaded jar.
- netty-shaded: Modify the shading operation to transform native-image resources so they correctly reference shaded class names ([#7540](https://togithub.com/grpc/grpc-java/issues/7540))
- xds: Shut down the scheduledExecutorService in the CertificateProvider when it is shutdown.
- xds: Close the SslContexrProviderSupplier when a CDS LoadBalancer is shut down to prevent leakage.
- xds, grpclb: Use a standalone Context for control plane RPCs. The existing behavior of implicitly using the Context in ThreadLocal can cause control plane RPCs to be cancelled prematurely, in cases the data plane RPC is made within a gRPC service to another service. To avoid being impacted by data plane RPC lifecycle, the fix creates standalone Context for control plane RPCs.
- xds: cluster_resolver LB policy should wait until all clusters are resolved before propagating endpoints to child LB policy. Previously, the cluster_resolver LB policy propagated partially resolved results (endpoints for a subset of clusters) to its child LB policy, which can cause RPCs to be sent to less favored clusters before endpoints of more favored clusters are discovered.
- xds: use load assignment endpoint address in Cluster as the DNS hostname for LOGICAL_DNS. The LOGICAL_DNS concept was misunderstood previously. Instead of using the channel authority, the hostname should be given by Cluster resource in CDS responses.
- grpclb: skip fallback if the LB is already in fallback mode. An invariant check for gRPCLB LB policy’s internal state introduced by [#8035](https://togithub.com/grpc/grpc-java/issues/8035) is broken in case the LB policy is in fallback mode while receiving an address update without remote balancer addresses. The fix mitigated the temporal invariant violation.
### New Features
- compiler: Add support for ppc64le on RHEL8.
### Dependencies
- Protobuf upgraded to 3.17.2
- We now use custom Gradle logic to determine if Maven’s requireUpperBoundDeps would fail for our published artifacts instead of Gradle’s failOnVersionConflict. This means we now make use of fewer dependency exclusions ([#8238](https://togithub.com/grpc/grpc-java/issues/8238)). failOnVersionConflict has similar behavior to dependencyConvergence but we previously lacked a more precise tool to detect cases where Maven would downgrade dependencies. We strongly encourage all Maven users to use Maven Enforcer’s requireUpperBoundDeps and continue to discourage using dependencyConvergence
Acknowledgements
[@lepistone](https://togithub.com/lepistone) Leonardo Pistone
[@shirodkara](https://togithub.com/shirodkara) Amit Shirodkar
[@cfredri4](https://togithub.com/cfredri4)
---
### Configuration
📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ccc874f8..f3fc0a2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
UTF-8
${project.artifactId}
- 1.38.1
+ 1.39.0
1.65.1
1.0.0
30.1.1-android
From c73f73e84740a8117be342a66e179eaf3e29c6fd Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 30 Jun 2021 20:16:23 +0200
Subject: [PATCH 17/18] deps: update gax.version to v1.66.0 (#395)
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.api:gax-grpc](https://togithub.com/googleapis/gax-java) | `1.65.1` -> `1.66.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/) |
| [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | `1.65.1` -> `1.66.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/) |
---
### Release Notes
googleapis/gax-java
### [`v1.66.0`](https://togithub.com/googleapis/gax-java/blob/master/CHANGELOG.md#1660-httpswwwgithubcomgoogleapisgax-javacomparev1651v1660-2021-06-24)
[Compare Source](https://togithub.com/googleapis/gax-java/compare/v1.65.1...v1.66.0)
##### Features
- make ApiTracer internal API ([#1414](https://www.github.com/googleapis/gax-java/issues/1414)) ([e3e8462](https://www.github.com/googleapis/gax-java/commit/e3e8462a2f9e866480ec2106dc59555d41ea4bb5))
##### [1.65.1](https://www.github.com/googleapis/gax-java/compare/v1.65.0...v1.65.1) (2021-06-08)
##### Bug Fixes
- fix grammar in StubSetting comment ([#1397](https://www.github.com/googleapis/gax-java/issues/1397)) ([b015910](https://www.github.com/googleapis/gax-java/commit/b0159102b52fd4b778a9bde15b1acd2e9fa6958e))
---
### Configuration
📅 **Schedule**: 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 these updates 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-shared-dependencies).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f3fc0a2d..ca473bff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
${project.artifactId}
1.39.0
- 1.65.1
+ 1.66.0
1.0.0
30.1.1-android
3.17.3
From ee74e9a584a4e7ef669bffbbc3c17a73121b85f1 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 30 Jun 2021 18:40:24 +0000
Subject: [PATCH 18/18] chore: release 1.4.0 (#380)
:robot: I have created a release \*beep\* \*boop\*
---
## [1.4.0](https://www.github.com/googleapis/java-shared-dependencies/compare/1.3.0...v1.4.0) (2021-06-30)
### Features
* add grpc-gcp to dependencyManagement ([#389](https://www.github.com/googleapis/java-shared-dependencies/issues/389)) ([57fd2e6](https://www.github.com/googleapis/java-shared-dependencies/commit/57fd2e646e28e37e0b5e4e1b37425d4897a8776f))
### Bug Fixes
* Add `shopt -s nullglob` to dependencies script ([#392](https://www.github.com/googleapis/java-shared-dependencies/issues/392)) ([f8f29df](https://www.github.com/googleapis/java-shared-dependencies/commit/f8f29df1c9cc6eca517c99113fb9509fd611ac92))
* Add common httpclient and oauth dependencies ([#391](https://www.github.com/googleapis/java-shared-dependencies/issues/391)) ([09660e1](https://www.github.com/googleapis/java-shared-dependencies/commit/09660e1e50c96dcd7df4e80d8ad357f8256eda6c))
* Update dependencies.sh to not break on mac ([#384](https://www.github.com/googleapis/java-shared-dependencies/issues/384)) ([0ae2841](https://www.github.com/googleapis/java-shared-dependencies/commit/0ae2841d7ce2885d041795c58a38d2d3973c2e5a))
### Dependencies
* update dependency com.google.api-client:google-api-client-bom to v1.32.1 ([#390](https://www.github.com/googleapis/java-shared-dependencies/issues/390)) ([00288c1](https://www.github.com/googleapis/java-shared-dependencies/commit/00288c18d09616582c8bec961ecc5c00ef1d4288))
* update dependency com.google.api:api-common to v1.10.4 ([#385](https://www.github.com/googleapis/java-shared-dependencies/issues/385)) ([5f2b39b](https://www.github.com/googleapis/java-shared-dependencies/commit/5f2b39b5bdc4cec9d5ab2f050e11000ed372d057))
* update dependency com.google.api:gax-grpc to v1.65.1 ([#382](https://www.github.com/googleapis/java-shared-dependencies/issues/382)) ([a2a1547](https://www.github.com/googleapis/java-shared-dependencies/commit/a2a15471dee21207a0b97b3bc8f6f59d6a4a2d13))
* update dependency com.google.protobuf:protobuf-bom to v3.17.3 ([#379](https://www.github.com/googleapis/java-shared-dependencies/issues/379)) ([6f43eb5](https://www.github.com/googleapis/java-shared-dependencies/commit/6f43eb553dca98140d343bee3f1003096d79ee6c))
* update dependency io.grpc:grpc-bom to v1.38.1 ([#386](https://www.github.com/googleapis/java-shared-dependencies/issues/386)) ([7b1d4cf](https://www.github.com/googleapis/java-shared-dependencies/commit/7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca))
* update dependency io.grpc:grpc-bom to v1.39.0 ([#394](https://www.github.com/googleapis/java-shared-dependencies/issues/394)) ([ebc8af6](https://www.github.com/googleapis/java-shared-dependencies/commit/ebc8af6b3f850b58b35d9720a7a0b1545d4616bd))
* update gax.version to v1.66.0 ([#395](https://www.github.com/googleapis/java-shared-dependencies/issues/395)) ([c73f73e](https://www.github.com/googleapis/java-shared-dependencies/commit/c73f73e84740a8117be342a66e179eaf3e29c6fd))
* update google.core.version to v1.95.1 ([#381](https://www.github.com/googleapis/java-shared-dependencies/issues/381)) ([4496153](https://www.github.com/googleapis/java-shared-dependencies/commit/44961532f621b0ab19e9e7feebb7d588aef5d423))
* update google.core.version to v1.95.2 ([#383](https://www.github.com/googleapis/java-shared-dependencies/issues/383)) ([7216859](https://www.github.com/googleapis/java-shared-dependencies/commit/7216859bcd67fa1ce1119831c33c50a2d5b79324))
* update google.core.version to v1.95.3 ([#388](https://www.github.com/googleapis/java-shared-dependencies/issues/388)) ([354e4e8](https://www.github.com/googleapis/java-shared-dependencies/commit/354e4e811f4ba886406681a4261ac0455a9eb2d2))
* update google.core.version to v1.95.4 ([#393](https://www.github.com/googleapis/java-shared-dependencies/issues/393)) ([be78ad8](https://www.github.com/googleapis/java-shared-dependencies/commit/be78ad85e31d8876eabafee7aa8242712573cb46))
---
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 | 29 +++++++++++++++++++++++++++++
README.md | 2 +-
pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f59f0a0..2ddf93aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog
+## [1.4.0](https://www.github.com/googleapis/java-shared-dependencies/compare/1.3.0...v1.4.0) (2021-06-30)
+
+
+### Features
+
+* add grpc-gcp to dependencyManagement ([#389](https://www.github.com/googleapis/java-shared-dependencies/issues/389)) ([57fd2e6](https://www.github.com/googleapis/java-shared-dependencies/commit/57fd2e646e28e37e0b5e4e1b37425d4897a8776f))
+
+
+### Bug Fixes
+
+* Add `shopt -s nullglob` to dependencies script ([#392](https://www.github.com/googleapis/java-shared-dependencies/issues/392)) ([f8f29df](https://www.github.com/googleapis/java-shared-dependencies/commit/f8f29df1c9cc6eca517c99113fb9509fd611ac92))
+* Add common httpclient and oauth dependencies ([#391](https://www.github.com/googleapis/java-shared-dependencies/issues/391)) ([09660e1](https://www.github.com/googleapis/java-shared-dependencies/commit/09660e1e50c96dcd7df4e80d8ad357f8256eda6c))
+* Update dependencies.sh to not break on mac ([#384](https://www.github.com/googleapis/java-shared-dependencies/issues/384)) ([0ae2841](https://www.github.com/googleapis/java-shared-dependencies/commit/0ae2841d7ce2885d041795c58a38d2d3973c2e5a))
+
+
+### Dependencies
+
+* update dependency com.google.api-client:google-api-client-bom to v1.32.1 ([#390](https://www.github.com/googleapis/java-shared-dependencies/issues/390)) ([00288c1](https://www.github.com/googleapis/java-shared-dependencies/commit/00288c18d09616582c8bec961ecc5c00ef1d4288))
+* update dependency com.google.api:api-common to v1.10.4 ([#385](https://www.github.com/googleapis/java-shared-dependencies/issues/385)) ([5f2b39b](https://www.github.com/googleapis/java-shared-dependencies/commit/5f2b39b5bdc4cec9d5ab2f050e11000ed372d057))
+* update dependency com.google.api:gax-grpc to v1.65.1 ([#382](https://www.github.com/googleapis/java-shared-dependencies/issues/382)) ([a2a1547](https://www.github.com/googleapis/java-shared-dependencies/commit/a2a15471dee21207a0b97b3bc8f6f59d6a4a2d13))
+* update dependency com.google.protobuf:protobuf-bom to v3.17.3 ([#379](https://www.github.com/googleapis/java-shared-dependencies/issues/379)) ([6f43eb5](https://www.github.com/googleapis/java-shared-dependencies/commit/6f43eb553dca98140d343bee3f1003096d79ee6c))
+* update dependency io.grpc:grpc-bom to v1.38.1 ([#386](https://www.github.com/googleapis/java-shared-dependencies/issues/386)) ([7b1d4cf](https://www.github.com/googleapis/java-shared-dependencies/commit/7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca))
+* update dependency io.grpc:grpc-bom to v1.39.0 ([#394](https://www.github.com/googleapis/java-shared-dependencies/issues/394)) ([ebc8af6](https://www.github.com/googleapis/java-shared-dependencies/commit/ebc8af6b3f850b58b35d9720a7a0b1545d4616bd))
+* update gax.version to v1.66.0 ([#395](https://www.github.com/googleapis/java-shared-dependencies/issues/395)) ([c73f73e](https://www.github.com/googleapis/java-shared-dependencies/commit/c73f73e84740a8117be342a66e179eaf3e29c6fd))
+* update google.core.version to v1.95.1 ([#381](https://www.github.com/googleapis/java-shared-dependencies/issues/381)) ([4496153](https://www.github.com/googleapis/java-shared-dependencies/commit/44961532f621b0ab19e9e7feebb7d588aef5d423))
+* update google.core.version to v1.95.2 ([#383](https://www.github.com/googleapis/java-shared-dependencies/issues/383)) ([7216859](https://www.github.com/googleapis/java-shared-dependencies/commit/7216859bcd67fa1ce1119831c33c50a2d5b79324))
+* update google.core.version to v1.95.3 ([#388](https://www.github.com/googleapis/java-shared-dependencies/issues/388)) ([354e4e8](https://www.github.com/googleapis/java-shared-dependencies/commit/354e4e811f4ba886406681a4261ac0455a9eb2d2))
+* update google.core.version to v1.95.4 ([#393](https://www.github.com/googleapis/java-shared-dependencies/issues/393)) ([be78ad8](https://www.github.com/googleapis/java-shared-dependencies/commit/be78ad85e31d8876eabafee7aa8242712573cb46))
+
## [1.3.0](https://www.github.com/googleapis/java-shared-dependencies/compare/1.2.0...v1.3.0) (2021-06-03)
diff --git a/README.md b/README.md
index 8740845c..b37dc4cf 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
com.google.cloud
google-cloud-shared-dependencies
- 1.3.0
+ 1.4.0
pom
import
diff --git a/pom.xml b/pom.xml
index ca473bff..3f58b570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shared-dependencies
pom
- 1.3.1-SNAPSHOT
+ 1.4.0
Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
diff --git a/versions.txt b/versions.txt
index c1c88a30..bb4beeb8 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-dependencies:1.3.0:1.3.1-SNAPSHOT
\ No newline at end of file
+google-cloud-shared-dependencies:1.4.0:1.4.0
\ No newline at end of file