diff --git a/.cloudbuild/graalvm/cloudbuild-test-a.yaml b/.cloudbuild/graalvm/cloudbuild-test-a.yaml index 7806c52565..9051e6cb7d 100644 --- a/.cloudbuild/graalvm/cloudbuild-test-a.yaml +++ b/.cloudbuild/graalvm/cloudbuild-test-a.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _SHARED_DEPENDENCIES_VERSION: '3.46.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} + _SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current} _JAVA_SHARED_CONFIG_VERSION: '1.15.4' options: machineType: 'E2_HIGHCPU_8' diff --git a/.cloudbuild/graalvm/cloudbuild-test-b.yaml b/.cloudbuild/graalvm/cloudbuild-test-b.yaml index 934b19a8f6..7109d4b18e 100644 --- a/.cloudbuild/graalvm/cloudbuild-test-b.yaml +++ b/.cloudbuild/graalvm/cloudbuild-test-b.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _SHARED_DEPENDENCIES_VERSION: '3.46.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} + _SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current} _JAVA_SHARED_CONFIG_VERSION: '1.15.4' options: machineType: 'E2_HIGHCPU_8' diff --git a/.cloudbuild/graalvm/cloudbuild-test-c.yaml b/.cloudbuild/graalvm/cloudbuild-test-c.yaml index 4a10e16906..6a246c7818 100644 --- a/.cloudbuild/graalvm/cloudbuild-test-c.yaml +++ b/.cloudbuild/graalvm/cloudbuild-test-c.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _SHARED_DEPENDENCIES_VERSION: '3.46.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} + _SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current} _JAVA_SHARED_CONFIG_VERSION: '1.15.4' options: machineType: 'E2_HIGHCPU_8' diff --git a/.cloudbuild/graalvm/cloudbuild.yaml b/.cloudbuild/graalvm/cloudbuild.yaml index 22ca72e1dc..c51b522c43 100644 --- a/.cloudbuild/graalvm/cloudbuild.yaml +++ b/.cloudbuild/graalvm/cloudbuild.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _SHARED_DEPENDENCIES_VERSION: '3.46.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} + _SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current} _JAVA_SHARED_CONFIG_VERSION: '1.15.4' steps: # GraalVM A build diff --git a/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml b/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml index 642f9f4d46..7c8e64b0d0 100644 --- a/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml +++ b/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _GAPIC_GENERATOR_JAVA_VERSION: '2.56.2-SNAPSHOT' # {x-version-update:gapic-generator-java:current} + _GAPIC_GENERATOR_JAVA_VERSION: '2.57.0' # {x-version-update:gapic-generator-java:current} _PRIVATE_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation" _PRIVATE_SHA_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:${COMMIT_SHA}" _PRIVATE_LATEST_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:latest" diff --git a/.cloudbuild/library_generation/library_generation.Dockerfile b/.cloudbuild/library_generation/library_generation.Dockerfile index 479dda9529..4d1eab5f0c 100644 --- a/.cloudbuild/library_generation/library_generation.Dockerfile +++ b/.cloudbuild/library_generation/library_generation.Dockerfile @@ -21,7 +21,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-17-alpine@sha256:969014ee8852 WORKDIR /sdk-platform-java COPY . . # {x-version-update-start:gapic-generator-java:current} -ENV DOCKER_GAPIC_GENERATOR_VERSION="2.56.2-SNAPSHOT" +ENV DOCKER_GAPIC_GENERATOR_VERSION="2.57.0" # {x-version-update-end} # Download the java formatter diff --git a/.cloudbuild/library_generation/library_generation_airlock.Dockerfile b/.cloudbuild/library_generation/library_generation_airlock.Dockerfile index 865c53c761..fac0e5032d 100644 --- a/.cloudbuild/library_generation/library_generation_airlock.Dockerfile +++ b/.cloudbuild/library_generation/library_generation_airlock.Dockerfile @@ -21,7 +21,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/maven@sha256:d3f0 WORKDIR /sdk-platform-java COPY . . # {x-version-update-start:gapic-generator-java:current} -ENV DOCKER_GAPIC_GENERATOR_VERSION="2.56.2-SNAPSHOT" +ENV DOCKER_GAPIC_GENERATOR_VERSION="2.57.0" # {x-version-update-end} # Download the java formatter diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71d6a06686..497c2b59d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.56.1" + ".": "2.57.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bc3bbd66..c26fbd5648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,293 @@ # Changelog +## [2.57.0](https://github.com/diegomarquezp/sdk-platform-java/compare/v2.56.1...v2.57.0) (2025-04-23) + + +### Features + +* [iam] add ResourcePolicyMember to google/iam/v1 ([b8e2859](https://github.com/diegomarquezp/sdk-platform-java/commit/b8e28597774d778fc6b79354edbfacbbd76015af)) +* add `transport` option to `generation_config.yaml` ([#3052](https://github.com/diegomarquezp/sdk-platform-java/issues/3052)) ([3b1a915](https://github.com/diegomarquezp/sdk-platform-java/commit/3b1a91551ab6bbaf6a46950e1677c15cdd70d2e9)) +* add Batcher#close(timeout) and Batcher#cancelOutstanding ([#3141](https://github.com/diegomarquezp/sdk-platform-java/issues/3141)) ([b5a92e4](https://github.com/diegomarquezp/sdk-platform-java/commit/b5a92e4495b33ad797f9a071a97828460dacd80f)) +* add client side logging with slf4j ([#3403](https://github.com/diegomarquezp/sdk-platform-java/issues/3403)) ([fe002fa](https://github.com/diegomarquezp/sdk-platform-java/commit/fe002fab1ab65b29eeb5510d1ba1ef72fa3441b0)) +* Add experimental S2A integration in client libraries grpc transport ([#3326](https://github.com/diegomarquezp/sdk-platform-java/issues/3326)) ([1138ca6](https://github.com/diegomarquezp/sdk-platform-java/commit/1138ca682cd47d6164ceaa47803bfe2f68b1bc14)) +* add full RetrySettings sample code to Settings classes ([#3056](https://github.com/diegomarquezp/sdk-platform-java/issues/3056)) ([8fe3a2d](https://github.com/diegomarquezp/sdk-platform-java/commit/8fe3a2d4cfac5d038bcf12afe849c9182073920e)) +* add support for new setAllowHardBoundTokens field. ([#3467](https://github.com/diegomarquezp/sdk-platform-java/issues/3467)) ([38431a2](https://github.com/diegomarquezp/sdk-platform-java/commit/38431a290ed55174599be0927be32daaa1c49d56)) +* add toString to futures returned by operations ([#3140](https://github.com/diegomarquezp/sdk-platform-java/issues/3140)) ([afecb8c](https://github.com/diegomarquezp/sdk-platform-java/commit/afecb8c43c48067931b3fed78cf2eec55d983f9c)) +* bake gapic-generator-java into the hermetic build docker image ([#3067](https://github.com/diegomarquezp/sdk-platform-java/issues/3067)) ([a372e82](https://github.com/diegomarquezp/sdk-platform-java/commit/a372e82ad322e409cd49196e96abee62cbc567ea)) +* enable DirectPath bound token in InstantiatingGrpcChannelProvider ([#3572](https://github.com/diegomarquezp/sdk-platform-java/issues/3572)) ([5080495](https://github.com/diegomarquezp/sdk-platform-java/commit/5080495d5aa65e69f67a86ee54e1ee103b42d1ef)) +* Enable MTLS_S2A bound token by default for gRPC S2A enabled flows ([#3591](https://github.com/diegomarquezp/sdk-platform-java/issues/3591)) ([81e21f2](https://github.com/diegomarquezp/sdk-platform-java/commit/81e21f2ef98c9b0776d9bcffb13db667a8a885e6)) +* enable selective generation based on service config include list ([#3323](https://github.com/diegomarquezp/sdk-platform-java/issues/3323)) ([0cddadb](https://github.com/diegomarquezp/sdk-platform-java/commit/0cddadb8ad3eddfffa356a479964d8a720937503)) +* expose property in GrpcTransportChannel if it uses direct path. ([#3170](https://github.com/diegomarquezp/sdk-platform-java/issues/3170)) ([9a432f7](https://github.com/diegomarquezp/sdk-platform-java/commit/9a432f7ce042fb2470ca99817200e0ff82a83c39)) +* **gax:** add API key authentication to ClientSettings ([#3137](https://github.com/diegomarquezp/sdk-platform-java/issues/3137)) ([df08956](https://github.com/diegomarquezp/sdk-platform-java/commit/df08956a26fa63b287241f3a37058c689c34d245)) +* **gax:** add protobuf version tracking to headers ([#3199](https://github.com/diegomarquezp/sdk-platform-java/issues/3199)) ([40c19b1](https://github.com/diegomarquezp/sdk-platform-java/commit/40c19b1aad71da176aeafbba32a0a4b51b5a4366)) +* **gax:** append cred-type header for auth metrics ([#3186](https://github.com/diegomarquezp/sdk-platform-java/issues/3186)) ([ca3ec24](https://github.com/diegomarquezp/sdk-platform-java/commit/ca3ec24f506f0d43623a92ba0eed908f874fe488)) +* generate a GAPIC library from api definition ([#3208](https://github.com/diegomarquezp/sdk-platform-java/issues/3208)) ([b6b5d7b](https://github.com/diegomarquezp/sdk-platform-java/commit/b6b5d7bbe2743034def0859105da146134d9b1b0)) +* generate showcase using docker image ([#3568](https://github.com/diegomarquezp/sdk-platform-java/issues/3568)) ([3857e3f](https://github.com/diegomarquezp/sdk-platform-java/commit/3857e3f6dc633a9adaf29e9770a584419e2f2214)) +* get released version from versions.txt to render `README.md` ([#3007](https://github.com/diegomarquezp/sdk-platform-java/issues/3007)) ([99bb2b3](https://github.com/diegomarquezp/sdk-platform-java/commit/99bb2b339eadd480dcc1753d4ba3aeda3b5c64de)) +* introduce `java.time` to java-core ([#3330](https://github.com/diegomarquezp/sdk-platform-java/issues/3330)) ([f202c3b](https://github.com/diegomarquezp/sdk-platform-java/commit/f202c3b550936168b9876860853876aa6d51c6a1)) +* Introduce java.time to Gax-Java ([#1872](https://github.com/diegomarquezp/sdk-platform-java/issues/1872)) ([308aeaf](https://github.com/diegomarquezp/sdk-platform-java/commit/308aeafc9f04795d2e1df8206c84689b11c4323a)) +* Mark `getDefaultEndpoint()` with @ObsoleteApi ([#2347](https://github.com/diegomarquezp/sdk-platform-java/issues/2347)) ([e46648f](https://github.com/diegomarquezp/sdk-platform-java/commit/e46648f112a149f967783539d30b4c44474b39fe)) +* Metrics tracer addAttribute map overload ([#3202](https://github.com/diegomarquezp/sdk-platform-java/issues/3202)) ([1a988df](https://github.com/diegomarquezp/sdk-platform-java/commit/1a988df22f7e3d15ce6b121bf26897c59ab468e4)) +* migrate away from deprecated graal-sdk dependency to use nativeimage ([#2706](https://github.com/diegomarquezp/sdk-platform-java/issues/2706)) ([757801a](https://github.com/diegomarquezp/sdk-platform-java/commit/757801aba582fd6224fc8504a3236568eef8a417)) +* Move release note generation to a sub module ([#3299](https://github.com/diegomarquezp/sdk-platform-java/issues/3299)) ([7d6d66a](https://github.com/diegomarquezp/sdk-platform-java/commit/7d6d66a161db5edc538aec065405954acf4434c5)) +* next release from main branch is 2.55.0 ([#3668](https://github.com/diegomarquezp/sdk-platform-java/issues/3668)) ([1eda55f](https://github.com/diegomarquezp/sdk-platform-java/commit/1eda55fc5e4cecedba3f8c163db0ce259d180a66)) +* parse `BUILD.bzel` to determine whether a commit that only changed `BUILD.bazel` is a qualified commit ([#2937](https://github.com/diegomarquezp/sdk-platform-java/issues/2937)) ([502f801](https://github.com/diegomarquezp/sdk-platform-java/commit/502f80101dec191befb660a1aba6d0c354758c18)) +* revert [#3400](https://github.com/diegomarquezp/sdk-platform-java/issues/3400): reintroduce experimental S2A integration in client libraries grpc transport ([#3548](https://github.com/diegomarquezp/sdk-platform-java/issues/3548)) ([65a0f11](https://github.com/diegomarquezp/sdk-platform-java/commit/65a0f11d2c8bebade9518ff338103e92a332252c)) +* Selective gapic generation phase II ([#3730](https://github.com/diegomarquezp/sdk-platform-java/issues/3730)) ([64ac2c1](https://github.com/diegomarquezp/sdk-platform-java/commit/64ac2c1df1c3ddd46caaa82dd3553365691b66c6)) +* selectively generate libraries ([#3290](https://github.com/diegomarquezp/sdk-platform-java/issues/3290)) ([dfe1a50](https://github.com/diegomarquezp/sdk-platform-java/commit/dfe1a50ec857cc2998bcbfbc2d8af6801f0ae260)) +* update ErrorDetails to allow unpacking arbitrary messages ([#3073](https://github.com/diegomarquezp/sdk-platform-java/issues/3073)) ([6913db5](https://github.com/diegomarquezp/sdk-platform-java/commit/6913db5c64e35ec8925c25a04ebd6d529895c4fe)) +* Update Gapic-Generator to generate libraries using `java.time` methods ([#3321](https://github.com/diegomarquezp/sdk-platform-java/issues/3321)) ([b21c9a4](https://github.com/diegomarquezp/sdk-platform-java/commit/b21c9a42121c22a1ab229d2d485265c271305110)) + + +### Bug Fixes + +* Fix: ([d996c2d](https://github.com/diegomarquezp/sdk-platform-java/commit/d996c2dfb4b1cb115e0a2cd117eebd8a4ab41cad)) +* [#3381](https://github.com/diegomarquezp/sdk-platform-java/issues/3381) ([75dcb96](https://github.com/diegomarquezp/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661)) +* `BaseApiTracer` to noop on attemptFailed via overloaded method call ([#3016](https://github.com/diegomarquezp/sdk-platform-java/issues/3016)) ([2fc938a](https://github.com/diegomarquezp/sdk-platform-java/commit/2fc938a819f4a2da9cfd25d2d306b62f53fa1f91)) +* add additional potential exceptions when retrieving protobuf manifest file to get version ([#3315](https://github.com/diegomarquezp/sdk-platform-java/issues/3315)) ([ef9e518](https://github.com/diegomarquezp/sdk-platform-java/commit/ef9e5189740ea5be46ad0d51c2ff554cd99ac162)) +* address incorrect universe domain validation when quota project id is set ([#3257](https://github.com/diegomarquezp/sdk-platform-java/issues/3257)) ([6e70c37](https://github.com/diegomarquezp/sdk-platform-java/commit/6e70c3705280576278a790a4228476ac996ef9da)), closes [#3256](https://github.com/diegomarquezp/sdk-platform-java/issues/3256) +* Avoid creating message string prematurely for streaming calls ([#3622](https://github.com/diegomarquezp/sdk-platform-java/issues/3622)) ([f805e70](https://github.com/diegomarquezp/sdk-platform-java/commit/f805e7009add0d9512c70956569ea00f11fa42f9)) +* Disable automatically retrieving Universe Domain from Metadata Server ([#3272](https://github.com/diegomarquezp/sdk-platform-java/issues/3272)) ([f4402bf](https://github.com/diegomarquezp/sdk-platform-java/commit/f4402bfa717831507e9e54d057d11ff69594e46b)) +* Fix flaky test ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart ([#3335](https://github.com/diegomarquezp/sdk-platform-java/issues/3335)) ([e73740d](https://github.com/diegomarquezp/sdk-platform-java/commit/e73740dbdb21d7c28908554fe3725504dc8ce84b)) +* **gax:** prevent truncation/overflow when converting time values ([#3095](https://github.com/diegomarquezp/sdk-platform-java/issues/3095)) ([699074e](https://github.com/diegomarquezp/sdk-platform-java/commit/699074e2db06c4d6d7ebfa235cc2aaeee695fdb4)) +* generate pr description with repo level change ([#3182](https://github.com/diegomarquezp/sdk-platform-java/issues/3182)) ([edd2168](https://github.com/diegomarquezp/sdk-platform-java/commit/edd2168fdc7ba7ea9ae328736cb5d39adf950929)) +* Generator callable generation is based on method type ([#3075](https://github.com/diegomarquezp/sdk-platform-java/issues/3075)) ([c21a013](https://github.com/diegomarquezp/sdk-platform-java/commit/c21a0139cccb9001951cab81f4c5ffe3ae51d7c5)) +* generator setting incorrect name/class for sample due to region tag (2nd attempt) ([#3293](https://github.com/diegomarquezp/sdk-platform-java/issues/3293)) ([771bd0e](https://github.com/diegomarquezp/sdk-platform-java/commit/771bd0e9cb306e430dc15e79a189648830101865)) +* Generator to skip generation for empty services. ([#3051](https://github.com/diegomarquezp/sdk-platform-java/issues/3051)) ([ff2c485](https://github.com/diegomarquezp/sdk-platform-java/commit/ff2c48543940bb0ceb78392b0f5af67568823002)) +* graalvm missing build time class when using protobuf 4.x ([#3438](https://github.com/diegomarquezp/sdk-platform-java/issues/3438)) ([f0236cf](https://github.com/diegomarquezp/sdk-platform-java/commit/f0236cfc102cf7ce06e1f733a4f40a50133d6b24)) +* **hermetic-build:** use correct image name in templated graalvm jobs ([#3743](https://github.com/diegomarquezp/sdk-platform-java/issues/3743)) ([29a78d3](https://github.com/diegomarquezp/sdk-platform-java/commit/29a78d3b7b6ac8533790f6a3763cc7f8144826ee)) +* httpjson callables to trace attempts (started, failed) ([#3300](https://github.com/diegomarquezp/sdk-platform-java/issues/3300)) ([15a64ee](https://github.com/diegomarquezp/sdk-platform-java/commit/15a64ee2e63165e50fd07b2b3a40f0d2ef2edfe2)) +* improve warnings for Direct Path xDS set via env ([#3019](https://github.com/diegomarquezp/sdk-platform-java/issues/3019)) ([7a26115](https://github.com/diegomarquezp/sdk-platform-java/commit/7a26115078d23e430e190c62556c014c440fcab2)) +* include templated files in release-please-config.json ([f0c6b40](https://github.com/diegomarquezp/sdk-platform-java/commit/f0c6b404edcd74b4175f26fb4a8978c4a08c83ab)) +* inline version update in kokoro templates ([9da0fb8](https://github.com/diegomarquezp/sdk-platform-java/commit/9da0fb873f12a92bd32bbca724a4b2a89b7388d9)) +* instantiate GaxProperties at build time to ensure we get the protobuf version ([#3365](https://github.com/diegomarquezp/sdk-platform-java/issues/3365)) ([bb2a3be](https://github.com/diegomarquezp/sdk-platform-java/commit/bb2a3be87291ae718ac0e8538025a0867a6b6ff6)) +* keep native image templates up to date ([#3759](https://github.com/diegomarquezp/sdk-platform-java/issues/3759)) ([7dffab1](https://github.com/diegomarquezp/sdk-platform-java/commit/7dffab1251268736c9bf05b7d4bfcca06ed6576a)) +* match graalvm job names with internal configs ([#3755](https://github.com/diegomarquezp/sdk-platform-java/issues/3755)) ([23b4b12](https://github.com/diegomarquezp/sdk-platform-java/commit/23b4b1277e3675cad1ebaa32c1115e8050501a0d)) +* plumb mtls endpoint to TransportChannelProvider ([#3673](https://github.com/diegomarquezp/sdk-platform-java/issues/3673)) ([a961459](https://github.com/diegomarquezp/sdk-platform-java/commit/a9614593701d945a58b9e333b99589871f82ef33)) +* protobuf version not always getting set in headers ([#3322](https://github.com/diegomarquezp/sdk-platform-java/issues/3322)) ([7f6e470](https://github.com/diegomarquezp/sdk-platform-java/commit/7f6e470fea1673a5cf50fe3b49263615a172afde)) +* remove call credentials from call options if DirectPath ([#3670](https://github.com/diegomarquezp/sdk-platform-java/issues/3670)) ([5ede29c](https://github.com/diegomarquezp/sdk-platform-java/commit/5ede29cc9a3f4c585378b03a1b6c6a1e3eed8231)) +* return all library names if repo-level parameter changes ([#3379](https://github.com/diegomarquezp/sdk-platform-java/issues/3379)) ([75dcb96](https://github.com/diegomarquezp/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661)), closes [#3381](https://github.com/diegomarquezp/sdk-platform-java/issues/3381) +* S2A gRPC flow creates ComputeEngineCredentials via newBuilder. ([#3651](https://github.com/diegomarquezp/sdk-platform-java/issues/3651)) ([29c061e](https://github.com/diegomarquezp/sdk-platform-java/commit/29c061e8a18b9a416262986f11c5148ea6fec9b2)) +* use BuildKit instead of legacy builder to build the Hermetic Build images ([#3338](https://github.com/diegomarquezp/sdk-platform-java/issues/3338)) ([222fb45](https://github.com/diegomarquezp/sdk-platform-java/commit/222fb452e00bd195ad51389ea308993a7e1bc956)) +* use java 17 in samples.yaml ([#3754](https://github.com/diegomarquezp/sdk-platform-java/issues/3754)) ([2d5c5e2](https://github.com/diegomarquezp/sdk-platform-java/commit/2d5c5e28f56cc4332efd511bf9018c966a7c0458)) +* use spotify formatter in hermetic build templates ([#3752](https://github.com/diegomarquezp/sdk-platform-java/issues/3752)) ([65e29da](https://github.com/diegomarquezp/sdk-platform-java/commit/65e29dacaf533be61f2a14cbb8adeea316750911)) + + +### Dependencies + +* add opentelemetry exporter-metrics and shared-resoucemapping to shared dependencies ([#3078](https://github.com/diegomarquezp/sdk-platform-java/issues/3078)) ([fc8d80d](https://github.com/diegomarquezp/sdk-platform-java/commit/fc8d80d11182259c0c15d36c6427db5ba316735d)) +* add opentelemetry gcp-resources to shared deps ([#3722](https://github.com/diegomarquezp/sdk-platform-java/issues/3722)) ([b1b075d](https://github.com/diegomarquezp/sdk-platform-java/commit/b1b075d0530c7b10dc92cdd9cad0801147b95fc7)) +* revert "deps: update arrow.version to v18.2.0" ([#3694](https://github.com/diegomarquezp/sdk-platform-java/issues/3694)) ([2725744](https://github.com/diegomarquezp/sdk-platform-java/commit/272574489bc40b8b6379e5edb6ea5161b57bd687)) +* update arrow.version to v18.2.0 ([#3675](https://github.com/diegomarquezp/sdk-platform-java/issues/3675)) ([5a555e5](https://github.com/diegomarquezp/sdk-platform-java/commit/5a555e5b553b65b0e61517271eafbc3bd7eeb735)) +* update dependency argcomplete to v3.5.0 ([#3099](https://github.com/diegomarquezp/sdk-platform-java/issues/3099)) ([0654a28](https://github.com/diegomarquezp/sdk-platform-java/commit/0654a289b745e153e4f41b02cbdc180e3ca9a231)) +* update dependency black to v24.8.0 ([#3082](https://github.com/diegomarquezp/sdk-platform-java/issues/3082)) ([a864f62](https://github.com/diegomarquezp/sdk-platform-java/commit/a864f622023e096f207cf6fe3321f92d1b9f4560)) +* update dependency black to v24.8.0 ([#3234](https://github.com/diegomarquezp/sdk-platform-java/issues/3234)) ([73d803b](https://github.com/diegomarquezp/sdk-platform-java/commit/73d803b0dddca82a32c1789a9f92bc48431850aa)) +* update dependency certifi to v2024.8.30 ([#3150](https://github.com/diegomarquezp/sdk-platform-java/issues/3150)) ([c18b705](https://github.com/diegomarquezp/sdk-platform-java/commit/c18b705149d32ecfbfd298c0a414dba067b6a7a9)) +* update dependency ch.qos.logback:logback-core to v1.3.15 [security] ([#3654](https://github.com/diegomarquezp/sdk-platform-java/issues/3654)) ([093d867](https://github.com/diegomarquezp/sdk-platform-java/commit/093d867eb5dcdcc08ece434598f96a6dff760326)) +* update dependency com.fasterxml.jackson:jackson-bom to v2.17.2 ([#3028](https://github.com/diegomarquezp/sdk-platform-java/issues/3028)) ([d16f9d1](https://github.com/diegomarquezp/sdk-platform-java/commit/d16f9d114a75fb8a77dfc39edf6fe2aa2f967704)) +* update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 ([#3248](https://github.com/diegomarquezp/sdk-platform-java/issues/3248)) ([821e83d](https://github.com/diegomarquezp/sdk-platform-java/commit/821e83d8cef94594f8c8e832c40e319c232cb1b9)) +* update dependency com.fasterxml.jackson:jackson-bom to v2.18.2 ([#3422](https://github.com/diegomarquezp/sdk-platform-java/issues/3422)) ([fdc3a54](https://github.com/diegomarquezp/sdk-platform-java/commit/fdc3a5427836fcc5e9052fed736c178d7e7bdf18)) +* update dependency com.google.api-client:google-api-client-bom to v2.7.0 ([#3151](https://github.com/diegomarquezp/sdk-platform-java/issues/3151)) ([5f43e43](https://github.com/diegomarquezp/sdk-platform-java/commit/5f43e43351ee26ee3729218c0dfe282f20c9053b)) +* update dependency com.google.api-client:google-api-client-bom to v2.7.1 ([#3450](https://github.com/diegomarquezp/sdk-platform-java/issues/3450)) ([35f1310](https://github.com/diegomarquezp/sdk-platform-java/commit/35f1310cde638c89cf6680282e82f442821afe65)) +* update dependency com.google.api-client:google-api-client-bom to v2.7.2 ([#3578](https://github.com/diegomarquezp/sdk-platform-java/issues/3578)) ([f6e5ad9](https://github.com/diegomarquezp/sdk-platform-java/commit/f6e5ad90aced32f8a738b2e52b30fcfa02c7af4b)) +* update dependency com.google.auth:google-auth-library-oauth2-http to v1.30.0 ([#3428](https://github.com/diegomarquezp/sdk-platform-java/issues/3428)) ([78cbff1](https://github.com/diegomarquezp/sdk-platform-java/commit/78cbff1af55fb804400df5307b0df464936e0bae)) +* update dependency com.google.cloud.opentelemetry:detector-resources-support to v0.30.0 ([#2975](https://github.com/diegomarquezp/sdk-platform-java/issues/2975)) ([b3ec93f](https://github.com/diegomarquezp/sdk-platform-java/commit/b3ec93f1925ff5a92b47200a61303e5561dbb1b8)) +* update dependency com.google.cloud.opentelemetry:detector-resources-support to v0.31.0 ([#3044](https://github.com/diegomarquezp/sdk-platform-java/issues/3044)) ([6bd07dc](https://github.com/diegomarquezp/sdk-platform-java/commit/6bd07dc9fb589c72cf7b86bb2e0137687e1f61f2)) +* update dependency com.google.code.gson:gson to v2.12.0 ([#3595](https://github.com/diegomarquezp/sdk-platform-java/issues/3595)) ([1f1b119](https://github.com/diegomarquezp/sdk-platform-java/commit/1f1b119cc5ff13e6821285347da089e1297372b3)) +* update dependency com.google.code.gson:gson to v2.12.0 ([#3596](https://github.com/diegomarquezp/sdk-platform-java/issues/3596)) ([af62f53](https://github.com/diegomarquezp/sdk-platform-java/commit/af62f5317cac2fd163aee305f9347ae3f2fb729f)) +* update dependency com.google.code.gson:gson to v2.12.1 ([#3599](https://github.com/diegomarquezp/sdk-platform-java/issues/3599)) ([18917ee](https://github.com/diegomarquezp/sdk-platform-java/commit/18917ee918763d40603fc307ec0a446561d10601)) +* update dependency com.google.code.gson:gson to v2.12.1 ([#3600](https://github.com/diegomarquezp/sdk-platform-java/issues/3600)) ([3f82836](https://github.com/diegomarquezp/sdk-platform-java/commit/3f828360d32ae9d4a2015b623b5747c407520417)) +* update dependency com.google.crypto.tink:tink to v1.14.1 ([#3083](https://github.com/diegomarquezp/sdk-platform-java/issues/3083)) ([c13b63e](https://github.com/diegomarquezp/sdk-platform-java/commit/c13b63e1e4b391650eb6a0949d1fbc2319a28de6)) +* update dependency com.google.errorprone:error_prone_annotations to v2.29.2 ([#3058](https://github.com/diegomarquezp/sdk-platform-java/issues/3058)) ([8ea0868](https://github.com/diegomarquezp/sdk-platform-java/commit/8ea0868e9e67a4c58075b98de0cf7b51635ea2f8)) +* update dependency com.google.errorprone:error_prone_annotations to v2.29.2 ([#3059](https://github.com/diegomarquezp/sdk-platform-java/issues/3059)) ([81b23dc](https://github.com/diegomarquezp/sdk-platform-java/commit/81b23dc88eeff492f6cef6328ce3b5d32992f500)) +* update dependency com.google.errorprone:error_prone_annotations to v2.30.0 ([#3100](https://github.com/diegomarquezp/sdk-platform-java/issues/3100)) ([a10ef54](https://github.com/diegomarquezp/sdk-platform-java/commit/a10ef54fcd86c321bf15acd4fe5fa96f9937d318)) +* update dependency com.google.errorprone:error_prone_annotations to v2.30.0 ([#3101](https://github.com/diegomarquezp/sdk-platform-java/issues/3101)) ([9bff64f](https://github.com/diegomarquezp/sdk-platform-java/commit/9bff64f416c3eb046cca30ff974a9e9c4b5cebd2)) +* update dependency com.google.errorprone:error_prone_annotations to v2.31.0 ([#3153](https://github.com/diegomarquezp/sdk-platform-java/issues/3153)) ([3071509](https://github.com/diegomarquezp/sdk-platform-java/commit/307150935e3b9e1000570f869e5ad14901fd0513)) +* update dependency com.google.errorprone:error_prone_annotations to v2.31.0 ([#3154](https://github.com/diegomarquezp/sdk-platform-java/issues/3154)) ([335ee63](https://github.com/diegomarquezp/sdk-platform-java/commit/335ee63577616eecdbd1d3ccd0526393eb0e50be)) +* update dependency com.google.errorprone:error_prone_annotations to v2.32.0 ([#3192](https://github.com/diegomarquezp/sdk-platform-java/issues/3192)) ([b280706](https://github.com/diegomarquezp/sdk-platform-java/commit/b28070686ed1360084cd95beb622b78966f4960c)) +* update dependency com.google.errorprone:error_prone_annotations to v2.32.0 ([#3193](https://github.com/diegomarquezp/sdk-platform-java/issues/3193)) ([ed0cd17](https://github.com/diegomarquezp/sdk-platform-java/commit/ed0cd1729b6b964d730a8c5f38589939aab3fd8a)) +* update dependency com.google.errorprone:error_prone_annotations to v2.33.0 ([#3265](https://github.com/diegomarquezp/sdk-platform-java/issues/3265)) ([94450a9](https://github.com/diegomarquezp/sdk-platform-java/commit/94450a9699d94a078e5f5fa106f4d1ce4282a605)) +* update dependency com.google.errorprone:error_prone_annotations to v2.33.0 ([#3266](https://github.com/diegomarquezp/sdk-platform-java/issues/3266)) ([8235463](https://github.com/diegomarquezp/sdk-platform-java/commit/8235463dc2bc05382359d09702be55e2063f4908)) +* update dependency com.google.errorprone:error_prone_annotations to v2.34.0 ([#3303](https://github.com/diegomarquezp/sdk-platform-java/issues/3303)) ([5b01274](https://github.com/diegomarquezp/sdk-platform-java/commit/5b0127480ac1358b183d971e432939779f1238ad)) +* update dependency com.google.errorprone:error_prone_annotations to v2.34.0 ([#3304](https://github.com/diegomarquezp/sdk-platform-java/issues/3304)) ([5bd6c9c](https://github.com/diegomarquezp/sdk-platform-java/commit/5bd6c9ceaab11f96c6e50ca8ce9c66c1c1369d5c)) +* update dependency com.google.errorprone:error_prone_annotations to v2.35.1 ([#3316](https://github.com/diegomarquezp/sdk-platform-java/issues/3316)) ([d7c290f](https://github.com/diegomarquezp/sdk-platform-java/commit/d7c290f3e49c8ec7c480229e2c8ae38fcdcd99f6)) +* update dependency com.google.errorprone:error_prone_annotations to v2.36.0 ([#3425](https://github.com/diegomarquezp/sdk-platform-java/issues/3425)) ([52dcc0d](https://github.com/diegomarquezp/sdk-platform-java/commit/52dcc0d7aa525a18329a56fefe8a3b97efd6b1d3)) +* update dependency com.google.errorprone:error_prone_annotations to v2.36.0 ([#3426](https://github.com/diegomarquezp/sdk-platform-java/issues/3426)) ([77dd85d](https://github.com/diegomarquezp/sdk-platform-java/commit/77dd85d5cc7ad39d5dbbb5bab3bb17863fc8b9c9)) +* update dependency com.google.guava:guava to v33.2.1-jre ([#3027](https://github.com/diegomarquezp/sdk-platform-java/issues/3027)) ([12ee456](https://github.com/diegomarquezp/sdk-platform-java/commit/12ee456727d0cd9d86aeadd65e633b5d7abb3d50)) +* update dependency com.google.guava:guava to v33.3.0-jre ([#3119](https://github.com/diegomarquezp/sdk-platform-java/issues/3119)) ([41174b0](https://github.com/diegomarquezp/sdk-platform-java/commit/41174b04a5d4e5cff02dab95d5249e21b8d80496)) +* update dependency com.google.guava:guava to v33.3.1-jre ([#3228](https://github.com/diegomarquezp/sdk-platform-java/issues/3228)) ([4e76207](https://github.com/diegomarquezp/sdk-platform-java/commit/4e762078a59e6fd92453bb5a1395730f6f442524)) +* update dependency com.google.guava:guava to v33.4.0-jre ([#3473](https://github.com/diegomarquezp/sdk-platform-java/issues/3473)) ([453b897](https://github.com/diegomarquezp/sdk-platform-java/commit/453b897aabf9a7abdb59e9ea18ac8f8196b9792a)) +* update dependency com.google.guava:guava-bom to v33.4.0-jre ([#3545](https://github.com/diegomarquezp/sdk-platform-java/issues/3545)) ([07eb10e](https://github.com/diegomarquezp/sdk-platform-java/commit/07eb10e848d73a2e8d1d39018e2ec31b881653c8)) +* update dependency com.google.oauth-client:google-oauth-client-bom to v1.37.0 ([#3471](https://github.com/diegomarquezp/sdk-platform-java/issues/3471)) ([1f1c369](https://github.com/diegomarquezp/sdk-platform-java/commit/1f1c369633f0ae9b5b512a2908befdcd1c9cb952)) +* update dependency commons-codec:commons-codec to v1.17.1 ([#3049](https://github.com/diegomarquezp/sdk-platform-java/issues/3049)) ([58d94b7](https://github.com/diegomarquezp/sdk-platform-java/commit/58d94b795db06fa76099c871501d2a1f7465633b)) +* update dependency commons-codec:commons-codec to v1.17.2 ([#3557](https://github.com/diegomarquezp/sdk-platform-java/issues/3557)) ([07ce801](https://github.com/diegomarquezp/sdk-platform-java/commit/07ce801599479020629ce726afb9c06b2f711093)) +* update dependency commons-codec:commons-codec to v1.18.0 ([#3590](https://github.com/diegomarquezp/sdk-platform-java/issues/3590)) ([cd46ba5](https://github.com/diegomarquezp/sdk-platform-java/commit/cd46ba5e2105c5c009e4700a9c8da65f94e7b79a)) +* update dependency dev.cel:cel to v0.6.0 ([#3050](https://github.com/diegomarquezp/sdk-platform-java/issues/3050)) ([bc332d9](https://github.com/diegomarquezp/sdk-platform-java/commit/bc332d95919c0a1909e43f4ab7c7fe4db406697e)) +* update dependency dev.cel:cel to v0.7.1 ([#3155](https://github.com/diegomarquezp/sdk-platform-java/issues/3155)) ([b1ddd16](https://github.com/diegomarquezp/sdk-platform-java/commit/b1ddd16158d30aa7716caa4ec408bf45bb3a7a69)) +* update dependency dev.cel:cel to v0.8.0 ([#3429](https://github.com/diegomarquezp/sdk-platform-java/issues/3429)) ([79cde20](https://github.com/diegomarquezp/sdk-platform-java/commit/79cde2028c2ec307001c6bedd4310a78d04f379e)) +* update dependency filelock to v3.16.0 ([#3175](https://github.com/diegomarquezp/sdk-platform-java/issues/3175)) ([6681113](https://github.com/diegomarquezp/sdk-platform-java/commit/6681113f1e71c9d0aa4fe0e9d641bf06ccc93f88)) +* update dependency filelock to v3.16.1 ([#3210](https://github.com/diegomarquezp/sdk-platform-java/issues/3210)) ([703ac3d](https://github.com/diegomarquezp/sdk-platform-java/commit/703ac3d0b73d5388d60b910bcd26bcde6327a0a3)) +* update dependency gitpython to v3.1.44 ([#3559](https://github.com/diegomarquezp/sdk-platform-java/issues/3559)) ([e924db0](https://github.com/diegomarquezp/sdk-platform-java/commit/e924db06590648ad40b5b3aa0f6269084270064b)) +* update dependency idna to v3.10 ([#3201](https://github.com/diegomarquezp/sdk-platform-java/issues/3201)) ([211c3ec](https://github.com/diegomarquezp/sdk-platform-java/commit/211c3ecdec1a088267dc3c2765f5eb3835496c9b)) +* update dependency idna to v3.8 ([#3156](https://github.com/diegomarquezp/sdk-platform-java/issues/3156)) ([82f5326](https://github.com/diegomarquezp/sdk-platform-java/commit/82f5326b3f6b94a87009f58f8599780ebfdf77c2)) +* update dependency io.github.java-diff-utils:java-diff-utils to v4.15 ([#3430](https://github.com/diegomarquezp/sdk-platform-java/issues/3430)) ([91fd5cb](https://github.com/diegomarquezp/sdk-platform-java/commit/91fd5cb4aaf6ca02a0f73d664c0dbe283d13e989)) +* update dependency io.netty:netty-tcnative-boringssl-static to v2.0.66.final ([#3148](https://github.com/diegomarquezp/sdk-platform-java/issues/3148)) ([a7efaa8](https://github.com/diegomarquezp/sdk-platform-java/commit/a7efaa8a06c016878ba8083ddbf4588506f7653e)) +* update dependency io.netty:netty-tcnative-boringssl-static to v2.0.70.final ([#3623](https://github.com/diegomarquezp/sdk-platform-java/issues/3623)) ([a4d1f95](https://github.com/diegomarquezp/sdk-platform-java/commit/a4d1f95e6803966313478f382918c39038a4728b)) +* update dependency lxml to v5.3.0 ([#3102](https://github.com/diegomarquezp/sdk-platform-java/issues/3102)) ([4e145b1](https://github.com/diegomarquezp/sdk-platform-java/commit/4e145b128b1b964346fc7c1c874d57d9eedc00d2)) +* update dependency lxml to v5.3.0 ([#3237](https://github.com/diegomarquezp/sdk-platform-java/issues/3237)) ([ee2d05a](https://github.com/diegomarquezp/sdk-platform-java/commit/ee2d05a1d7cb03615ba190802e4e720be2955345)) +* update dependency lxml to v5.3.1 ([#3624](https://github.com/diegomarquezp/sdk-platform-java/issues/3624)) ([5407646](https://github.com/diegomarquezp/sdk-platform-java/commit/5407646c3010f65ea55941694e3f05d1fef02a53)) +* update dependency net.bytebuddy:byte-buddy to v1.14.18 ([#3029](https://github.com/diegomarquezp/sdk-platform-java/issues/3029)) ([8799cf6](https://github.com/diegomarquezp/sdk-platform-java/commit/8799cf602a3204a4adeaf4f48000979e49107959)) +* update dependency net.bytebuddy:byte-buddy to v1.15.1 ([#3115](https://github.com/diegomarquezp/sdk-platform-java/issues/3115)) ([0e06c5f](https://github.com/diegomarquezp/sdk-platform-java/commit/0e06c5f51f13b5de6dab18391d9738ed7c9452ff)) +* update dependency net.bytebuddy:byte-buddy to v1.15.10 ([#3298](https://github.com/diegomarquezp/sdk-platform-java/issues/3298)) ([7b503de](https://github.com/diegomarquezp/sdk-platform-java/commit/7b503dead0c8142630a5b05142e1e8a07f7300c3)) +* update dependency net.bytebuddy:byte-buddy to v1.15.11 ([#3468](https://github.com/diegomarquezp/sdk-platform-java/issues/3468)) ([fde27db](https://github.com/diegomarquezp/sdk-platform-java/commit/fde27db7f7959953cf480abfa62dc7dc58ac445e)) +* update dependency net.bytebuddy:byte-buddy to v1.15.2 ([#3235](https://github.com/diegomarquezp/sdk-platform-java/issues/3235)) ([a7781a6](https://github.com/diegomarquezp/sdk-platform-java/commit/a7781a6ab3a052f60a51b4d1d06464553dcd6b5c)) +* update dependency net.bytebuddy:byte-buddy to v1.15.3 ([#3246](https://github.com/diegomarquezp/sdk-platform-java/issues/3246)) ([2aad71d](https://github.com/diegomarquezp/sdk-platform-java/commit/2aad71dda5fe2bb0cdbe823392cccb36cfea6abb)) +* update dependency net.bytebuddy:byte-buddy to v1.17.0 ([#3582](https://github.com/diegomarquezp/sdk-platform-java/issues/3582)) ([54d99e9](https://github.com/diegomarquezp/sdk-platform-java/commit/54d99e9f2826d372eb305b65be08033baf0f2f16)) +* update dependency org.apache.commons:commons-lang3 to v3.15.0 ([#3060](https://github.com/diegomarquezp/sdk-platform-java/issues/3060)) ([2538334](https://github.com/diegomarquezp/sdk-platform-java/commit/2538334aff96a4ad70a26bac2141d3235856b1a1)) +* update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#3103](https://github.com/diegomarquezp/sdk-platform-java/issues/3103)) ([95c9508](https://github.com/diegomarquezp/sdk-platform-java/commit/95c9508bd9a20f82687c80def38e510fc539eec3)) +* update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#3157](https://github.com/diegomarquezp/sdk-platform-java/issues/3157)) ([8d3b9fd](https://github.com/diegomarquezp/sdk-platform-java/commit/8d3b9fd1f1872a10635a3e82a2be75c5b964d582)) +* update dependency org.checkerframework:checker-qual to v3.45.0 ([#2988](https://github.com/diegomarquezp/sdk-platform-java/issues/2988)) ([4edd216](https://github.com/diegomarquezp/sdk-platform-java/commit/4edd216163662008ee1060b6eb82ca673045826f)) +* update dependency org.checkerframework:checker-qual to v3.46.0 ([#3081](https://github.com/diegomarquezp/sdk-platform-java/issues/3081)) ([2431920](https://github.com/diegomarquezp/sdk-platform-java/commit/243192089386122c255a4296761775ec80a1fcd0)) +* update dependency org.checkerframework:checker-qual to v3.47.0 ([#3166](https://github.com/diegomarquezp/sdk-platform-java/issues/3166)) ([365674d](https://github.com/diegomarquezp/sdk-platform-java/commit/365674d51bee846aeb0aab2491659d59e48b7512)) +* update dependency org.checkerframework:checker-qual to v3.48.3 ([#3278](https://github.com/diegomarquezp/sdk-platform-java/issues/3278)) ([c5fd1b4](https://github.com/diegomarquezp/sdk-platform-java/commit/c5fd1b4e201de5d042c3e0999ab74ad2a1bd6c17)) +* update dependency org.checkerframework:checker-qual to v3.48.4 ([#3560](https://github.com/diegomarquezp/sdk-platform-java/issues/3560)) ([a4726e9](https://github.com/diegomarquezp/sdk-platform-java/commit/a4726e9d96e9f54d839b6822a6372b1905839b6d)) +* update dependency org.checkerframework:checker-qual to v3.49.0 ([#3604](https://github.com/diegomarquezp/sdk-platform-java/issues/3604)) ([390cffa](https://github.com/diegomarquezp/sdk-platform-java/commit/390cffa28f39273bc99c9083deb998da8c9d4e83)) +* update dependency org.easymock:easymock to v5.4.0 ([#3079](https://github.com/diegomarquezp/sdk-platform-java/issues/3079)) ([182ae50](https://github.com/diegomarquezp/sdk-platform-java/commit/182ae507f9323e5a5861b240e976a0127d1eea04)) +* update dependency org.easymock:easymock to v5.5.0 ([#3431](https://github.com/diegomarquezp/sdk-platform-java/issues/3431)) ([3c22f5e](https://github.com/diegomarquezp/sdk-platform-java/commit/3c22f5e8dc73d867689df3f63c97580c908dfeb5)) +* update dependency org.graalvm.sdk:nativeimage to v24.1.2 ([#3597](https://github.com/diegomarquezp/sdk-platform-java/issues/3597)) ([9d151c4](https://github.com/diegomarquezp/sdk-platform-java/commit/9d151c422557749c5a61fad0ffaa0216b807cbdc)) +* update dependency org.threeten:threetenbp to v1.7.0 ([#3205](https://github.com/diegomarquezp/sdk-platform-java/issues/3205)) ([c88a722](https://github.com/diegomarquezp/sdk-platform-java/commit/c88a722c09080b18ecbb9ba94dec56f152de5eb9)) +* update dependency org.threeten:threetenbp to v1.7.0 ([#3206](https://github.com/diegomarquezp/sdk-platform-java/issues/3206)) ([3e9fbac](https://github.com/diegomarquezp/sdk-platform-java/commit/3e9fbacf65411521c87e67f3dd33f392276e8200)) +* update dependency org.yaml:snakeyaml to v2.3 ([#3158](https://github.com/diegomarquezp/sdk-platform-java/issues/3158)) ([e67ea9a](https://github.com/diegomarquezp/sdk-platform-java/commit/e67ea9af7d2334d225f75eef2dd24490ee90a442)) +* update dependency packaging to v24.2 ([#3432](https://github.com/diegomarquezp/sdk-platform-java/issues/3432)) ([c1e7c81](https://github.com/diegomarquezp/sdk-platform-java/commit/c1e7c81b68e46a6a7e350cc3d857df48254e337b)) +* update dependency platformdirs to v4.3.2 ([#3176](https://github.com/diegomarquezp/sdk-platform-java/issues/3176)) ([4f2f9e0](https://github.com/diegomarquezp/sdk-platform-java/commit/4f2f9e027d1413e1beca1092c20e2e542227ca28)) +* update dependency platformdirs to v4.3.3 ([#3200](https://github.com/diegomarquezp/sdk-platform-java/issues/3200)) ([b62b05d](https://github.com/diegomarquezp/sdk-platform-java/commit/b62b05de5295484b48b36fcbf9b94887184d05d4)) +* update dependency platformdirs to v4.3.6 ([#3209](https://github.com/diegomarquezp/sdk-platform-java/issues/3209)) ([227ffa5](https://github.com/diegomarquezp/sdk-platform-java/commit/227ffa5a841c29b91f848453e8be2accf44041f3)) +* update dependency pyyaml to v6.0.2 ([#3086](https://github.com/diegomarquezp/sdk-platform-java/issues/3086)) ([f847e45](https://github.com/diegomarquezp/sdk-platform-java/commit/f847e45c19d45be57d59e9d6887047d2c12b8267)) +* update dependency pyyaml to v6.0.2 ([#3231](https://github.com/diegomarquezp/sdk-platform-java/issues/3231)) ([ce60bdf](https://github.com/diegomarquezp/sdk-platform-java/commit/ce60bdf2c95ce3e9e549f1a9a2eb788424e3d454)) +* update dependency smmap to v5.0.2 ([#3561](https://github.com/diegomarquezp/sdk-platform-java/issues/3561)) ([6cd5d0d](https://github.com/diegomarquezp/sdk-platform-java/commit/6cd5d0dfa4c5cd981b2d27771ca4b681ef415c63)) +* update dependency urllib3 to v2.2.3 ([#3194](https://github.com/diegomarquezp/sdk-platform-java/issues/3194)) ([f69d511](https://github.com/diegomarquezp/sdk-platform-java/commit/f69d511d89a50d88bb45fd113611e4f94886696b)) +* update dependency virtualenv to v20.26.4 ([#3177](https://github.com/diegomarquezp/sdk-platform-java/issues/3177)) ([080e078](https://github.com/diegomarquezp/sdk-platform-java/commit/080e07879d9493a0f1ad53b1c44c181805ef1d25)) +* update dependency virtualenv to v20.26.5 ([#3212](https://github.com/diegomarquezp/sdk-platform-java/issues/3212)) ([d3ef97a](https://github.com/diegomarquezp/sdk-platform-java/commit/d3ef97a5b9f5252a1e503b638261746a7cf4dc77)) +* update dependency watchdog to v4.0.2 ([#3094](https://github.com/diegomarquezp/sdk-platform-java/issues/3094)) ([f1c75a1](https://github.com/diegomarquezp/sdk-platform-java/commit/f1c75a15f2462644a58e4a836db6c51cca4ba0a1)) +* update dependency watchdog to v4.0.2 ([#3232](https://github.com/diegomarquezp/sdk-platform-java/issues/3232)) ([ab0976b](https://github.com/diegomarquezp/sdk-platform-java/commit/ab0976b196afb3ff67aca17f121d01bb511375c3)) +* update docker.io/library/alpine docker tag to v3.21.0 ([#3433](https://github.com/diegomarquezp/sdk-platform-java/issues/3433)) ([c8318c2](https://github.com/diegomarquezp/sdk-platform-java/commit/c8318c243857242f155d9a78b3a4ff24e31a1b7e)) +* update docker.io/library/alpine docker tag to v3.21.1 ([#3551](https://github.com/diegomarquezp/sdk-platform-java/issues/3551)) ([edd5a4c](https://github.com/diegomarquezp/sdk-platform-java/commit/edd5a4c04db6b16cb005301d4dbcd3f8c28b7537)) +* update docker.io/library/alpine docker tag to v3.21.2 ([#3580](https://github.com/diegomarquezp/sdk-platform-java/issues/3580)) ([f577ecd](https://github.com/diegomarquezp/sdk-platform-java/commit/f577ecd044fc30dbeb2209292ecc6dcfdedaa758)) +* update docker.io/library/alpine:3.20.3 docker digest to 1e42bbe ([#3417](https://github.com/diegomarquezp/sdk-platform-java/issues/3417)) ([0f4ef19](https://github.com/diegomarquezp/sdk-platform-java/commit/0f4ef19b9fa30155fa7630b7b5b95495da646043)) +* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to 3bab9f2 ([#3447](https://github.com/diegomarquezp/sdk-platform-java/issues/3447)) ([ccf7eac](https://github.com/diegomarquezp/sdk-platform-java/commit/ccf7eacf19c70e1063fc4e15d6340bc0d6c6dac0)) +* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to 456f60c ([#3607](https://github.com/diegomarquezp/sdk-platform-java/issues/3607)) ([c2d2768](https://github.com/diegomarquezp/sdk-platform-java/commit/c2d276857f6ca0e86c91e15af5e08a737bd1510b)) +* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to 9a259c6 ([#3554](https://github.com/diegomarquezp/sdk-platform-java/issues/3554)) ([eb2cbd6](https://github.com/diegomarquezp/sdk-platform-java/commit/eb2cbd6515ded9278ffd0dae92af80b321e95c25)) +* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to cdfb386 ([#3418](https://github.com/diegomarquezp/sdk-platform-java/issues/3418)) ([2559ff8](https://github.com/diegomarquezp/sdk-platform-java/commit/2559ff8998f1cc8f1cb279a02520ad9ee7bac776)) +* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to d323c2b ([#3601](https://github.com/diegomarquezp/sdk-platform-java/issues/3601)) ([ed35c23](https://github.com/diegomarquezp/sdk-platform-java/commit/ed35c23d99bd9ebbd8840bb34a8a023de10e38cc)) +* update docker.io/library/python docker tag to v3.13.1 ([#3434](https://github.com/diegomarquezp/sdk-platform-java/issues/3434)) ([feefd27](https://github.com/diegomarquezp/sdk-platform-java/commit/feefd2788ac7447f2778bb971f5d752d93ef3b0e)) +* update docker.io/library/python docker tag to v3.13.2 ([#3615](https://github.com/diegomarquezp/sdk-platform-java/issues/3615)) ([ba007c2](https://github.com/diegomarquezp/sdk-platform-java/commit/ba007c2f9ce63a9837e87f98241cabd7bf94f082)) +* update docker.io/library/python:3.13.1-alpine3.20 docker digest to 7788ec8 ([#3586](https://github.com/diegomarquezp/sdk-platform-java/issues/3586)) ([a24d1ba](https://github.com/diegomarquezp/sdk-platform-java/commit/a24d1bad2a9480b1f4ebdc938f589bfe0306257a)) +* update docker.io/library/python:3.13.1-alpine3.20 docker digest to 9ab3b6e ([#3555](https://github.com/diegomarquezp/sdk-platform-java/issues/3555)) ([40a74fe](https://github.com/diegomarquezp/sdk-platform-java/commit/40a74fe322b9cc4fc50919e17472c617dd331e86)) +* update google api dependencies ([#2951](https://github.com/diegomarquezp/sdk-platform-java/issues/2951)) ([c16f6c9](https://github.com/diegomarquezp/sdk-platform-java/commit/c16f6c95636b4997861ef3914b06f7819a8bd69a)) +* update google api dependencies ([#3071](https://github.com/diegomarquezp/sdk-platform-java/issues/3071)) ([c5abe90](https://github.com/diegomarquezp/sdk-platform-java/commit/c5abe907ed063f86571634b2df67bca5a6334abf)) +* update google api dependencies ([#3118](https://github.com/diegomarquezp/sdk-platform-java/issues/3118)) ([67342ea](https://github.com/diegomarquezp/sdk-platform-java/commit/67342ea9f11643f02bf215193f7c760d7a05ca2e)) +* update google api dependencies ([#3183](https://github.com/diegomarquezp/sdk-platform-java/issues/3183)) ([02eea8d](https://github.com/diegomarquezp/sdk-platform-java/commit/02eea8d62e5e2d019a97545429346810e00bcaa6)) +* update google api dependencies ([#3224](https://github.com/diegomarquezp/sdk-platform-java/issues/3224)) ([4803738](https://github.com/diegomarquezp/sdk-platform-java/commit/4803738938bf7f602baca025b4bdfbef13f6202e)) +* update google api dependencies ([#3242](https://github.com/diegomarquezp/sdk-platform-java/issues/3242)) ([02aae9d](https://github.com/diegomarquezp/sdk-platform-java/commit/02aae9d919b5c7170eb88d08d0ee79f71a0c5762)) +* update google api dependencies ([#3282](https://github.com/diegomarquezp/sdk-platform-java/issues/3282)) ([a9eac85](https://github.com/diegomarquezp/sdk-platform-java/commit/a9eac851c57989ab45c4e1b28171ea043506bcd9)) +* update google api dependencies ([#3435](https://github.com/diegomarquezp/sdk-platform-java/issues/3435)) ([3a1e8f2](https://github.com/diegomarquezp/sdk-platform-java/commit/3a1e8f214a28b514956a6f4ce3857fe89856c4a0)) +* update google api dependencies ([#3461](https://github.com/diegomarquezp/sdk-platform-java/issues/3461)) ([12d9ff2](https://github.com/diegomarquezp/sdk-platform-java/commit/12d9ff26e6ab905e6230703a671e188690ec1322)) +* update google api dependencies ([#3584](https://github.com/diegomarquezp/sdk-platform-java/issues/3584)) ([08f2b7b](https://github.com/diegomarquezp/sdk-platform-java/commit/08f2b7b472ad399f61b669a9d1f283211b142cc9)) +* update google api dependencies ([#3631](https://github.com/diegomarquezp/sdk-platform-java/issues/3631)) ([48db2a1](https://github.com/diegomarquezp/sdk-platform-java/commit/48db2a10e3ef46ad9ddf23378613a550172f63af)) +* update google auth library dependencies to v1.24.0 ([#3039](https://github.com/diegomarquezp/sdk-platform-java/issues/3039)) ([98b5bd7](https://github.com/diegomarquezp/sdk-platform-java/commit/98b5bd7d2ddb98c7e52bffd0b93c5661a1c9d39b)) +* update google auth library dependencies to v1.24.1 ([#3109](https://github.com/diegomarquezp/sdk-platform-java/issues/3109)) ([62acdd6](https://github.com/diegomarquezp/sdk-platform-java/commit/62acdd6f1246c8bd95eec4a53f8cd1896e48ae53)) +* update google auth library dependencies to v1.25.0 ([#3168](https://github.com/diegomarquezp/sdk-platform-java/issues/3168)) ([715884a](https://github.com/diegomarquezp/sdk-platform-java/commit/715884ab21c0b3bb526f280ffb100d3f621a5c6c)) +* update google auth library dependencies to v1.26.0 ([#3216](https://github.com/diegomarquezp/sdk-platform-java/issues/3216)) ([0b369e9](https://github.com/diegomarquezp/sdk-platform-java/commit/0b369e9ba6551eae6d2041ce430912b56ae9b394)) +* update google auth library dependencies to v1.27.0 ([#3221](https://github.com/diegomarquezp/sdk-platform-java/issues/3221)) ([a3cb9e7](https://github.com/diegomarquezp/sdk-platform-java/commit/a3cb9e75839ceb811f9e264073758691068e4a95)) +* update google auth library dependencies to v1.28.0 ([#3267](https://github.com/diegomarquezp/sdk-platform-java/issues/3267)) ([6d85864](https://github.com/diegomarquezp/sdk-platform-java/commit/6d85864779ae61cecddc3eaa9d8991ed4053a253)) +* update google auth library dependencies to v1.29.0 ([#3302](https://github.com/diegomarquezp/sdk-platform-java/issues/3302)) ([e64eda2](https://github.com/diegomarquezp/sdk-platform-java/commit/e64eda231bc3a1a32d56eb5269ae8d3c53ed26de)) +* update google auth library dependencies to v1.30.0 ([#3367](https://github.com/diegomarquezp/sdk-platform-java/issues/3367)) ([a31c682](https://github.com/diegomarquezp/sdk-platform-java/commit/a31c68232584bf90bc00ace8310adeab8fa26add)) +* update google auth library dependencies to v1.30.1 ([#3453](https://github.com/diegomarquezp/sdk-platform-java/issues/3453)) ([d7b7dd9](https://github.com/diegomarquezp/sdk-platform-java/commit/d7b7dd98314de957b048c9ddb70ad3089f39fc63)) +* update google auth library dependencies to v1.31.0 ([#3577](https://github.com/diegomarquezp/sdk-platform-java/issues/3577)) ([7fa879a](https://github.com/diegomarquezp/sdk-platform-java/commit/7fa879a0e795094d481c090123d612f0e3a3968e)) +* update google auth library dependencies to v1.32.0 ([#3611](https://github.com/diegomarquezp/sdk-platform-java/issues/3611)) ([9436eb0](https://github.com/diegomarquezp/sdk-platform-java/commit/9436eb0c479af55a55ac465410b036887bc13d71)) +* update google auth library dependencies to v1.32.1 ([#3618](https://github.com/diegomarquezp/sdk-platform-java/issues/3618)) ([88c78e2](https://github.com/diegomarquezp/sdk-platform-java/commit/88c78e205888ed792ed0a4a78979534d6bfddf9b)) +* update google auth library dependencies to v1.33.1 ([#3656](https://github.com/diegomarquezp/sdk-platform-java/issues/3656)) ([f7877a5](https://github.com/diegomarquezp/sdk-platform-java/commit/f7877a5b278d3487cb50a1e942f6ff6268121069)) +* update google http client dependencies to v1.45.0 ([#3159](https://github.com/diegomarquezp/sdk-platform-java/issues/3159)) ([a3fe612](https://github.com/diegomarquezp/sdk-platform-java/commit/a3fe612476904f34afdf0009fbd53d58aac5ad85)) +* update google http client dependencies to v1.45.2 ([#3394](https://github.com/diegomarquezp/sdk-platform-java/issues/3394)) ([f8ee892](https://github.com/diegomarquezp/sdk-platform-java/commit/f8ee89227ac6b095b186db8c81d067aa5af9bc66)) +* update google http client dependencies to v1.45.3 ([#3454](https://github.com/diegomarquezp/sdk-platform-java/issues/3454)) ([a112559](https://github.com/diegomarquezp/sdk-platform-java/commit/a112559ef0ac4f70d53dcc7ba1c5eaa73b6cc3c1)) +* update google http client dependencies to v1.46.1 ([#3616](https://github.com/diegomarquezp/sdk-platform-java/issues/3616)) ([2462105](https://github.com/diegomarquezp/sdk-platform-java/commit/24621051c28eddada2499c6bf9830bbc77c45706)) +* update google http client dependencies to v1.46.3 ([#3657](https://github.com/diegomarquezp/sdk-platform-java/issues/3657)) ([9d5b3b5](https://github.com/diegomarquezp/sdk-platform-java/commit/9d5b3b5ae6a18fbc8445025fa9ec1abe00b7f7cc)) +* update google.cloud.opentelemetry.version to v0.32.0 ([#3225](https://github.com/diegomarquezp/sdk-platform-java/issues/3225)) ([69e3e38](https://github.com/diegomarquezp/sdk-platform-java/commit/69e3e38a680cfb5fc9dbcb1fea67d39c89945bdd)) +* update google.cloud.opentelemetry.version to v0.33.0 ([#3436](https://github.com/diegomarquezp/sdk-platform-java/issues/3436)) ([e519626](https://github.com/diegomarquezp/sdk-platform-java/commit/e519626e2dc538ff8291f94b699e54b37d50d6a4)) +* update googleapis/java-cloud-bom digest to 03f6dcd ([#3465](https://github.com/diegomarquezp/sdk-platform-java/issues/3465)) ([67f5ea2](https://github.com/diegomarquezp/sdk-platform-java/commit/67f5ea23f50eaf57925cdf34d51c7b0bfcc67cf3)) +* update googleapis/java-cloud-bom digest to 06f632d ([#3198](https://github.com/diegomarquezp/sdk-platform-java/issues/3198)) ([49dcd35](https://github.com/diegomarquezp/sdk-platform-java/commit/49dcd3535fc2836df3a5d7b1665051cd54d09f29)) +* update googleapis/java-cloud-bom digest to 0cd97b7 ([#3260](https://github.com/diegomarquezp/sdk-platform-java/issues/3260)) ([2d54a5d](https://github.com/diegomarquezp/sdk-platform-java/commit/2d54a5d2825e0956c76f68e22426bbb7665fdb12)) +* update googleapis/java-cloud-bom digest to 47ad868 ([#3608](https://github.com/diegomarquezp/sdk-platform-java/issues/3608)) ([2bcf9e0](https://github.com/diegomarquezp/sdk-platform-java/commit/2bcf9e0acba526a38b0beae1cfe9f3520cd64552)) +* update googleapis/java-cloud-bom digest to 47c5dbc ([#2974](https://github.com/diegomarquezp/sdk-platform-java/issues/2974)) ([57623f0](https://github.com/diegomarquezp/sdk-platform-java/commit/57623f08441969e0ff0170a72779fb8425ff6592)) +* update googleapis/java-cloud-bom digest to 514a644 ([#3602](https://github.com/diegomarquezp/sdk-platform-java/issues/3602)) ([172d4da](https://github.com/diegomarquezp/sdk-platform-java/commit/172d4da07b7f06494327d9f7406c605ce8e577db)) +* update googleapis/java-cloud-bom digest to 6626f91 ([#3147](https://github.com/diegomarquezp/sdk-platform-java/issues/3147)) ([658e40e](https://github.com/diegomarquezp/sdk-platform-java/commit/658e40e7b7f1673b8f82c537a255aa0c294ee4aa)) +* update googleapis/java-cloud-bom digest to 7752ecd ([#3603](https://github.com/diegomarquezp/sdk-platform-java/issues/3603)) ([06be924](https://github.com/diegomarquezp/sdk-platform-java/commit/06be9247e756aa47a90a249232288fd14fafa4b8)) +* update googleapis/java-cloud-bom digest to 93740d5 ([#3280](https://github.com/diegomarquezp/sdk-platform-java/issues/3280)) ([f987db5](https://github.com/diegomarquezp/sdk-platform-java/commit/f987db5dc8bc0f5f8bd7805a2596e13055343cc0)) +* update googleapis/java-cloud-bom digest to a98202d ([#3097](https://github.com/diegomarquezp/sdk-platform-java/issues/3097)) ([bb216ae](https://github.com/diegomarquezp/sdk-platform-java/commit/bb216ae8834f5ea169ebfd9a790743680edec053)) +* update googleapis/java-cloud-bom digest to ad905cc ([#3080](https://github.com/diegomarquezp/sdk-platform-java/issues/3080)) ([250b26c](https://github.com/diegomarquezp/sdk-platform-java/commit/250b26c5af6f8c78eec94a4c3a42d3a72e06b1e5)) +* update googleapis/java-cloud-bom digest to c7c443f ([#3579](https://github.com/diegomarquezp/sdk-platform-java/issues/3579)) ([fcf40b7](https://github.com/diegomarquezp/sdk-platform-java/commit/fcf40b72d43346e43d78d1e87060be6e621e9d52)) +* update googleapis/java-cloud-bom digest to e7d8909 ([#3207](https://github.com/diegomarquezp/sdk-platform-java/issues/3207)) ([de497ee](https://github.com/diegomarquezp/sdk-platform-java/commit/de497ee716a4fd0ab3bc64d66c1dc24af11c0368)) +* update grpc dependencies to v1.65.1 ([#3061](https://github.com/diegomarquezp/sdk-platform-java/issues/3061)) ([27497e2](https://github.com/diegomarquezp/sdk-platform-java/commit/27497e215cda4e8ad17fce2faa794b600edfc4cd)) +* update grpc dependencies to v1.66.0 ([#3104](https://github.com/diegomarquezp/sdk-platform-java/issues/3104)) ([b63b643](https://github.com/diegomarquezp/sdk-platform-java/commit/b63b643b7f6067278406fe56c125f8497aec108f)) +* update grpc dependencies to v1.67.1 ([#3258](https://github.com/diegomarquezp/sdk-platform-java/issues/3258)) ([e08906c](https://github.com/diegomarquezp/sdk-platform-java/commit/e08906cd86146bfa4f62bbc5e507bf04a0956a37)) +* update grpc dependencies to v1.67.1 in dependencies.properties ([#3279](https://github.com/diegomarquezp/sdk-platform-java/issues/3279)) ([5b46e70](https://github.com/diegomarquezp/sdk-platform-java/commit/5b46e7036d65f350c21a5c922997b4d38532f994)) +* update grpc dependencies to v1.68.0 ([#3220](https://github.com/diegomarquezp/sdk-platform-java/issues/3220)) ([f6e30a5](https://github.com/diegomarquezp/sdk-platform-java/commit/f6e30a57816affeb1802d3266b6166ec174a06ee)) +* update grpc dependencies to v1.68.1 ([#3240](https://github.com/diegomarquezp/sdk-platform-java/issues/3240)) ([c8e3941](https://github.com/diegomarquezp/sdk-platform-java/commit/c8e3941ef6f5bd1236f5ceedfd488e5113928471)) +* update grpc dependencies to v1.68.2 ([#3420](https://github.com/diegomarquezp/sdk-platform-java/issues/3420)) ([6d0a169](https://github.com/diegomarquezp/sdk-platform-java/commit/6d0a169065b99c00e88592c1caa608447e0fc4e8)) +* update grpc dependencies to v1.69.0 ([#3451](https://github.com/diegomarquezp/sdk-platform-java/issues/3451)) ([0effb37](https://github.com/diegomarquezp/sdk-platform-java/commit/0effb371f88fd7c911861ab7aca7d67c52cc4ad0)) +* update grpc to 1.70.0 ([#3641](https://github.com/diegomarquezp/sdk-platform-java/issues/3641)) ([ad26cf9](https://github.com/diegomarquezp/sdk-platform-java/commit/ad26cf98548e325c99edb263baf8fe1a7696e634)) +* update grpc to 1.70.0 (missed update) ([#3658](https://github.com/diegomarquezp/sdk-platform-java/issues/3658)) ([6ca0599](https://github.com/diegomarquezp/sdk-platform-java/commit/6ca05994f6be40344b21befb8cdabb0766a835d0)) +* update junit5 monorepo to v5.10.3 ([#2963](https://github.com/diegomarquezp/sdk-platform-java/issues/2963)) ([bc55fe1](https://github.com/diegomarquezp/sdk-platform-java/commit/bc55fe1fe55876ee3b4843cefb05ee401c323865)) +* update junit5 monorepo to v5.11.0 ([#3111](https://github.com/diegomarquezp/sdk-platform-java/issues/3111)) ([6bf84c8](https://github.com/diegomarquezp/sdk-platform-java/commit/6bf84c86ffa3cbc74691ab8de82d69fb0eb75bf9)) +* update junit5 monorepo to v5.11.1 ([#3236](https://github.com/diegomarquezp/sdk-platform-java/issues/3236)) ([8b42993](https://github.com/diegomarquezp/sdk-platform-java/commit/8b42993767c6bba36f396156a5e84217d83c7c57)) +* update junit5 monorepo to v5.11.2 ([#3276](https://github.com/diegomarquezp/sdk-platform-java/issues/3276)) ([6b10f94](https://github.com/diegomarquezp/sdk-platform-java/commit/6b10f94c56e8769ff41bb58c77b8c45dafeacc45)) +* update junit5 monorepo to v5.11.3 ([#3310](https://github.com/diegomarquezp/sdk-platform-java/issues/3310)) ([4e33f2b](https://github.com/diegomarquezp/sdk-platform-java/commit/4e33f2b8ff9e169e96f59683a21bb08dc086c110)) +* update junit5 monorepo to v5.11.4 ([#3470](https://github.com/diegomarquezp/sdk-platform-java/issues/3470)) ([164ebac](https://github.com/diegomarquezp/sdk-platform-java/commit/164ebac30632ca8fd688781b4aaecc5eab932f77)) +* update netty dependencies ([#3423](https://github.com/diegomarquezp/sdk-platform-java/issues/3423)) ([22ea7b5](https://github.com/diegomarquezp/sdk-platform-java/commit/22ea7b533241660aba124062b0a5d6a5cbfcef7b)) +* update netty dependencies to v4.1.112.final ([#3057](https://github.com/diegomarquezp/sdk-platform-java/issues/3057)) ([5af127b](https://github.com/diegomarquezp/sdk-platform-java/commit/5af127be3d9dadcdf0d9a5519ce6ad3b2e3bb481)) +* update netty dependencies to v4.1.113.final ([#3165](https://github.com/diegomarquezp/sdk-platform-java/issues/3165)) ([9b5957d](https://github.com/diegomarquezp/sdk-platform-java/commit/9b5957da2e584569dea523ebcb1af47d49e7a749)) +* update netty dependencies to v4.1.114.final ([#3263](https://github.com/diegomarquezp/sdk-platform-java/issues/3263)) ([8bd83d9](https://github.com/diegomarquezp/sdk-platform-java/commit/8bd83d9ed0794f2aa2f771d6f28d492ecb98500f)) +* update netty dependencies to v4.1.116.final ([#3543](https://github.com/diegomarquezp/sdk-platform-java/issues/3543)) ([d4fa54d](https://github.com/diegomarquezp/sdk-platform-java/commit/d4fa54d8b25afeacc4c9675f4763a3bff311f595)) +* update netty dependencies to v4.1.117.final ([#3581](https://github.com/diegomarquezp/sdk-platform-java/issues/3581)) ([2734dc0](https://github.com/diegomarquezp/sdk-platform-java/commit/2734dc01c83cac661f48bf2587184fbadf88281e)) +* update netty dependencies to v4.1.118.final ([#3625](https://github.com/diegomarquezp/sdk-platform-java/issues/3625)) ([16ff6bd](https://github.com/diegomarquezp/sdk-platform-java/commit/16ff6bd68a43646ced530d0abbbc02962917bdfa)) +* update netty dependencies to v4.1.118.final ([#3626](https://github.com/diegomarquezp/sdk-platform-java/issues/3626)) ([316c425](https://github.com/diegomarquezp/sdk-platform-java/commit/316c42546a4aab60aa1ac0fc4eeae22be8d9889f)) +* Update OpenTelemetry semantic convention packages in the shared dependencies ([#3402](https://github.com/diegomarquezp/sdk-platform-java/issues/3402)) ([0e69784](https://github.com/diegomarquezp/sdk-platform-java/commit/0e69784af6825cd55ac6ce1ee74e42af6c9f94f5)) +* update opentelemetry-java monorepo to v1.40.0 ([#3035](https://github.com/diegomarquezp/sdk-platform-java/issues/3035)) ([5c31c42](https://github.com/diegomarquezp/sdk-platform-java/commit/5c31c4211993f25d2c352ef8f3e085187bc5fd30)) +* update opentelemetry-java monorepo to v1.41.0 ([#3105](https://github.com/diegomarquezp/sdk-platform-java/issues/3105)) ([7364916](https://github.com/diegomarquezp/sdk-platform-java/commit/7364916ec5f997d93c668c34e77eef8b9c77d9a5)) +* update opentelemetry-java monorepo to v1.42.0 ([#3172](https://github.com/diegomarquezp/sdk-platform-java/issues/3172)) ([413c44e](https://github.com/diegomarquezp/sdk-platform-java/commit/413c44e1dbe466b68eb8a5a62b707c2e9544ffaf)) +* update opentelemetry-java monorepo to v1.42.1 ([#3189](https://github.com/diegomarquezp/sdk-platform-java/issues/3189)) ([38117d8](https://github.com/diegomarquezp/sdk-platform-java/commit/38117d8b92930abc6e6922a4c46654d02e823f67)) +* update opentelemetry-java monorepo to v1.44.1 ([#3437](https://github.com/diegomarquezp/sdk-platform-java/issues/3437)) ([66b85da](https://github.com/diegomarquezp/sdk-platform-java/commit/66b85da86faef954274d4208f074ca52ad4aebc4)) +* update opentelemetry-java monorepo to v1.45.0 ([#3439](https://github.com/diegomarquezp/sdk-platform-java/issues/3439)) ([d29475a](https://github.com/diegomarquezp/sdk-platform-java/commit/d29475a7ad89e96026f3c710e331976902a161b7)) +* update opentelemetry-java monorepo to v1.46.0 ([#3585](https://github.com/diegomarquezp/sdk-platform-java/issues/3585)) ([ac214be](https://github.com/diegomarquezp/sdk-platform-java/commit/ac214bed8fb657142da821d897fbbf2ca7d1fc12)) +* update opentelemetry-java monorepo to v1.47.0 ([#3619](https://github.com/diegomarquezp/sdk-platform-java/issues/3619)) ([66901df](https://github.com/diegomarquezp/sdk-platform-java/commit/66901df3b0bd7cfb8a25d72aa52cd8505f1bfafa)) +* Update opentelemetry-semconv to v1.29.0-alpha ([#3635](https://github.com/diegomarquezp/sdk-platform-java/issues/3635)) ([49ac09d](https://github.com/diegomarquezp/sdk-platform-java/commit/49ac09d263daad8ceb2e14a623db242339880670)) +* update protobuf to 3.25.4 ([#3113](https://github.com/diegomarquezp/sdk-platform-java/issues/3113)) ([2b271fc](https://github.com/diegomarquezp/sdk-platform-java/commit/2b271fcd7e5db7f1cab3c5210e8137288497f09f)) +* update repo-automation-bots digest to 0a12b5d ([#3464](https://github.com/diegomarquezp/sdk-platform-java/issues/3464)) ([b9c9d21](https://github.com/diegomarquezp/sdk-platform-java/commit/b9c9d212ea57598de5ddf2e4ead2ee323c5a8135)) +* update repo-automation-bots digest to 35eff2c ([#3609](https://github.com/diegomarquezp/sdk-platform-java/issues/3609)) ([b962a01](https://github.com/diegomarquezp/sdk-platform-java/commit/b962a01918e56bfc5ca928aa9a5e29a311e71a38)) +* update repo-automation-bots digest to 3a68a9c ([#3620](https://github.com/diegomarquezp/sdk-platform-java/issues/3620)) ([1d79552](https://github.com/diegomarquezp/sdk-platform-java/commit/1d795525a6a30ae30bcac40dec903cd7cc743711)) +* update repo-automation-bots digest to 6662ddc ([#3421](https://github.com/diegomarquezp/sdk-platform-java/issues/3421)) ([dec5de0](https://github.com/diegomarquezp/sdk-platform-java/commit/dec5de0e628ad9be6bd5fb8d768d50918c2edab7)) +* update repo-automation-bots digest to 8230b4e ([#3448](https://github.com/diegomarquezp/sdk-platform-java/issues/3448)) ([e53199b](https://github.com/diegomarquezp/sdk-platform-java/commit/e53199be9632c2f8cc6a94ba25f3aa3567d63ffa)) +* update repo-automation-bots digest to 8b7d94b ([#3458](https://github.com/diegomarquezp/sdk-platform-java/issues/3458)) ([59f9e0a](https://github.com/diegomarquezp/sdk-platform-java/commit/59f9e0a3a101d5425b0c751b39e6b784466e16b8)) +* update repo-automation-bots digest to ae0a72f ([#3452](https://github.com/diegomarquezp/sdk-platform-java/issues/3452)) ([331bacf](https://github.com/diegomarquezp/sdk-platform-java/commit/331bacf1b222d9282e116c4b829140407d9b9127)) +* update repo-automation-bots digest to f3fbbab ([#3419](https://github.com/diegomarquezp/sdk-platform-java/issues/3419)) ([343a029](https://github.com/diegomarquezp/sdk-platform-java/commit/343a029a75e7e325f069e0e2aebb131d79a26901)) +* update slf4j monorepo to v2.0.16 ([#3098](https://github.com/diegomarquezp/sdk-platform-java/issues/3098)) ([c13f932](https://github.com/diegomarquezp/sdk-platform-java/commit/c13f93264a0fe6643b343fa7a72bd4a59856c3e1)) +* Upgrade Protobuf-Java to v3.25.5 ([#3217](https://github.com/diegomarquezp/sdk-platform-java/issues/3217)) ([860c1bc](https://github.com/diegomarquezp/sdk-platform-java/commit/860c1bcfc213fe7b21969c80282c8c08637cd3ba)) +* Use Gapic-Showcase v0.35.1 ([#3018](https://github.com/diegomarquezp/sdk-platform-java/issues/3018)) ([43773f0](https://github.com/diegomarquezp/sdk-platform-java/commit/43773f0cf2418051b2c0e6245100973b8ce2152e)) + + +### Documentation + +* add support option to 'new issue' choices ([#3055](https://github.com/diegomarquezp/sdk-platform-java/issues/3055)) ([6a2a17d](https://github.com/diegomarquezp/sdk-platform-java/commit/6a2a17d1d84da9d45a4be6675ea6ca0235b42c99)) +* explain default generation config in `README.md` ([#3388](https://github.com/diegomarquezp/sdk-platform-java/issues/3388)) ([2ac86de](https://github.com/diegomarquezp/sdk-platform-java/commit/2ac86de1baf263e92cb442b970a86350d54bbca5)) +* fix list num ([#3356](https://github.com/diegomarquezp/sdk-platform-java/issues/3356)) ([b7d6296](https://github.com/diegomarquezp/sdk-platform-java/commit/b7d62968cd837a7addc06da8b9bc2131c36c7fbc)) +* hermetic build README syntax fix ([#3391](https://github.com/diegomarquezp/sdk-platform-java/issues/3391)) ([cf32e72](https://github.com/diegomarquezp/sdk-platform-java/commit/cf32e72d83c06d1d36e1eea01afc37bee5766455)) +* **hermetic-build:** indicate usage of Docker Buildkit in development guide ([#3337](https://github.com/diegomarquezp/sdk-platform-java/issues/3337)) ([01e742d](https://github.com/diegomarquezp/sdk-platform-java/commit/01e742de49e151efbd903808a859f595f99bc8de)) +* modify hermetic build docs ([#3331](https://github.com/diegomarquezp/sdk-platform-java/issues/3331)) ([25023af](https://github.com/diegomarquezp/sdk-platform-java/commit/25023afad8f483a3eae8846c4bc1fbe2c7a260c5)) +* update development guide ([#3480](https://github.com/diegomarquezp/sdk-platform-java/issues/3480)) ([9a65386](https://github.com/diegomarquezp/sdk-platform-java/commit/9a65386dfc3146de4f9b36962caae2df0662ac98)) +* Update DEVELOPMENT.md ([#3126](https://github.com/diegomarquezp/sdk-platform-java/issues/3126)) ([92bdf4e](https://github.com/diegomarquezp/sdk-platform-java/commit/92bdf4e19a8c3df365c067142a7aa112a004be20)) +* update showcase readme ([#3659](https://github.com/diegomarquezp/sdk-platform-java/issues/3659)) ([0ddf073](https://github.com/diegomarquezp/sdk-platform-java/commit/0ddf0738a8ef74f5676a3bf76c306837d14988e0)) +* Update the Javadoc of ObsoleteApi.java ([#3088](https://github.com/diegomarquezp/sdk-platform-java/issues/3088)) ([0ef6619](https://github.com/diegomarquezp/sdk-platform-java/commit/0ef66196744e21fc3b4e2553d817c0dea5efe127)) + ## [2.56.1](https://github.com/googleapis/sdk-platform-java/compare/v2.56.0...v2.56.1) (2025-04-23) diff --git a/WORKSPACE b/WORKSPACE index b7d0c69a43..417453a916 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install") load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS") load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS") -_gapic_generator_java_version = "2.56.2-SNAPSHOT" # {x-version-update:gapic-generator-java:current} +_gapic_generator_java_version = "2.57.0" # {x-version-update:gapic-generator-java:current} maven_install( artifacts = [ diff --git a/api-common-java/pom.xml b/api-common-java/pom.xml index a2e2d1560d..eac93e7d17 100644 --- a/api-common-java/pom.xml +++ b/api-common-java/pom.xml @@ -5,14 +5,14 @@ com.google.api api-common jar - 2.47.2-SNAPSHOT + 2.48.0 API Common Common utilities for Google APIs in Java com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent diff --git a/coverage-report/pom.xml b/coverage-report/pom.xml index fe181b5510..ed140dc01d 100644 --- a/coverage-report/pom.xml +++ b/coverage-report/pom.xml @@ -31,22 +31,22 @@ com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax-grpc - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax-httpjson - 2.64.2-SNAPSHOT + 2.65.0 com.google.api api-common - 2.47.2-SNAPSHOT + 2.48.0 diff --git a/gapic-generator-java-bom/pom.xml b/gapic-generator-java-bom/pom.xml index 72be47a76d..48dfe30ec3 100644 --- a/gapic-generator-java-bom/pom.xml +++ b/gapic-generator-java-bom/pom.xml @@ -4,7 +4,7 @@ com.google.api gapic-generator-java-bom pom - 2.56.2-SNAPSHOT + 2.57.0 GAPIC Generator Java BOM BOM for the libraries in gapic-generator-java repository. Users should not @@ -15,7 +15,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -75,61 +75,61 @@ com.google.api api-common - 2.47.2-SNAPSHOT + 2.48.0 com.google.api gax-bom - 2.64.2-SNAPSHOT + 2.65.0 pom import com.google.api gapic-generator-java - 2.56.2-SNAPSHOT + 2.57.0 com.google.api.grpc grpc-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 com.google.api.grpc proto-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 com.google.api.grpc proto-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc proto-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc proto-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/gapic-generator-java-pom-parent/pom.xml b/gapic-generator-java-pom-parent/pom.xml index cb01702fce..b9be872067 100644 --- a/gapic-generator-java-pom-parent/pom.xml +++ b/gapic-generator-java-pom-parent/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 pom GAPIC Generator Java POM Parent https://github.com/googleapis/sdk-platform-java diff --git a/gapic-generator-java/pom.xml b/gapic-generator-java/pom.xml index 630578afd7..2169a59030 100644 --- a/gapic-generator-java/pom.xml +++ b/gapic-generator-java/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.api gapic-generator-java - 2.56.2-SNAPSHOT + 2.57.0 GAPIC Generator Java GAPIC generator Java @@ -22,7 +22,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -31,7 +31,7 @@ com.google.api gapic-generator-java-bom - 2.56.2-SNAPSHOT + 2.57.0 pom import diff --git a/gax-java/README.md b/gax-java/README.md index 4c49eb4a75..5bc9435709 100644 --- a/gax-java/README.md +++ b/gax-java/README.md @@ -34,27 +34,27 @@ If you are using Maven, add this to your pom.xml file com.google.api gax - 2.64.1 + 2.65.0 com.google.api gax-grpc - 2.64.1 + 2.65.0 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:2.64.1', - 'com.google.api:gax-grpc:2.64.1' +compile 'com.google.api:gax:2.65.0', + 'com.google.api:gax-grpc:2.65.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "2.64.1" -libraryDependencies += "com.google.api" % "gax-grpc" % "2.64.1" +libraryDependencies += "com.google.api" % "gax" % "2.65.0" +libraryDependencies += "com.google.api" % "gax-grpc" % "2.65.0" ``` [//]: # ({x-version-update-end}) diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties index f45e3547bd..6ca0ba7a78 100644 --- a/gax-java/dependencies.properties +++ b/gax-java/dependencies.properties @@ -8,16 +8,16 @@ # Versions of oneself # {x-version-update-start:gax:current} -version.gax=2.64.2-SNAPSHOT +version.gax=2.65.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_grpc=2.64.2-SNAPSHOT +version.gax_grpc=2.65.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_bom=2.64.2-SNAPSHOT +version.gax_bom=2.65.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_httpjson=2.64.2-SNAPSHOT +version.gax_httpjson=2.65.0 # {x-version-update-end} # Versions for dependencies which actual artifacts differ between Bazel and Gradle. diff --git a/gax-java/gax-bom/pom.xml b/gax-java/gax-bom/pom.xml index b2c2a9f5f5..11193dc04e 100644 --- a/gax-java/gax-bom/pom.xml +++ b/gax-java/gax-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.api gax-bom - 2.64.2-SNAPSHOT + 2.65.0 pom GAX (Google Api eXtensions) for Java (BOM) Google Api eXtensions for Java (BOM) @@ -43,55 +43,55 @@ com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 test-jar testlib com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 testlib com.google.api gax-grpc - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax-grpc - 2.64.2-SNAPSHOT + 2.65.0 test-jar testlib com.google.api gax-grpc - 2.64.2-SNAPSHOT + 2.65.0 testlib com.google.api gax-httpjson - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax-httpjson - 2.64.2-SNAPSHOT + 2.65.0 test-jar testlib com.google.api gax-httpjson - 2.64.2-SNAPSHOT + 2.65.0 testlib diff --git a/gax-java/gax-grpc/pom.xml b/gax-java/gax-grpc/pom.xml index 79d4f69f76..ff0f641311 100644 --- a/gax-java/gax-grpc/pom.xml +++ b/gax-java/gax-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax-grpc - 2.64.2-SNAPSHOT + 2.65.0 jar GAX (Google Api eXtensions) for Java (gRPC) Google Api eXtensions for Java (gRPC) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.64.2-SNAPSHOT + 2.65.0 diff --git a/gax-java/gax-httpjson/pom.xml b/gax-java/gax-httpjson/pom.xml index a341e2040b..508d505bc8 100644 --- a/gax-java/gax-httpjson/pom.xml +++ b/gax-java/gax-httpjson/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax-httpjson - 2.64.2-SNAPSHOT + 2.65.0 jar GAX (Google Api eXtensions) for Java (HTTP JSON) Google Api eXtensions for Java (HTTP JSON) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.64.2-SNAPSHOT + 2.65.0 diff --git a/gax-java/gax/pom.xml b/gax-java/gax/pom.xml index 9d97013b90..92358cba8c 100644 --- a/gax-java/gax/pom.xml +++ b/gax-java/gax/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax - 2.64.2-SNAPSHOT + 2.65.0 jar GAX (Google Api eXtensions) for Java (Core) Google Api eXtensions for Java (Core) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.64.2-SNAPSHOT + 2.65.0 diff --git a/gax-java/pom.xml b/gax-java/pom.xml index e8d186911b..d140dade9e 100644 --- a/gax-java/pom.xml +++ b/gax-java/pom.xml @@ -4,14 +4,14 @@ com.google.api gax-parent pom - 2.64.2-SNAPSHOT + 2.65.0 GAX (Google Api eXtensions) for Java (Parent) Google Api eXtensions for Java (Parent) com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -50,7 +50,7 @@ com.google.api api-common - 2.47.2-SNAPSHOT + 2.48.0 com.google.auth @@ -98,24 +98,24 @@ com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 com.google.api gax - 2.64.2-SNAPSHOT + 2.65.0 test-jar testlib com.google.api.grpc proto-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 com.google.api.grpc grpc-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 io.grpc diff --git a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-a.cfg b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-a.cfg index 1641918be7..24e5053a5b 100644 --- a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-a.cfg +++ b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-a.cfg @@ -1,38 +1,38 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.45.1" # {x-version-update:google-cloud-shared-dependencies:current} -} - -env_vars: { - key: "JOB_TYPE" - value: "graalvm" -} - -# 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" -} - -env_vars: { - key: "IT_SERVICE_ACCOUNT_EMAIL" - value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# 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" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" } \ No newline at end of file diff --git a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-b.cfg b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-b.cfg index c9b6a611b1..ae35f6cb21 100644 --- a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-b.cfg +++ b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-b.cfg @@ -1,38 +1,38 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.45.1" # {x-version-update:google-cloud-shared-dependencies:current} -} - -env_vars: { - key: "JOB_TYPE" - value: "graalvm" -} - -# 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" -} - -env_vars: { - key: "IT_SERVICE_ACCOUNT_EMAIL" - value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# 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" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" } \ No newline at end of file diff --git a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg index 98f0b5442b..660f1ee7ea 100644 --- a/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg +++ b/hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg @@ -1,38 +1,38 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.45.1" # {x-version-update:google-cloud-shared-dependencies:current} -} - -env_vars: { - key: "JOB_TYPE" - value: "graalvm" -} - -# 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" -} - -env_vars: { - key: "IT_SERVICE_ACCOUNT_EMAIL" - value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# 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" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" } \ No newline at end of file diff --git a/java-common-protos/grpc-google-common-protos/pom.xml b/java-common-protos/grpc-google-common-protos/pom.xml index d2c0a4ea2d..a1958c5860 100644 --- a/java-common-protos/grpc-google-common-protos/pom.xml +++ b/java-common-protos/grpc-google-common-protos/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 grpc-google-common-protos GRPC library for grpc-google-common-protos com.google.api.grpc google-common-protos-parent - 2.55.2-SNAPSHOT + 2.56.0 diff --git a/java-common-protos/pom.xml b/java-common-protos/pom.xml index 0ce5019d31..152ad86293 100644 --- a/java-common-protos/pom.xml +++ b/java-common-protos/pom.xml @@ -4,7 +4,7 @@ com.google.api.grpc google-common-protos-parent pom - 2.55.2-SNAPSHOT + 2.56.0 Google Common Protos Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -51,7 +51,7 @@ com.google.cloud third-party-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import @@ -65,7 +65,7 @@ com.google.api.grpc grpc-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 io.grpc @@ -77,7 +77,7 @@ com.google.api.grpc proto-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 com.google.guava diff --git a/java-common-protos/proto-google-common-protos/pom.xml b/java-common-protos/proto-google-common-protos/pom.xml index a8a3034135..71034c7dec 100644 --- a/java-common-protos/proto-google-common-protos/pom.xml +++ b/java-common-protos/proto-google-common-protos/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.api.grpc proto-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 proto-google-common-protos PROTO library for proto-google-common-protos com.google.api.grpc google-common-protos-parent - 2.55.2-SNAPSHOT + 2.56.0 diff --git a/java-core/google-cloud-core-bom/pom.xml b/java-core/google-cloud-core-bom/pom.xml index 9cdbb41bf5..003a30ae41 100644 --- a/java-core/google-cloud-core-bom/pom.xml +++ b/java-core/google-cloud-core-bom/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.cloud google-cloud-core-bom - 2.54.2-SNAPSHOT + 2.55.0 pom com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../../gapic-generator-java-pom-parent @@ -23,17 +23,17 @@ com.google.cloud google-cloud-core - 2.54.2-SNAPSHOT + 2.55.0 com.google.cloud google-cloud-core-grpc - 2.54.2-SNAPSHOT + 2.55.0 com.google.cloud google-cloud-core-http - 2.54.2-SNAPSHOT + 2.55.0 diff --git a/java-core/google-cloud-core-grpc/pom.xml b/java-core/google-cloud-core-grpc/pom.xml index 6e7a8c1fd8..6444a98c33 100644 --- a/java-core/google-cloud-core-grpc/pom.xml +++ b/java-core/google-cloud-core-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-grpc - 2.54.2-SNAPSHOT + 2.55.0 jar Google Cloud Core gRPC @@ -12,7 +12,7 @@ com.google.cloud google-cloud-core-parent - 2.54.2-SNAPSHOT + 2.55.0 google-cloud-core-grpc diff --git a/java-core/google-cloud-core-http/pom.xml b/java-core/google-cloud-core-http/pom.xml index ee74848624..4e329af4b1 100644 --- a/java-core/google-cloud-core-http/pom.xml +++ b/java-core/google-cloud-core-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-http - 2.54.2-SNAPSHOT + 2.55.0 jar Google Cloud Core HTTP @@ -12,7 +12,7 @@ com.google.cloud google-cloud-core-parent - 2.54.2-SNAPSHOT + 2.55.0 google-cloud-core-http diff --git a/java-core/google-cloud-core/pom.xml b/java-core/google-cloud-core/pom.xml index 577219202e..f3ce98db2b 100644 --- a/java-core/google-cloud-core/pom.xml +++ b/java-core/google-cloud-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core - 2.54.2-SNAPSHOT + 2.55.0 jar Google Cloud Core @@ -12,7 +12,7 @@ com.google.cloud google-cloud-core-parent - 2.54.2-SNAPSHOT + 2.55.0 google-cloud-core diff --git a/java-core/pom.xml b/java-core/pom.xml index 0ec234ec72..b019f82aee 100644 --- a/java-core/pom.xml +++ b/java-core/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-core-parent pom - 2.54.2-SNAPSHOT + 2.55.0 Google Cloud Core Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -33,7 +33,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import diff --git a/java-iam/grpc-google-iam-v1/pom.xml b/java-iam/grpc-google-iam-v1/pom.xml index ecaaaf0e1a..3b2431d897 100644 --- a/java-iam/grpc-google-iam-v1/pom.xml +++ b/java-iam/grpc-google-iam-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 grpc-google-iam-v1 GRPC library for grpc-google-iam-v1 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-iam/grpc-google-iam-v2/pom.xml b/java-iam/grpc-google-iam-v2/pom.xml index 3e3dd04a82..fdc794fb5c 100644 --- a/java-iam/grpc-google-iam-v2/pom.xml +++ b/java-iam/grpc-google-iam-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 grpc-google-iam-v2 GRPC library for proto-google-iam-v2 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-iam/grpc-google-iam-v2beta/pom.xml b/java-iam/grpc-google-iam-v2beta/pom.xml index 1078ffdf80..245b2c3134 100644 --- a/java-iam/grpc-google-iam-v2beta/pom.xml +++ b/java-iam/grpc-google-iam-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 grpc-google-iam-v2beta GRPC library for proto-google-iam-v1 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-iam/pom.xml b/java-iam/pom.xml index 58a715ae0a..53fe7c55e9 100644 --- a/java-iam/pom.xml +++ b/java-iam/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-iam-parent pom - 1.50.2-SNAPSHOT + 1.51.0 Google IAM Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -50,7 +50,7 @@ com.google.cloud third-party-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import @@ -78,44 +78,44 @@ com.google.api gax-bom - 2.64.2-SNAPSHOT + 2.65.0 pom import com.google.api.grpc proto-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc proto-google-common-protos - 2.55.2-SNAPSHOT + 2.56.0 com.google.api.grpc proto-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc grpc-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 com.google.api.grpc proto-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 javax.annotation diff --git a/java-iam/proto-google-iam-v1/pom.xml b/java-iam/proto-google-iam-v1/pom.xml index 15bc5b4da8..7f98e11b72 100644 --- a/java-iam/proto-google-iam-v1/pom.xml +++ b/java-iam/proto-google-iam-v1/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.api.grpc proto-google-iam-v1 - 1.50.2-SNAPSHOT + 1.51.0 proto-google-iam-v1 PROTO library for proto-google-iam-v1 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-iam/proto-google-iam-v2/pom.xml b/java-iam/proto-google-iam-v2/pom.xml index 037db14035..47e106427b 100644 --- a/java-iam/proto-google-iam-v2/pom.xml +++ b/java-iam/proto-google-iam-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-iam-v2 - 1.50.2-SNAPSHOT + 1.51.0 proto-google-iam-v2 Proto library for proto-google-iam-v1 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-iam/proto-google-iam-v2beta/pom.xml b/java-iam/proto-google-iam-v2beta/pom.xml index 4c0440ba9d..4dc8f95018 100644 --- a/java-iam/proto-google-iam-v2beta/pom.xml +++ b/java-iam/proto-google-iam-v2beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-iam-v2beta - 1.50.2-SNAPSHOT + 1.51.0 proto-google-iam-v2beta Proto library for proto-google-iam-v1 com.google.cloud google-iam-parent - 1.50.2-SNAPSHOT + 1.51.0 diff --git a/java-shared-dependencies/README.md b/java-shared-dependencies/README.md index ce2a909a3a..0da22d0f3f 100644 --- a/java-shared-dependencies/README.md +++ b/java-shared-dependencies/README.md @@ -14,7 +14,7 @@ If you are using Maven, add this to the `dependencyManagement` section. com.google.cloud google-cloud-shared-dependencies - 3.46.1 + 3.47.0 pom import diff --git a/java-shared-dependencies/dependency-convergence-check/pom.xml b/java-shared-dependencies/dependency-convergence-check/pom.xml index 038fa6a340..70bf9b342b 100644 --- a/java-shared-dependencies/dependency-convergence-check/pom.xml +++ b/java-shared-dependencies/dependency-convergence-check/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud shared-dependencies-dependency-convergence-test - 3.46.2-SNAPSHOT + 3.47.0 Dependency convergence test for certain artifacts in Google Cloud Shared Dependencies An dependency convergence test case for the shared dependencies BOM. A failure of this test case means diff --git a/java-shared-dependencies/first-party-dependencies/pom.xml b/java-shared-dependencies/first-party-dependencies/pom.xml index 5cd5c30a98..dd7a3679af 100644 --- a/java-shared-dependencies/first-party-dependencies/pom.xml +++ b/java-shared-dependencies/first-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud first-party-dependencies pom - 3.46.2-SNAPSHOT + 3.47.0 Google Cloud First-party Shared Dependencies Shared first-party dependencies for Google Cloud Java libraries. @@ -33,7 +33,7 @@ com.google.api gapic-generator-java-bom - 2.56.2-SNAPSHOT + 2.57.0 pom import @@ -45,7 +45,7 @@ com.google.cloud google-cloud-core-bom - 2.54.2-SNAPSHOT + 2.55.0 pom import @@ -69,13 +69,13 @@ com.google.cloud google-cloud-core - 2.54.2-SNAPSHOT + 2.55.0 test-jar com.google.cloud google-cloud-core - 2.54.2-SNAPSHOT + 2.55.0 tests diff --git a/java-shared-dependencies/pom.xml b/java-shared-dependencies/pom.xml index 680e0a82ec..e99e71dec4 100644 --- a/java-shared-dependencies/pom.xml +++ b/java-shared-dependencies/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-dependencies pom - 3.46.2-SNAPSHOT + 3.47.0 first-party-dependencies third-party-dependencies @@ -17,7 +17,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../gapic-generator-java-pom-parent @@ -31,14 +31,14 @@ com.google.cloud first-party-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import com.google.cloud third-party-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import diff --git a/java-shared-dependencies/third-party-dependencies/pom.xml b/java-shared-dependencies/third-party-dependencies/pom.xml index 5c31122716..8d1c817857 100644 --- a/java-shared-dependencies/third-party-dependencies/pom.xml +++ b/java-shared-dependencies/third-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud third-party-dependencies pom - 3.46.2-SNAPSHOT + 3.47.0 Google Cloud Third-party Shared Dependencies Shared third-party dependencies for Google Cloud Java libraries. @@ -15,7 +15,7 @@ com.google.api gapic-generator-java-pom-parent - 2.56.2-SNAPSHOT + 2.57.0 ../../gapic-generator-java-pom-parent diff --git a/java-shared-dependencies/upper-bound-check/pom.xml b/java-shared-dependencies/upper-bound-check/pom.xml index 719d062c3d..c4f5723c31 100644 --- a/java-shared-dependencies/upper-bound-check/pom.xml +++ b/java-shared-dependencies/upper-bound-check/pom.xml @@ -4,7 +4,7 @@ com.google.cloud shared-dependencies-upper-bound-test pom - 3.46.2-SNAPSHOT + 3.47.0 Upper bound test for Google Cloud Shared Dependencies An upper bound test case for the shared dependencies BOM. A failure of this test case means @@ -30,7 +30,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import diff --git a/java-showcase/pom.xml b/java-showcase/pom.xml index dc0211962a..8b32ff74a0 100644 --- a/java-showcase/pom.xml +++ b/java-showcase/pom.xml @@ -32,7 +32,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.46.2-SNAPSHOT + 3.47.0 pom import diff --git a/sdk-platform-java-config/pom.xml b/sdk-platform-java-config/pom.xml index 9ab6a39bb3..16ebd952b3 100644 --- a/sdk-platform-java-config/pom.xml +++ b/sdk-platform-java-config/pom.xml @@ -4,7 +4,7 @@ com.google.cloud sdk-platform-java-config pom - 3.46.2-SNAPSHOT + 3.47.0 SDK Platform For Java Configurations Shared build configuration for Google Cloud Java libraries. @@ -17,6 +17,6 @@ - 3.46.2-SNAPSHOT + 3.47.0 \ No newline at end of file diff --git a/versions.txt b/versions.txt index fe3bb32f26..3560f2c812 100644 --- a/versions.txt +++ b/versions.txt @@ -1,22 +1,22 @@ # Format: # module:released-version:current-version -gapic-generator-java:2.56.1:2.56.2-SNAPSHOT -api-common:2.47.1:2.47.2-SNAPSHOT -gax:2.64.1:2.64.2-SNAPSHOT -gax-grpc:2.64.1:2.64.2-SNAPSHOT -gax-httpjson:0.149.1:0.149.2-SNAPSHOT -proto-google-common-protos:2.55.1:2.55.2-SNAPSHOT -grpc-google-common-protos:2.55.1:2.55.2-SNAPSHOT -proto-google-iam-v1:1.50.1:1.50.2-SNAPSHOT -grpc-google-iam-v1:1.50.1:1.50.2-SNAPSHOT -proto-google-iam-v2beta:1.50.1:1.50.2-SNAPSHOT -grpc-google-iam-v2beta:1.50.1:1.50.2-SNAPSHOT -google-iam-policy:1.50.1:1.50.2-SNAPSHOT -proto-google-iam-v2:1.50.1:1.50.2-SNAPSHOT -grpc-google-iam-v2:1.50.1:1.50.2-SNAPSHOT -google-cloud-core:2.54.1:2.54.2-SNAPSHOT -google-cloud-shared-dependencies:3.46.1:3.46.2-SNAPSHOT -gapic-showcase:0.2.1:0.2.2-SNAPSHOT -proto-gapic-showcase-v1beta1:0.2.1:0.2.2-SNAPSHOT -grpc-gapic-showcase-v1beta1:0.2.1:0.2.2-SNAPSHOT +gapic-generator-java:2.57.0:2.57.0 +api-common:2.48.0:2.48.0 +gax:2.65.0:2.65.0 +gax-grpc:2.65.0:2.65.0 +gax-httpjson:0.150.0:0.150.0 +proto-google-common-protos:2.56.0:2.56.0 +grpc-google-common-protos:2.56.0:2.56.0 +proto-google-iam-v1:1.51.0:1.51.0 +grpc-google-iam-v1:1.51.0:1.51.0 +proto-google-iam-v2beta:1.51.0:1.51.0 +grpc-google-iam-v2beta:1.51.0:1.51.0 +google-iam-policy:1.51.0:1.51.0 +proto-google-iam-v2:1.51.0:1.51.0 +grpc-google-iam-v2:1.51.0:1.51.0 +google-cloud-core:2.55.0:2.55.0 +google-cloud-shared-dependencies:3.47.0:3.47.0 +gapic-showcase:0.3.0:0.3.0 +proto-gapic-showcase-v1beta1:0.3.0:0.3.0 +grpc-gapic-showcase-v1beta1:0.3.0:0.3.0