From db653da77b9c68f66a0ac11e59a433aba57013b3 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 19 May 2022 14:44:11 +0000
Subject: [PATCH 01/15] chore(main): release 2.7.2-SNAPSHOT (#835)
: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 a7cbe104b2..150e1f37bc 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
- 2.7.1
+ 2.7.2-SNAPSHOT
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 2.7.1
+ 2.7.2-SNAPSHOT
com.google.cloud
google-cloud-core-grpc
- 2.7.1
+ 2.7.2-SNAPSHOT
com.google.cloud
google-cloud-core-http
- 2.7.1
+ 2.7.2-SNAPSHOT
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index df867c7cf9..2c0438fb70 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
- 2.7.1
+ 2.7.2-SNAPSHOT
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.1
+ 2.7.2-SNAPSHOT
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index 339a43bfcb..fc2e5e57ec 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
- 2.7.1
+ 2.7.2-SNAPSHOT
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.1
+ 2.7.2-SNAPSHOT
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index efc10e108e..ddf8bfdb45 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
- 2.7.1
+ 2.7.2-SNAPSHOT
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.1
+ 2.7.2-SNAPSHOT
google-cloud-core
diff --git a/pom.xml b/pom.xml
index dcdac0c5af..01cc2f4b20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.7.1
+ 2.7.2-SNAPSHOT
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 56d0a30fc7..2488da2804 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.7.1:2.7.1
+google-cloud-core:2.7.1:2.7.2-SNAPSHOT
From 8826d9bc05eb9e4a54c40e8578de85ed79c50e99 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 19 May 2022 20:56:20 +0000
Subject: [PATCH 02/15] feat: add build scripts for native image testing in
Java 17 (#1440) (#836)
Source-Link: https://github.com/googleapis/synthtool/commit/505ce5a7edb58bf6d9d4de10b4bb4e81000ae324
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
---
.github/.OwlBot.lock.yaml | 4 +--
.kokoro/build.sh | 5 ++++
.kokoro/presubmit/graalvm-native-17.cfg | 33 +++++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 .kokoro/presubmit/graalvm-native-17.cfg
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index f60d774937..a79f06271b 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813
-# created: 2022-04-06T16:30:03.627422514Z
+ digest: sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74
+# created: 2022-05-19T15:12:45.278246753Z
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 2d308bf8e8..c97ff3d4c8 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -74,6 +74,11 @@ graalvm)
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
+graalvm17)
+ # Run Unit and Integration Tests with Native Image
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
+ RETURN_CODE=$?
+ ;;
samples)
SAMPLES_DIR=samples
# only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
diff --git a/.kokoro/presubmit/graalvm-native-17.cfg b/.kokoro/presubmit/graalvm-native-17.cfg
new file mode 100644
index 0000000000..a3f7fb9d49
--- /dev/null
+++ b/.kokoro/presubmit/graalvm-native-17.cfg
@@ -0,0 +1,33 @@
+# Format: //devtools/kokoro/config/proto/build.proto
+
+# Configure the docker image for kokoro-trampoline.
+env_vars: {
+ key: "TRAMPOLINE_IMAGE"
+ value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17"
+}
+
+env_vars: {
+ key: "JOB_TYPE"
+ value: "graalvm17"
+}
+
+# TODO: remove this after we've migrated all tests and scripts
+env_vars: {
+ key: "GCLOUD_PROJECT"
+ value: "gcloud-devel"
+}
+
+env_vars: {
+ key: "GOOGLE_CLOUD_PROJECT"
+ value: "gcloud-devel"
+}
+
+env_vars: {
+ key: "GOOGLE_APPLICATION_CREDENTIALS"
+ value: "secret_manager/java-it-service-account"
+}
+
+env_vars: {
+ key: "SECRET_MANAGER_KEYS"
+ value: "java-it-service-account"
+}
\ No newline at end of file
From b0a7afe342a5e15436d439b9cc1e3c58f894ab66 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 26 May 2022 00:14:20 +0200
Subject: [PATCH 03/15] deps: update dependency
com.google.api.grpc:proto-google-iam-v1 to v1.4.0 (#838)
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.grpc:proto-google-iam-v1](https://togithub.com/googleapis/java-iam) | `1.3.4` -> `1.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/) |
---
### Release Notes
googleapis/java-iam
### [`v1.4.0`](https://togithub.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#140-httpsgithubcomgoogleapisjava-iamcomparev134v140-2022-05-19)
[Compare Source](https://togithub.com/googleapis/java-iam/compare/v1.3.4...v1.4.0)
##### Features
- add build scripts for native image testing in Java 17 ([#1440](https://togithub.com/googleapis/java-iam/issues/1440)) ([#350](https://togithub.com/googleapis/java-iam/issues/350)) ([e83f148](https://togithub.com/googleapis/java-iam/commit/e83f148350c6e208f0290bf100f5b35461024073))
##### Dependencies
- update dependency com.google.api:api-common to v2.2.0 ([#348](https://togithub.com/googleapis/java-iam/issues/348)) ([2013a52](https://togithub.com/googleapis/java-iam/commit/2013a526838de4d21694d59d256f48bf5976b109))
- update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#349](https://togithub.com/googleapis/java-iam/issues/349)) ([e458fbe](https://togithub.com/googleapis/java-iam/commit/e458fbe851f27fd2a3c0ea487f71ddccc88173f7))
##### [1.3.4](https://togithub.com/googleapis/java-iam/compare/v1.3.3...v1.3.4) (2022-05-10)
##### Dependencies
- update dependency io.grpc:grpc-protobuf to v1.46.0 ([#340](https://togithub.com/googleapis/java-iam/issues/340)) ([8ed87ef](https://togithub.com/googleapis/java-iam/commit/8ed87ef24ba184a1b1b386554aca94ae1fbbf9e6))
- update dependency io.grpc:grpc-stub to v1.46.0 ([#341](https://togithub.com/googleapis/java-iam/issues/341)) ([92c7276](https://togithub.com/googleapis/java-iam/commit/92c72768d6ea7715da121c5504b95e598de770a0))
##### [1.3.3](https://togithub.com/googleapis/java-iam/compare/v1.3.2...v1.3.3) (2022-04-22)
##### Dependencies
- update dependency com.google.protobuf:protobuf-java to v3.20.1 ([#337](https://togithub.com/googleapis/java-iam/issues/337)) ([83302e1](https://togithub.com/googleapis/java-iam/commit/83302e12860ca82234bd3f74234c373164e27ffb))
##### [1.3.2](https://togithub.com/googleapis/java-iam/compare/v1.3.1...v1.3.2) (2022-04-15)
##### Dependencies
- update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#332](https://togithub.com/googleapis/java-iam/issues/332)) ([78e6341](https://togithub.com/googleapis/java-iam/commit/78e6341388c63e6eabeb5fbb3ab21bbdc965ddef))
##### [1.3.1](https://togithub.com/googleapis/java-iam/compare/v1.3.0...v1.3.1) (2022-04-11)
##### Dependencies
- revert dependency com.google.protobuf:protobuf-java to v3.19.4 ([#329](https://togithub.com/googleapis/java-iam/issues/329)) ([0e679c5](https://togithub.com/googleapis/java-iam/commit/0e679c5b63ac438f3f3f53b5a920c876450e0a94))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 01cc2f4b20..053e1a7f79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
2.18.1
2.2.0
2.8.3
- 1.3.4
+ 1.4.0
1.7.0
1.34.1
1.41.8
From 3459fb668557b982cef5682ce47d3c978b83d69c Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 26 May 2022 00:18:25 +0200
Subject: [PATCH 04/15] deps: update dependency
com.google.errorprone:error_prone_annotations to v2.14.0 (#839)
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.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.13.1` -> `2.14.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
google/error-prone
### [`v2.14.0`](https://togithub.com/google/error-prone/releases/tag/v2.14.0)
[Compare Source](https://togithub.com/google/error-prone/compare/v2.13.1...v2.14.0)
New checkers:
- [`BanJNDI`](https://errorprone.info/bugpattern/BanJNDI)
- [`EmptyTopLevelDeclaration`](https://errorprone.info/bugpattern/EmptyTopLevelDeclaration)
- [`ErroneousBitwiseExpression`](https://errorprone.info/bugpattern/ErroneousBitwiseExpression)
- [`FuzzyEqualsShouldNotBeUsedInEqualsMethod`](https://errorprone.info/bugpattern/FuzzyEqualsShouldNotBeUsedInEqualsMethod)
- [`Interruption`](https://errorprone.info/bugpattern/Interruption)
- [`NullableOnContainingClass`](https://errorprone.info/bugpattern/NullableOnContainingClass)
Fixed issues: [#3110](https://togithub.com/google/error-prone/issues/3110), [#3193](https://togithub.com/google/error-prone/issues/3193)
**Full Changelog**: https://github.com/google/error-prone/compare/v2.13.1...v2.14.0
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 053e1a7f79..9819e152d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
3.0.2
1.6.0
3.2
- 2.13.1
+ 2.14.0
2.9.0
From 037da15b2aed1719e768ba5b4e001caf25952adc Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 26 May 2022 16:34:12 +0200
Subject: [PATCH 05/15] deps: update dependency
com.google.protobuf:protobuf-bom to v3.21.0 (#840)
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.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.20.1` -> `3.21.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
protocolbuffers/protobuf
### [`v3.21.0`](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0)
[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0)
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9819e152d2..9eb4f03d53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
1.34.1
1.41.8
1.46.0
- 3.20.1
+ 3.21.0
0.31.1
1.3.2
31.1-jre
From 40984e23242ba954b6ca741ca3f02ec89e92ae57 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 6 Jun 2022 19:26:21 +0200
Subject: [PATCH 06/15] deps: update dependency io.grpc:grpc-bom to v1.47.0
(#842)
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.46.0` -> `1.47.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.47.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.47.0)
[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.46.0...v1.47.0)
##### Bug Fixes
- api: Ignore `ClassCastExceptions` for hard-coded providers on Android ([#9174](https://togithub.com/grpc/grpc-java/issues/9174)). This avoids `ServiceConfigurationError` in certain cases when an “SDK” includes a copy of gRPC that was renamed with Proguard-like tools that do precise class name rewriting (versus something like Maven Shade Plugin which uses coarse pattern matching)
- binder: respect requested message limits when provide received messages to listener ([#9163](https://togithub.com/grpc/grpc-java/issues/9163))
- binder: Avoid an ISE from `asAndroidAppUri()` ([#9169](https://togithub.com/grpc/grpc-java/issues/9169))
- okhttp: Use the user-provided `ScheduledExecutorService` for keepalive if provided. Previously the user-provided executor was used for deadlines, but not keepalive. Keepalive always used the default executor ([#9073](https://togithub.com/grpc/grpc-java/issues/9073))
- bom: Reverted “bom: Removed protoc-gen-grpc-java from the BOM” in v1.46.0. There was a way to use it with Gradle ([#9154](https://togithub.com/grpc/grpc-java/issues/9154))
- build: fix grpc-java build against protobuf 3.21 ([#9218](https://togithub.com/grpc/grpc-java/issues/9218))
- grpclb: Adds missing META-INF resources to `libgrpclb.jar` produced by bazel `//grpclb:grpclb` target ([#9156](https://togithub.com/grpc/grpc-java/issues/9156))
- xds: Protect xdstp processing with federation env var. If the xds server uses xdstp:// resource names it was possible for federation code paths to be entered even without enabling the experimental federation support. This is now fixed and it is safe for xds servers to use xdstp:// resource names. ([#9190](https://togithub.com/grpc/grpc-java/issues/9190))
- xds: fix bugs in ring-hash load balancer picking subchannel behavior per gRFC. The bug may cause connection not failing over from `TRANSIENT_FAILURE` status. ([#9085](https://togithub.com/grpc/grpc-java/issues/9085))
- xds: NACK EDS resources with duplicate localities in the same priority ([#9119](https://togithub.com/grpc/grpc-java/issues/9119))
##### New Features
- api: Add connection management APIs to `ServerBuilder` ([#9176](https://togithub.com/grpc/grpc-java/issues/9176)). This includes methods for keepalive, max connection age, and max connection idle. These APIs have been available on NettyServerBuilder since v1.4.0
- api: allow `NameResolver` to influence which transport to use ([#9076](https://togithub.com/grpc/grpc-java/issues/9076))
- api: New API in ServerCall to expose SecurityLevel on server-side ([#8943](https://togithub.com/grpc/grpc-java/issues/8943))
- netty: Add `NameResolver` for `unix:` scheme, as defined in [gRPC Name Resolution](https://togithub.com/grpc/grpc/blob/master/doc/naming.md) ([#9113](https://togithub.com/grpc/grpc-java/issues/9113))
- binder: add `allOf` security policy, which allows access iff ALL given security policies allow access. ([#9125](https://togithub.com/grpc/grpc-java/issues/9125))
- binder: add `anyOf` security policy, which allows access if ANY given security policy allows access. ([#9147](https://togithub.com/grpc/grpc-java/issues/9147))
- binder: add `hasPermissions` security policy, which checks that a caller has all of the given package permissions. ([#9117](https://togithub.com/grpc/grpc-java/issues/9117))
- build: Add Bazel build support for xds, googleapis, rls, and services. grpc-services previously had partial bazel support, but some parts were missing. These artifacts are now configured via `IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS` so maven_install will not use the artifacts from Maven Central ([#9172](https://togithub.com/grpc/grpc-java/issues/9172))
- xds: New ability to configure custom load balancer implementations via the xDS `Cluster.load_balancing_policy` field. This implements [gRFC A52: gRPC xDS Custom Load Balancer Configuration](https://togithub.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md). ([#9141](https://togithub.com/grpc/grpc-java/issues/9141))
- xds, orca: add support for custom backend metrics reporting: allow setting metrics at gRPC server and consuming metrics reports from a custom load balancing policy at the client. This implements [gRFC A51: Custom Backend Metrics Support](https://togithub.com/grpc/proposal/blob/master/A51-custom-backend-metrics.md).
- xds: include node ID in RPC failure status messages from the XdsClient ([#9099](https://togithub.com/grpc/grpc-java/issues/9099))
- xds: support for the `is_optional` logic in Cluster Specifier Plugins: if an unsupported Cluster Specifier Plugin is optional, don't NACK, and skip any routes that point to it. ([#9168](https://togithub.com/grpc/grpc-java/issues/9168))
##### Behavior Changes
- xds: Allow unspecified listener traffic direction, to match other languages and to work with Istio ([#9173](https://togithub.com/grpc/grpc-java/issues/9173))
- xds: change priority load balancer failover time behavior and `ring_hash` LB aggregation rule to better handle transient_failure channel status ([#9084](https://togithub.com/grpc/grpc-java/issues/9084), [#9093](https://togithub.com/grpc/grpc-java/issues/9093))
##### Dependencies
- Bump GSON to 2.9.0. Earlier versions of GSON are affected by [CVE-2022-25647](https://nvd.nist.gov/vuln/detail/CVE-2022-25647). gRPC was not impacted by the vulnerability. ([#9215](https://togithub.com/grpc/grpc-java/issues/9215))
- gcp-observability: add grpc-census as a dependency and update opencensus version ([#9140](https://togithub.com/grpc/grpc-java/issues/9140))
##### Acknowledgements
[@caseyduquettesc](https://togithub.com/caseyduquettesc)
[@cfredri4](https://togithub.com/cfredri4)
[@jvolkman](https://togithub.com/jvolkman)
[@mirlord](https://togithub.com/mirlord)
[@ovidiutirla](https://togithub.com/ovidiutirla)
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9eb4f03d53..bf5d5477a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
1.7.0
1.34.1
1.41.8
- 1.46.0
+ 1.47.0
3.21.0
0.31.1
1.3.2
From 04b886224128f1525ad8398815dc62dac87680af Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 6 Jun 2022 19:34:12 +0200
Subject: [PATCH 07/15] deps: update dependency
com.google.protobuf:protobuf-bom to v3.21.1 (#841)
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.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.0` -> `3.21.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
protocolbuffers/protobuf
### [`v3.21.1`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.0...v3.21.1)
[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.0...v3.21.1)
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bf5d5477a9..1e893bbe1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
1.34.1
1.41.8
1.47.0
- 3.21.0
+ 3.21.1
0.31.1
1.3.2
31.1-jre
From 2d2c873e274b26f4687d569cc3b8ae58c3c5ed54 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 13 Jun 2022 18:56:28 +0200
Subject: [PATCH 08/15] deps: update dependency
com.google.http-client:google-http-client-bom to v1.42.0 (#845)
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.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client) | `1.41.8` -> `1.42.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/google-http-java-client
### [`v1.42.0`](https://togithub.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#1420-httpsgithubcomgoogleapisgoogle-http-java-clientcomparev1417v1420-2022-06-09)
[Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.8...v1.42.0)
##### Features
- add build scripts for native image testing in Java 17 ([#1440](https://togithub.com/googleapis/google-http-java-client/issues/1440)) ([#1666](https://togithub.com/googleapis/google-http-java-client/issues/1666)) ([05d4019](https://togithub.com/googleapis/google-http-java-client/commit/05d40193d40097e5a793154a0951f2577fc80f04))
- next release from main branch is 1.42.0 ([#1633](https://togithub.com/googleapis/google-http-java-client/issues/1633)) ([9acb1ab](https://togithub.com/googleapis/google-http-java-client/commit/9acb1abaa97392174dd35c5e0e68346f8f653b5b))
##### Dependencies
- update dependency com.fasterxml.jackson.core:jackson-core to v2.13.3 ([#1665](https://togithub.com/googleapis/google-http-java-client/issues/1665)) ([e4f0959](https://togithub.com/googleapis/google-http-java-client/commit/e4f095997050047d9a6cc20f034f5ef744aefd44))
- update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#1630](https://togithub.com/googleapis/google-http-java-client/issues/1630)) ([bf777b3](https://togithub.com/googleapis/google-http-java-client/commit/bf777b364c8aafec09c486dc965587eae90549df))
- update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#1632](https://togithub.com/googleapis/google-http-java-client/issues/1632)) ([9e46cd8](https://togithub.com/googleapis/google-http-java-client/commit/9e46cd85ed1c14161f6473f926802bf281edc4ad))
- update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#1667](https://togithub.com/googleapis/google-http-java-client/issues/1667)) ([3516e18](https://togithub.com/googleapis/google-http-java-client/commit/3516e185b811d1935eebce31ba65da4813f7e998))
- update dependency com.google.protobuf:protobuf-java to v3.20.1 ([#1639](https://togithub.com/googleapis/google-http-java-client/issues/1639)) ([90a99e2](https://togithub.com/googleapis/google-http-java-client/commit/90a99e27b053f5dc6078d6d8cd9bfe150237e2b4))
- update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#1668](https://togithub.com/googleapis/google-http-java-client/issues/1668)) ([babbe94](https://togithub.com/googleapis/google-http-java-client/commit/babbe94104710db7b4b428756d7db6c069674ff1))
- update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#1669](https://togithub.com/googleapis/google-http-java-client/issues/1669)) ([30ec091](https://togithub.com/googleapis/google-http-java-client/commit/30ec091faea7b5ec9f130cb3fdee396e9923a4b9))
- update dependency org.apache.felix:maven-bundle-plugin to v5.1.6 ([#1643](https://togithub.com/googleapis/google-http-java-client/issues/1643)) ([8547f5f](https://togithub.com/googleapis/google-http-java-client/commit/8547f5fff9b27782162b0b6f0db7445c02918a45))
- update project.appengine.version to v2.0.5 ([#1662](https://togithub.com/googleapis/google-http-java-client/issues/1662)) ([2c82c0d](https://togithub.com/googleapis/google-http-java-client/commit/2c82c0d4da1162cbc6950cdd6b2f4472b884db13))
- update project.opencensus.version to v0.31.1 ([#1644](https://togithub.com/googleapis/google-http-java-client/issues/1644)) ([3c65a07](https://togithub.com/googleapis/google-http-java-client/commit/3c65a07c14d2bf7aa6cce25122df85670955d459))
##### [1.41.7](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.6...v1.41.7) (2022-04-11)
##### Dependencies
- revert dependency com.google.protobuf:protobuf-java to v3.19.4 ([#1626](https://togithub.com/googleapis/google-http-java-client/issues/1626)) ([076433f](https://togithub.com/googleapis/google-http-java-client/commit/076433f3c233a757f31d5fa39bb6cedbb43b8361))
##### [1.41.6](https://togithub.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://togithub.com/googleapis/google-http-java-client/issues/1608)) ([941da8b](https://togithub.com/googleapis/google-http-java-client/commit/941da8badf64068d11a53ac57a4ba35b2ad13490))
##### Dependencies
- update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#1622](https://togithub.com/googleapis/google-http-java-client/issues/1622)) ([4e1101d](https://togithub.com/googleapis/google-http-java-client/commit/4e1101d7674cb5715b88a00750cdd5286a9ae077))
- update dependency com.google.protobuf:protobuf-java to v3.20.0 ([#1621](https://togithub.com/googleapis/google-http-java-client/issues/1621)) ([640dc40](https://togithub.com/googleapis/google-http-java-client/commit/640dc4080249b65e5cabb7e1ae6cd9cd5b11bd8e))
##### [1.41.5](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.4...v1.41.5) (2022-03-21)
##### Documentation
- **deps:** libraries-bom 24.4.0 release ([#1596](https://togithub.com/googleapis/google-http-java-client/issues/1596)) ([327fe12](https://togithub.com/googleapis/google-http-java-client/commit/327fe12a122ebb4022a2da55694217233a2badaf))
##### Dependencies
- update actions/checkout action to v3 ([#1593](https://togithub.com/googleapis/google-http-java-client/issues/1593)) ([92002c0](https://togithub.com/googleapis/google-http-java-client/commit/92002c07d60b738657383e2484f56abc1cde6920))
- update dependency com.fasterxml.jackson.core:jackson-core to v2.13.2 ([#1598](https://togithub.com/googleapis/google-http-java-client/issues/1598)) ([41ac833](https://togithub.com/googleapis/google-http-java-client/commit/41ac833249e18cbbd304f825b12202e51bebec85))
- update project.appengine.version to v2 (major) ([#1597](https://togithub.com/googleapis/google-http-java-client/issues/1597)) ([c06cf95](https://togithub.com/googleapis/google-http-java-client/commit/c06cf95f9b1be77e2229c3b2f78ece0789eaec15))
##### [1.41.4](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.3...v1.41.4) (2022-02-11)
##### Dependencies
- update dependency com.google.code.gson:gson to v2.9.0 ([#1582](https://togithub.com/googleapis/google-http-java-client/issues/1582)) ([8772778](https://togithub.com/googleapis/google-http-java-client/commit/877277821dad65545518b06123e6e7b9801147a1))
##### [1.41.3](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.2...v1.41.3) (2022-02-09)
##### Dependencies
- update dependency com.google.protobuf:protobuf-java to v3.19.4 ([#1568](https://togithub.com/googleapis/google-http-java-client/issues/1568)) ([416e5d7](https://togithub.com/googleapis/google-http-java-client/commit/416e5d7146ad145e3d5140110144b5119c6126df))
- update dependency com.puppycrawl.tools:checkstyle to v9.3 ([#1569](https://togithub.com/googleapis/google-http-java-client/issues/1569)) ([9c7ade8](https://togithub.com/googleapis/google-http-java-client/commit/9c7ade85eceb2dc348e1f9aa0637d0509d634160))
- update project.opencensus.version to v0.31.0 ([#1563](https://togithub.com/googleapis/google-http-java-client/issues/1563)) ([0f9d2b7](https://togithub.com/googleapis/google-http-java-client/commit/0f9d2b77ae23ea143b5b8caaa21af6548ca92345))
##### [1.41.2](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.1...v1.41.2) (2022-01-27)
##### Dependencies
- **java:** update actions/github-script action to v5 ([#1339](https://togithub.com/googleapis/google-http-java-client/issues/1339)) ([#1561](https://togithub.com/googleapis/google-http-java-client/issues/1561)) ([c5dbec1](https://togithub.com/googleapis/google-http-java-client/commit/c5dbec1bbfb5f26f952cb8d80f607327594ab7a8))
- update dependency com.google.errorprone:error_prone_annotations to v2.11.0 ([#1560](https://togithub.com/googleapis/google-http-java-client/issues/1560)) ([d9609b0](https://togithub.com/googleapis/google-http-java-client/commit/d9609b00089952d816deffa178640bfcae1f2c3a))
##### [1.41.1](https://togithub.com/googleapis/google-http-java-client/compare/v1.41.0...v1.41.1) (2022-01-21)
##### Dependencies
- update dependency com.fasterxml.jackson.core:jackson-core to v2.13.1 ([#1527](https://togithub.com/googleapis/google-http-java-client/issues/1527)) ([7750398](https://togithub.com/googleapis/google-http-java-client/commit/7750398d6f4d6e447bfe078092f5cb146f747e50))
- update dependency com.google.protobuf:protobuf-java to v3.19.3 ([#1549](https://togithub.com/googleapis/google-http-java-client/issues/1549)) ([50c0765](https://togithub.com/googleapis/google-http-java-client/commit/50c0765f1eadbf7aef2dccf5f78ab62e2533c6f6))
- update dependency com.puppycrawl.tools:checkstyle to v9.2.1 ([#1532](https://togithub.com/googleapis/google-http-java-client/issues/1532)) ([e13eebd](https://togithub.com/googleapis/google-http-java-client/commit/e13eebd288afbde3aa7bdc0229c2d0db90ebbd4c))
- update dependency kr.motd.maven:os-maven-plugin to v1.7.0 ([#1547](https://togithub.com/googleapis/google-http-java-client/issues/1547)) ([8df0dbe](https://togithub.com/googleapis/google-http-java-client/commit/8df0dbe53521e918985e8f4882392cd2e0a0a1c3))
- update dependency org.apache.felix:maven-bundle-plugin to v5 ([#1548](https://togithub.com/googleapis/google-http-java-client/issues/1548)) ([ac10b6c](https://togithub.com/googleapis/google-http-java-client/commit/ac10b6c9fbe4986b8bf130d9f83ae77e84d74e5f))
- update project.appengine.version to v1.9.94 ([#1557](https://togithub.com/googleapis/google-http-java-client/issues/1557)) ([05c78f4](https://togithub.com/googleapis/google-http-java-client/commit/05c78f4bee92cc501aa084ad970ed6ac9c0e0444))
- update project.opencensus.version to v0.30.0 ([#1526](https://togithub.com/googleapis/google-http-java-client/issues/1526)) ([318e54a](https://togithub.com/googleapis/google-http-java-client/commit/318e54ae9be6bfeb4f5af0af0cb954031d95d1f9))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1e893bbe1f..a1a6e47a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
1.4.0
1.7.0
1.34.1
- 1.41.8
+ 1.42.0
1.47.0
3.21.1
0.31.1
From 5dced6d25ce0f3e7587d7ac1f6f3713f3b2a18c2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 13 Jun 2022 18:58:14 +0200
Subject: [PATCH 09/15] deps: update dependency
com.google.api.grpc:proto-google-common-protos to v2.9.0 (#846)
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.grpc:proto-google-common-protos](https://togithub.com/googleapis/java-common-protos) | `2.8.3` -> `2.9.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/java-common-protos
### [`v2.9.0`](https://togithub.com/googleapis/java-common-protos/blob/HEAD/CHANGELOG.md#290-httpsgithubcomgoogleapisjava-common-protoscomparev283v290-2022-06-06)
[Compare Source](https://togithub.com/googleapis/java-common-protos/compare/v2.8.3...v2.9.0)
##### Features
- add build scripts for native image testing in Java 17 ([#1440](https://togithub.com/googleapis/java-common-protos/issues/1440)) ([#368](https://togithub.com/googleapis/java-common-protos/issues/368)) ([0b58c8c](https://togithub.com/googleapis/java-common-protos/commit/0b58c8c234513f82e7057ad7aa0c1d82b6bb9761))
- next release from main branch is 2.9.0 ([#354](https://togithub.com/googleapis/java-common-protos/issues/354)) ([1858e4f](https://togithub.com/googleapis/java-common-protos/commit/1858e4f90299ab6ae2fa937cd9c033c238540336))
##### Dependencies
- update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#360](https://togithub.com/googleapis/java-common-protos/issues/360)) ([83fc812](https://togithub.com/googleapis/java-common-protos/commit/83fc812f71ca8870d3875f6fab3cdc4a3d91f8df))
- update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#369](https://togithub.com/googleapis/java-common-protos/issues/369)) ([b011a05](https://togithub.com/googleapis/java-common-protos/commit/b011a055c437395aac5fdf3fa32208f6dd958d69))
- update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#371](https://togithub.com/googleapis/java-common-protos/issues/371)) ([5f5c43a](https://togithub.com/googleapis/java-common-protos/commit/5f5c43a1ebc96a862b5881545f676b297526dde6))
- update dependency com.google.protobuf:protobuf-java to v3.20.1 ([#361](https://togithub.com/googleapis/java-common-protos/issues/361)) ([2423c08](https://togithub.com/googleapis/java-common-protos/commit/2423c08c1726ecfeba02edf19a9da4c8e4c9426f))
- update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#370](https://togithub.com/googleapis/java-common-protos/issues/370)) ([de8d5f1](https://togithub.com/googleapis/java-common-protos/commit/de8d5f1a6486b01b5145460391161e8882f18b68))
- update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#372](https://togithub.com/googleapis/java-common-protos/issues/372)) ([c9723c5](https://togithub.com/googleapis/java-common-protos/commit/c9723c5b6dd2ab386672b737ca26349c6a4e7731))
- update dependency io.grpc:grpc-bom to v1.46.0 ([#362](https://togithub.com/googleapis/java-common-protos/issues/362)) ([8222c0f](https://togithub.com/googleapis/java-common-protos/commit/8222c0ff268d2bbdaa1f591f0b840f099f421c5e))
- update dependency io.grpc:grpc-bom to v1.47.0 ([#373](https://togithub.com/googleapis/java-common-protos/issues/373)) ([71d07af](https://togithub.com/googleapis/java-common-protos/commit/71d07afa1ebb52d0cb95fac0529d343501a5c7a3))
- update dependency io.grpc:grpc-protobuf to v1.46.0 ([#363](https://togithub.com/googleapis/java-common-protos/issues/363)) ([c03a2b7](https://togithub.com/googleapis/java-common-protos/commit/c03a2b77a3bb7e637f8cce961fa23322bc977a29))
- update dependency io.grpc:grpc-protobuf to v1.47.0 ([#374](https://togithub.com/googleapis/java-common-protos/issues/374)) ([003fae8](https://togithub.com/googleapis/java-common-protos/commit/003fae815194859bae8724123925ab55774ba475))
- update dependency io.grpc:grpc-stub to v1.46.0 ([#364](https://togithub.com/googleapis/java-common-protos/issues/364)) ([0bc45a5](https://togithub.com/googleapis/java-common-protos/commit/0bc45a5254a21cd5eb0582abf9fe2fc7a54d45c7))
- update dependency io.grpc:grpc-stub to v1.47.0 ([#375](https://togithub.com/googleapis/java-common-protos/issues/375)) ([c27d218](https://togithub.com/googleapis/java-common-protos/commit/c27d218b4684ab378e631b3da4970f433929db68))
##### [2.8.3](https://togithub.com/googleapis/java-common-protos/compare/v2.8.2...v2.8.3) (2022-04-12)
##### Dependencies
- reverting protobuf java to 3.19 in pom.xml ([#351](https://togithub.com/googleapis/java-common-protos/issues/351)) ([3e8a624](https://togithub.com/googleapis/java-common-protos/commit/3e8a6249cc91d0ff4153563240f6ef18086c68ab))
##### [2.8.2](https://togithub.com/googleapis/java-common-protos/compare/v2.8.1...v2.8.2) (2022-04-11)
##### Dependencies
- revert protobuf to 3.19 ([#348](https://togithub.com/googleapis/java-common-protos/issues/348)) ([80b5ef6](https://togithub.com/googleapis/java-common-protos/commit/80b5ef6221a4bce5a15f4bde7ae0f964ab72452a))
##### [2.8.1](https://togithub.com/googleapis/java-common-protos/compare/v2.8.0...v2.8.1) (2022-04-07)
##### Dependencies
- update dependency com.google.protobuf:protobuf-bom to v3.20.0 ([#342](https://togithub.com/googleapis/java-common-protos/issues/342)) ([9314088](https://togithub.com/googleapis/java-common-protos/commit/931408869a86c05929496c27deafba8191f16518))
- update dependency com.google.protobuf:protobuf-java to v3.20.0 ([#343](https://togithub.com/googleapis/java-common-protos/issues/343)) ([7c1b0db](https://togithub.com/googleapis/java-common-protos/commit/7c1b0dbe597790514064c6923c278c1020037471))
- update dependency io.grpc:grpc-bom to v1.45.1 ([#339](https://togithub.com/googleapis/java-common-protos/issues/339)) ([4d713c3](https://togithub.com/googleapis/java-common-protos/commit/4d713c3cc3e071a858a1f10bb522a69c1cec9e22))
- update dependency io.grpc:grpc-protobuf to v1.45.1 ([#340](https://togithub.com/googleapis/java-common-protos/issues/340)) ([db951fb](https://togithub.com/googleapis/java-common-protos/commit/db951fbae45d249da9ba7ba44018da3043d0172a))
- update dependency io.grpc:grpc-stub to v1.45.1 ([#341](https://togithub.com/googleapis/java-common-protos/issues/341)) ([b661805](https://togithub.com/googleapis/java-common-protos/commit/b661805d37fe107d0bafc7fbabc1667cde6a1018))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a1a6e47a71..14a1464da7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
google-cloud-core-parent
2.18.1
2.2.0
- 2.8.3
+ 2.9.0
1.4.0
1.7.0
1.34.1
From 4b926c3568544f7c4f0273590339b3b7923e17f8 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 13 Jun 2022 19:10:14 +0200
Subject: [PATCH 10/15] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.5.0 (#847)
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-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.4.0` -> `1.5.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/java-shared-config
### [`v1.5.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0)
##### Features
- add build scripts for native image testing in Java 17 ([#1440](https://togithub.com/googleapis/java-shared-config/issues/1440)) ([#475](https://togithub.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://togithub.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a))
- to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://togithub.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09))
##### Dependencies
- update surefire.version to v3.0.0-m7 ([bbfe663](https://togithub.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0))
---
### 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, click this checkbox.
---
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/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 150e1f37bc..efbfe1cbe1 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
- 1.4.0
+ 1.5.0
Google Cloud Core
diff --git a/pom.xml b/pom.xml
index 14a1464da7..b4d908a38b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.4.0
+ 1.5.0
From 69dde5641546b678a385b1ed3a2c7a020f81d285 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 13 Jun 2022 19:24:42 +0200
Subject: [PATCH 11/15] deps: update dependency com.google.api:api-common to
v2.2.1 (#844)
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:api-common](https://togithub.com/googleapis/api-common-java) | `2.2.0` -> `2.2.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/api-common-java
### [`v2.2.1`](https://togithub.com/googleapis/api-common-java/blob/HEAD/CHANGELOG.md#221-httpsgithubcomgoogleapisapi-common-javacomparev220v221-2022-06-09)
[Compare Source](https://togithub.com/googleapis/api-common-java/compare/v2.2.0...v2.2.1)
##### Dependencies
- update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#360](https://togithub.com/googleapis/api-common-java/issues/360)) ([2bf75c6](https://togithub.com/googleapis/api-common-java/commit/2bf75c6415646df0a2dd074a75bd044d0bdc67ca))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b4d908a38b..2dc8c8bd21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
github
google-cloud-core-parent
2.18.1
- 2.2.0
+ 2.2.1
2.9.0
1.4.0
1.7.0
From 9ffe0c5b25761abf7ff1bea091aa1db057dff2d0 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 15 Jun 2022 18:30:11 +0200
Subject: [PATCH 12/15] deps: update dependency
com.google.api-client:google-api-client-bom to v1.35.1 (#843)
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-client:google-api-client-bom](https://togithub.com/googleapis/google-api-java-client) | `1.34.1` -> `1.35.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/google-api-java-client
### [`v1.35.1`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#1351-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev1350v1351-2022-06-10)
[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.35.0...v1.35.1)
##### Bug Fixes
- **deps:** update dependency com.google.api-client:google-api-client to v1.35.0 ([#2083](https://togithub.com/googleapis/google-api-java-client/issues/2083)) ([fd53573](https://togithub.com/googleapis/google-api-java-client/commit/fd53573cf9a08f71dab8ec757f32bf0f6b615ce9))
- **deps:** update dependency com.google.cloud:libraries-bom to v25.4.0 ([#2084](https://togithub.com/googleapis/google-api-java-client/issues/2084)) ([df02577](https://togithub.com/googleapis/google-api-java-client/commit/df025779104d9ed6bf1bd8e6b19c8442a83d31b5))
- **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.1 ([#2088](https://togithub.com/googleapis/google-api-java-client/issues/2088)) ([960e7be](https://togithub.com/googleapis/google-api-java-client/commit/960e7bef648c38863c6db101178d3bb7f317f145))
### [`v1.35.0`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#1350-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev1340v1350-2022-06-02)
[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.34.1...v1.35.0)
##### Features
- add build scripts for native image testing in Java 17 ([#1440](https://togithub.com/googleapis/google-api-java-client/issues/1440)) ([#2075](https://togithub.com/googleapis/google-api-java-client/issues/2075)) ([2b1558d](https://togithub.com/googleapis/google-api-java-client/commit/2b1558d07d1f79939def761911d1fbdb6fb31257))
- next release from main branch is 1.35.0 ([#2042](https://togithub.com/googleapis/google-api-java-client/issues/2042)) ([9005d5c](https://togithub.com/googleapis/google-api-java-client/commit/9005d5ca7df256342d0b6b94dfa92efc57ddeffa))
##### Bug Fixes
- **deps:** update dependency com.google.api-client:google-api-client to v1.34.0 ([#2038](https://togithub.com/googleapis/google-api-java-client/issues/2038)) ([afea56f](https://togithub.com/googleapis/google-api-java-client/commit/afea56f5891e0e6e90369c04f99d64d2648edde6))
- **deps:** update dependency com.google.api-client:google-api-client to v1.34.1 ([#2058](https://togithub.com/googleapis/google-api-java-client/issues/2058)) ([d1ddb69](https://togithub.com/googleapis/google-api-java-client/commit/d1ddb695b3ce4abc40f6af78845074f3d9e03e73))
- **deps:** update dependency com.google.api-client:google-api-client-android to v1.34.1 ([#2059](https://togithub.com/googleapis/google-api-java-client/issues/2059)) ([54a9a0c](https://togithub.com/googleapis/google-api-java-client/commit/54a9a0c169a6a996f0ec6cfa338866e0ba3e5b57))
- **deps:** update dependency com.google.api-client:google-api-client-appengine to v1.34.1 ([#2061](https://togithub.com/googleapis/google-api-java-client/issues/2061)) ([872ad59](https://togithub.com/googleapis/google-api-java-client/commit/872ad59ae77540bbcf27dc6966a722b68fd67a5c))
- **deps:** update dependency com.google.api-client:google-api-client-assembly to v1.34.1 ([#2062](https://togithub.com/googleapis/google-api-java-client/issues/2062)) ([1a1d1b3](https://togithub.com/googleapis/google-api-java-client/commit/1a1d1b39f8f97bd1f9028c95a509e2205f9ecf53))
- **deps:** update dependency com.google.api-client:google-api-client-gson to v1.34.1 ([#2064](https://togithub.com/googleapis/google-api-java-client/issues/2064)) ([3d1a03a](https://togithub.com/googleapis/google-api-java-client/commit/3d1a03a4702c09d1a880276900fcd02a9f933277))
- **deps:** update dependency com.google.api-client:google-api-client-jackson2 to v1.34.1 ([#2065](https://togithub.com/googleapis/google-api-java-client/issues/2065)) ([3502186](https://togithub.com/googleapis/google-api-java-client/commit/350218698e07044c903e77ee2a326d21b48278ba))
- **deps:** update dependency com.google.api-client:google-api-client-java6 to v1.34.1 ([#2066](https://togithub.com/googleapis/google-api-java-client/issues/2066)) ([705e865](https://togithub.com/googleapis/google-api-java-client/commit/705e865f05cae7e623eaba24c563512dc2cc05bc))
- **deps:** update dependency com.google.api-client:google-api-client-protobuf to v1.34.1 ([#2068](https://togithub.com/googleapis/google-api-java-client/issues/2068)) ([ecedb5b](https://togithub.com/googleapis/google-api-java-client/commit/ecedb5b336d84a84b79d131848d438f9a31d36d0))
- **deps:** update dependency com.google.api-client:google-api-client-servlet to v1.34.1 ([#2070](https://togithub.com/googleapis/google-api-java-client/issues/2070)) ([15540fe](https://togithub.com/googleapis/google-api-java-client/commit/15540fe7905fa19ab5e9ee104e97f7cad76e518a))
- **deps:** update dependency com.google.api-client:google-api-client-xml to v1.34.1 ([#2071](https://togithub.com/googleapis/google-api-java-client/issues/2071)) ([050a269](https://togithub.com/googleapis/google-api-java-client/commit/050a2691a90dc5960c929661d3c31951d893e9ab))
- **deps:** update dependency com.google.appengine:appengine-api-1.0-sdk to v2.0.5 ([#2072](https://togithub.com/googleapis/google-api-java-client/issues/2072)) ([526e103](https://togithub.com/googleapis/google-api-java-client/commit/526e1037fb370a9bae7fa9670ec62b72792b060d))
- **deps:** update dependency com.google.cloud:libraries-bom to v25.2.0 ([#2050](https://togithub.com/googleapis/google-api-java-client/issues/2050)) ([6c48f89](https://togithub.com/googleapis/google-api-java-client/commit/6c48f8954ed6ac161512e01defa358e7c7ea0627))
- **deps:** update dependency com.google.cloud:libraries-bom to v25.3.0 ([#2073](https://togithub.com/googleapis/google-api-java-client/issues/2073)) ([11dc2bb](https://togithub.com/googleapis/google-api-java-client/commit/11dc2bb17c8875989c80edb6b42a39b8fd87278d))
- **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.3 ([#2041](https://togithub.com/googleapis/google-api-java-client/issues/2041)) ([be65181](https://togithub.com/googleapis/google-api-java-client/commit/be65181a67c87bdd1c7bcea3c99d25b4256fde4b))
- **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.0 ([#2081](https://togithub.com/googleapis/google-api-java-client/issues/2081)) ([8684064](https://togithub.com/googleapis/google-api-java-client/commit/86840649d97a4236740c5d3f07dfb8034324c03a))
- use verifyPayload instead of verify to disable duplicate signature check ([#2080](https://togithub.com/googleapis/google-api-java-client/issues/2080)) ([003ca44](https://togithub.com/googleapis/google-api-java-client/commit/003ca44b4d41a73053eef2c46ba3ec2c8f135e95))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2dc8c8bd21..1cc9f48c26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
2.9.0
1.4.0
1.7.0
- 1.34.1
+ 1.35.1
1.42.0
1.47.0
3.21.1
From 826099767b0aabe0db26eff2f612f0847b451366 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 15 Jun 2022 18:32:15 +0200
Subject: [PATCH 13/15] deps: update dependency
com.google.api.grpc:proto-google-iam-v1 to v1.4.1 (#848)
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.grpc:proto-google-iam-v1](https://togithub.com/googleapis/java-iam) | `1.4.0` -> `1.4.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-iam
### [`v1.4.1`](https://togithub.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#141-httpsgithubcomgoogleapisjava-iamcomparev140v141-2022-06-13)
[Compare Source](https://togithub.com/googleapis/java-iam/compare/v1.4.0...v1.4.1)
##### Dependencies
- update dependency com.google.api:api-common to v2.2.1 ([#358](https://togithub.com/googleapis/java-iam/issues/358)) ([e70e79f](https://togithub.com/googleapis/java-iam/commit/e70e79f3a8e6f3e2deac17d57489a5d6266e3e44))
- update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#354](https://togithub.com/googleapis/java-iam/issues/354)) ([0856c38](https://togithub.com/googleapis/java-iam/commit/0856c38dbc50cbe785e4f92a2f8ae55683a09613))
- update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#355](https://togithub.com/googleapis/java-iam/issues/355)) ([91c7aa3](https://togithub.com/googleapis/java-iam/commit/91c7aa3b03c30dbea09baf0eb674e92f5605b14d))
- update dependency io.grpc:grpc-protobuf to v1.47.0 ([#356](https://togithub.com/googleapis/java-iam/issues/356)) ([560c161](https://togithub.com/googleapis/java-iam/commit/560c1614ca01e56479a4a8a732f3575f243076ef))
- update dependency io.grpc:grpc-stub to v1.47.0 ([#357](https://togithub.com/googleapis/java-iam/issues/357)) ([37b9061](https://togithub.com/googleapis/java-iam/commit/37b906144fee70a5050c8e67e820435b2d42f781))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1cc9f48c26..3900afd45c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
2.18.1
2.2.1
2.9.0
- 1.4.0
+ 1.4.1
1.7.0
1.35.1
1.42.0
From 11764b04629c5bfbc9b0d68174782cc126dc1646 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 21 Jun 2022 18:24:15 +0200
Subject: [PATCH 14/15] deps: update dependency com.google.api:gax-bom to
v2.18.2 (#849)
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-bom](https://togithub.com/googleapis/gax-java) | `2.18.1` -> `2.18.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/gax-java
### [`v2.18.2`](https://togithub.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#2182-httpsgithubcomgoogleapisgax-javacomparev2181v2182-2022-06-16)
[Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.18.1...v2.18.2)
##### Bug Fixes
- **deps:** update dependency com.google.api:api-common to v2.2.1 ([#1699](https://togithub.com/googleapis/gax-java/issues/1699)) ([be79d10](https://togithub.com/googleapis/gax-java/commit/be79d108601290d533126e996600a5864a7e810f))
- **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.7.0 ([#1700](https://togithub.com/googleapis/gax-java/issues/1700)) ([640525e](https://togithub.com/googleapis/gax-java/commit/640525ea4d2df46c187f867f7c13325aebd819c6))
- **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.7.0 ([#1701](https://togithub.com/googleapis/gax-java/issues/1701)) ([0f27ef7](https://togithub.com/googleapis/gax-java/commit/0f27ef7b63aa37fd7797e43803802a519d710658))
- **deps:** update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#1702](https://togithub.com/googleapis/gax-java/issues/1702)) ([96c4fa8](https://togithub.com/googleapis/gax-java/commit/96c4fa8b76e485fb6e19b183c11d660bd949c6c2))
- **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#1703](https://togithub.com/googleapis/gax-java/issues/1703)) ([3e07036](https://togithub.com/googleapis/gax-java/commit/3e07036bba7c6945c76a76cd623726c71d74ade2))
- **deps:** update dependency io.grpc:grpc-bom to v1.47.0 ([#1704](https://togithub.com/googleapis/gax-java/issues/1704)) ([0317926](https://togithub.com/googleapis/gax-java/commit/0317926ea97940df73738d1617e0b154e70b7e32))
- **deps:** update dependency io.opencensus:opencensus-api to v0.31.1 ([#1697](https://togithub.com/googleapis/gax-java/issues/1697)) ([f9f9e1e](https://togithub.com/googleapis/gax-java/commit/f9f9e1e2a16532c3051595138bc2e99c71268f3a))
- **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.1.0.1 ([#1698](https://togithub.com/googleapis/gax-java/issues/1698)) ([59fbff9](https://togithub.com/googleapis/gax-java/commit/59fbff938981be18134c1410c02d86dbf801f4a7))
##### Dependencies
- update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#1713](https://togithub.com/googleapis/gax-java/issues/1713)) ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update dependency io.grpc:grpc-bom to v1.47.0 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update dependency io.opencensus:opencensus-api to v0.31.1 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update dependency org.mockito:mockito-core to v4.6.1 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update dependency org.threeten:threetenbp to v1.6.0 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update io.netty dependencies to v4.1.72.Final ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
- update plugin org.sonarqube to v3.4.0.2513 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
##### [2.18.1](https://togithub.com/googleapis/gax-java/compare/v2.18.0...v2.18.1) (2022-05-19)
##### Dependencies
- upgrade grpc to 1.46.0 ([#1688](https://togithub.com/googleapis/gax-java/issues/1688)) ([18147a4](https://togithub.com/googleapis/gax-java/commit/18147a4f558635b27d30eb05468321b52321db13))
---
### 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, click this checkbox.
---
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/java-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3900afd45c..532ee4a48f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
UTF-8
github
google-cloud-core-parent
- 2.18.1
+ 2.18.2
2.2.1
2.9.0
1.4.1
From c87b62d2b5afae25dd0f0205b6a58fb79dae97b0 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 21 Jun 2022 20:18:38 +0000
Subject: [PATCH 15/15] chore(main): release 2.8.0 (#837)
:robot: I have created a release *beep* *boop*
---
## [2.8.0](https://github.com/googleapis/java-core/compare/v2.7.1...v2.8.0) (2022-06-21)
### Features
* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-core/issues/1440)) ([#836](https://github.com/googleapis/java-core/issues/836)) ([8826d9b](https://github.com/googleapis/java-core/commit/8826d9bc05eb9e4a54c40e8578de85ed79c50e99))
### Dependencies
* update dependency com.google.api-client:google-api-client-bom to v1.35.1 ([#843](https://github.com/googleapis/java-core/issues/843)) ([9ffe0c5](https://github.com/googleapis/java-core/commit/9ffe0c5b25761abf7ff1bea091aa1db057dff2d0))
* update dependency com.google.api:api-common to v2.2.1 ([#844](https://github.com/googleapis/java-core/issues/844)) ([69dde56](https://github.com/googleapis/java-core/commit/69dde5641546b678a385b1ed3a2c7a020f81d285))
* update dependency com.google.api:gax-bom to v2.18.2 ([#849](https://github.com/googleapis/java-core/issues/849)) ([11764b0](https://github.com/googleapis/java-core/commit/11764b04629c5bfbc9b0d68174782cc126dc1646))
* update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#846](https://github.com/googleapis/java-core/issues/846)) ([5dced6d](https://github.com/googleapis/java-core/commit/5dced6d25ce0f3e7587d7ac1f6f3713f3b2a18c2))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.0 ([#838](https://github.com/googleapis/java-core/issues/838)) ([b0a7afe](https://github.com/googleapis/java-core/commit/b0a7afe342a5e15436d439b9cc1e3c58f894ab66))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.1 ([#848](https://github.com/googleapis/java-core/issues/848)) ([8260997](https://github.com/googleapis/java-core/commit/826099767b0aabe0db26eff2f612f0847b451366))
* update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#839](https://github.com/googleapis/java-core/issues/839)) ([3459fb6](https://github.com/googleapis/java-core/commit/3459fb668557b982cef5682ce47d3c978b83d69c))
* update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#845](https://github.com/googleapis/java-core/issues/845)) ([2d2c873](https://github.com/googleapis/java-core/commit/2d2c873e274b26f4687d569cc3b8ae58c3c5ed54))
* update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#840](https://github.com/googleapis/java-core/issues/840)) ([037da15](https://github.com/googleapis/java-core/commit/037da15b2aed1719e768ba5b4e001caf25952adc))
* update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#841](https://github.com/googleapis/java-core/issues/841)) ([04b8862](https://github.com/googleapis/java-core/commit/04b886224128f1525ad8398815dc62dac87680af))
* update dependency io.grpc:grpc-bom to v1.47.0 ([#842](https://github.com/googleapis/java-core/issues/842)) ([40984e2](https://github.com/googleapis/java-core/commit/40984e23242ba954b6ca741ca3f02ec89e92ae57))
---
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 | 22 ++++++++++++++++++++++
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, 34 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36fd5e5d4a..d5821762db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## [2.8.0](https://github.com/googleapis/java-core/compare/v2.7.1...v2.8.0) (2022-06-21)
+
+
+### Features
+
+* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-core/issues/1440)) ([#836](https://github.com/googleapis/java-core/issues/836)) ([8826d9b](https://github.com/googleapis/java-core/commit/8826d9bc05eb9e4a54c40e8578de85ed79c50e99))
+
+
+### Dependencies
+
+* update dependency com.google.api-client:google-api-client-bom to v1.35.1 ([#843](https://github.com/googleapis/java-core/issues/843)) ([9ffe0c5](https://github.com/googleapis/java-core/commit/9ffe0c5b25761abf7ff1bea091aa1db057dff2d0))
+* update dependency com.google.api:api-common to v2.2.1 ([#844](https://github.com/googleapis/java-core/issues/844)) ([69dde56](https://github.com/googleapis/java-core/commit/69dde5641546b678a385b1ed3a2c7a020f81d285))
+* update dependency com.google.api:gax-bom to v2.18.2 ([#849](https://github.com/googleapis/java-core/issues/849)) ([11764b0](https://github.com/googleapis/java-core/commit/11764b04629c5bfbc9b0d68174782cc126dc1646))
+* update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#846](https://github.com/googleapis/java-core/issues/846)) ([5dced6d](https://github.com/googleapis/java-core/commit/5dced6d25ce0f3e7587d7ac1f6f3713f3b2a18c2))
+* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.0 ([#838](https://github.com/googleapis/java-core/issues/838)) ([b0a7afe](https://github.com/googleapis/java-core/commit/b0a7afe342a5e15436d439b9cc1e3c58f894ab66))
+* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.1 ([#848](https://github.com/googleapis/java-core/issues/848)) ([8260997](https://github.com/googleapis/java-core/commit/826099767b0aabe0db26eff2f612f0847b451366))
+* update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#839](https://github.com/googleapis/java-core/issues/839)) ([3459fb6](https://github.com/googleapis/java-core/commit/3459fb668557b982cef5682ce47d3c978b83d69c))
+* update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#845](https://github.com/googleapis/java-core/issues/845)) ([2d2c873](https://github.com/googleapis/java-core/commit/2d2c873e274b26f4687d569cc3b8ae58c3c5ed54))
+* update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#840](https://github.com/googleapis/java-core/issues/840)) ([037da15](https://github.com/googleapis/java-core/commit/037da15b2aed1719e768ba5b4e001caf25952adc))
+* update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#841](https://github.com/googleapis/java-core/issues/841)) ([04b8862](https://github.com/googleapis/java-core/commit/04b886224128f1525ad8398815dc62dac87680af))
+* update dependency io.grpc:grpc-bom to v1.47.0 ([#842](https://github.com/googleapis/java-core/issues/842)) ([40984e2](https://github.com/googleapis/java-core/commit/40984e23242ba954b6ca741ca3f02ec89e92ae57))
+
### [2.7.1](https://github.com/googleapis/java-core/compare/v2.7.0...v2.7.1) (2022-05-19)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index efbfe1cbe1..433d2cd7d0 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
- 2.7.2-SNAPSHOT
+ 2.8.0
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 2.7.2-SNAPSHOT
+ 2.8.0
com.google.cloud
google-cloud-core-grpc
- 2.7.2-SNAPSHOT
+ 2.8.0
com.google.cloud
google-cloud-core-http
- 2.7.2-SNAPSHOT
+ 2.8.0
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index 2c0438fb70..3450ad4730 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
- 2.7.2-SNAPSHOT
+ 2.8.0
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.2-SNAPSHOT
+ 2.8.0
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index fc2e5e57ec..68a5409cd5 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
- 2.7.2-SNAPSHOT
+ 2.8.0
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.2-SNAPSHOT
+ 2.8.0
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index ddf8bfdb45..188701967c 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
- 2.7.2-SNAPSHOT
+ 2.8.0
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.7.2-SNAPSHOT
+ 2.8.0
google-cloud-core
diff --git a/pom.xml b/pom.xml
index 532ee4a48f..c44501cb3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.7.2-SNAPSHOT
+ 2.8.0
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 2488da2804..197540b9cb 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.7.1:2.7.2-SNAPSHOT
+google-cloud-core:2.8.0:2.8.0