Update dependency com.google.cloud:spring-cloud-gcp-dependencies to v8 #10

Open
mars3142 wants to merge 1 commits from renovate/major-springcloudgcpversion into main
Owner

This PR contains the following updates:

Package Type Update Change
com.google.cloud:spring-cloud-gcp-dependencies (source) dependencies major 5.6.08.0.2

Release Notes

GoogleCloudPlatform/spring-cloud-gcp (com.google.cloud:spring-cloud-gcp-dependencies)

v8.0.2

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.79.0 (#​4401) (ea49ad1)
  • deps: update gapic-generator-java-bom.version to v2.68.0 (#​4400) (23eb6e8)
  • enhance check with maven central (#​4369) (bc21fe7)
  • Flaky Test ConverterAwareMappingSpannerEntityReaderTests.readUnmatachableTypesTest() (#​4187) (3c1ce61)
  • NullPointerException in spring-cloud-gcp-data-spanner (#​4383) (366c6fe), closes #​4381
Documentation

v8.0.1

This release marks a major architectural upgrade, moving the project baseline to Java 17 (with JDK 25 for Native Image) and Jakarta EE 11.
This version focuses on achieving compatibility with the new modular architecture of Spring Boot 4.0, the refactored SpEL evaluation engine in Spring Data 2025.1, and enhanced AOT support for GraalVM.
For a comprehensive overview of upstream changes, please refer to the official Spring Boot 4.0 Migration Guide.

⚠️ Breaking Changes
  • Spring Data 4.0 (SpEL Evaluation): Multiple constructors removed due to the removal of QueryMethodEvaluationContextProvider. Users must migrate to constructors accepting ValueExpressionDelegate.
    • Affected Classes: DatastoreQueryLookupStrategy, GqlDatastoreQuery, SpannerQueryLookupStrategy, SqlSpannerQuery.
    • User Action: If you manually instantiate these classes (e.g., in custom repository implementations), you must replace the QueryMethodEvaluationContextProvider parameter with ValueExpressionDelegate.
  • Mapping Exceptions: In Spring Data 4.0 (2025.1), metadata discovery and entity mapping failures are now uniformly wrapped in a top-level org.springframework.data.mapping.MappingException.
    • Impact: Previously caught module-specific exceptions (e.g., SpannerDataException) may now be nested inside a MappingException.
    • User Action: Update error handling logic to check for the underlying cause. "Use NestedExceptionUtils.getMostSpecificCause() to retrieve specific error message details.."
  • Nested Exceptions: Following Spring Framework 7.0's changes to NestedRuntimeException, nested exception messages are no longer automatically appended to the top-level getMessage() output.
    • User Action: When constructing custom error messages, you must now explicitly access the cause. "Use NestedExceptionUtils.getMostSpecificCause() to retrieve specific error message details."
  • Actuator Health API: The Actuator Health API has been restructured to support better grouping through the org.springframework.boot.health.contributor package. PubSubHealthIndicator and SpannerHealthIndicator are now registered as HealthContributor beans.
    • User Action: These indicators are now always wrapped into a CompositeHealthContributor by the framework's auto-configuration. Users who previously injected PubSubHealthIndicator or HealthIndicator directly must now inject HealthContributor and navigate the composite hierarchy if direct access is needed.
Dependencies
  • bump org.springframework.boot:spring-boot-dependencies from 3.5.3 to 4.0.0
  • bump org.springframework.cloud:spring-cloud-dependencies from 2025.0.0 to 2025.1.0
  • bump com.google.cloud:cloud-sql-socket-factory-bom from 1.25.0 to 1.28.0
  • bump io.r2dbc:r2dbc-postgresql from 1.0.7.RELEASE to 1.1.1.RELEASE
  • bump org.graalvm.buildtools:native-maven-plugin from 0.10.5 to 0.11.3
  • bump jakarta.annotation:jakarta.annotation-api from 1.3.5 to 2.1.1
  • bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 3.0.2 (via tools.jackson)

v7.4.6

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.76.0 to 26.79.0 (#​4392) (c84304a)
Documentation

v7.4.5

Bug Fixes
Documentation
  • Add note about Postgres username truncation for IAM auth (#​4315) (2458afb)

v7.4.4

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.75.0 (#​4296) (34e21e3)
  • deps: update gapic-generator-java-bom.version to v2.66.0 (#​4301) (64ab3b2)

v7.4.3

Bug Fixes
Documentation

v7.4.2

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.73.0 (#​4251) (70c1c59)
  • deps: update gapic-generator-java-bom.version to v2.64.1 (#​4241) (ad9149e)
  • deps: update gapic-generator-java-bom.version to v2.64.2 (#​4250) (3c4da00)
Documentation

v7.4.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.71.0 (#​4220) (3e8d945)
  • deps: update gapic-generator-java-bom.version to v2.63.0 (#​4217) (8cc0ff7)

v7.4.0

Features
Bug Fixes
  • deps: update gapic-generator-java-bom.version to v2.62.3 (#​4192) (4d0df06)
Dependencies
Documentation

v7.3.2

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.69.0 (#​4172) (bf390ae)
  • deps: update gapic-generator-java-bom.version to v2.62.2 (#​4166) (2627d95)

v7.3.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.68.0 (#​4136) (2335f17)
  • deps: update gapic-generator-java-bom.version to v2.62.1 (#​4135) (7010534)
  • parametermanager: fix invalid bean definition named 'clientFactory' (#​4127) (1c98540)

v7.3.0

Features
  • parametermanager: add support for gcp parameter manager service (#​3699) (c0748f1)
Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.67.0 (#​4104) (e8aec00)
  • deps: update gapic-generator-java-bom.version to v2.62.0 (#​4099) (8a91c2c)

v7.2.0

Features
Bug Fixes
Documentation

v7.1.0

Features
  • parameter: added support for remote configuration using the gcp parameter manager (#​3684) (d73760e)
Bug Fixes
  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.60.2 (#​3994) (ccc6932)
  • deps: update dependency com.google.cloud:libraries-bom to v26.65.0 (#​3995) (6a52683)
  • remove unused parameter for LoggingWebMvcConfigurer. (#​3573) (c96f8bc)
  • use safeyaml in parameter manager logic (#​3993) (81a4b2f)
Documentation

v7.0.0

⚠ BREAKING CHANGES
Features
Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.64.0 (#​3963) (fd327c0)
  • deps: update gapic-generator-java-bom.version to v2.60.1 (#​3962) (80fb22f)
  • make UserAgentHeaderProvider Serializable (#​3935) (3489110)
Documentation

v6.5.6

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.76.0 to 26.79.0 (#​4391) (21f1e73)

v6.5.5

Dependencies
  • bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0 (#​4324) (288faeb)

v6.5.4

Dependencies

v6.5.3

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.74.0 (#​4286) (8236c5c)

v6.5.2

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.73.0 (#​4254) (898735b)

v6.5.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.71.0 (#​4223) (13b1543)
Dependencies
  • bump org.springframework.boot:spring-boot-starter-parent from 3.4.7 to 3.4.11 (#​4215) (21cacc9)

v6.5.0

Features
  • Add support for configuring the Cloud SQL JDBC connection using a DNS name (dd3b9b6)
Dependencies

v6.4.0

Features
Dependencies

v6.3.4

Dependencies

v6.3.3

Dependencies

v6.3.2

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0 (#​4067) (970c11c)

v6.3.1

Dependencies
  • bump com.google.cloud:libraries-bom from 26.64.0 to 26.65.0 (#​4011) (cefa432)

v6.3.0

Features
Bug Fixes
Dependencies
  • 6.x: bump com.google.cloud:libraries-bom from 26.63.0 to 26.64.0 (8cc0b78)

v6.2.3

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.63.0 (#​3916) (ed52076)
  • deps: update gapic-generator-java-bom.version to v2.60.0 (#​3912) (f16af84)
Dependencies
  • upgrade spring-boot-starter-parent and spring-boot-dependencies.version to 3.4.7 (#​3902) (ee77c09)

v6.2.2

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.62.0 (#​3860) (27e97aa)
  • deps: update gapic-generator-java-bom.version to v2.59.0 (#​3859) (a3fcb88)
  • deps: update spring boot to 3.4.6 (#​3825) (62837b7)
  • make mock blobs created only once (#​3850) (#​3856) (ec85c4b)
  • storage mock OffsetDateTime in GcsStreamingMessageSourceTests (37cb89d)
  • test: swap image used in VisionApiSampleApplicationIntegrationTests (#​3872) (f89f202)
  • use different channel names in pubsub emulator integration tests (#​3878) (79c38b0)
Documentation

v6.2.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.61.0 (#​3799) (3832b52)
  • deps: update gapic-generator-java-bom.version to v2.58.0 (#​3800) (cd7f8d1)

v6.2.0

Features
  • spanner: support Interval and UUID types. (ba48d4d)
Bug Fixes
  • deps: update gapic-generator-java-bom.version to v2.57.0 (#​3757) (de08d37)
  • producer destination: ensure topic exists or create one, only if auto create resource is true (#​3717) (3b06a2f)
  • secretmanager to be an optional dep in autoconfig module (#​3706) (cabb7a5)
Dependencies
  • bump com.google.cloud:libraries-bom from 26.57.0 to 26.60.0 (ba48d4d)
Documentation

v6.1.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.57.0 (#​3673) (2ce8004)
  • deps: update gapic-generator-java-bom.version to v2.55.1 (#​3658) (7692de4)
  • GcpProjectIdProvider when using Secret Manager (#​3664) (a3cfe06)

v6.1.0

Features
  • add support for not equals queries in datastore integration (#​3635) (548823f)
  • datastore: support --use-firestore-in-datastore-mode in the datastore emulator (#​3633) (06ca7a7)
Bug Fixes

v6.0.1

Bug Fixes
  • deps: update dependency com.google.api:gapic-generator-java-bom to v2.53.0 (#​3543) (abaca12)
  • deps: update dependency com.google.cloud:libraries-bom to v26.55.0 (#​3588) (7dfb676)
Dependencies
  • bump cloud-sql-socket-factory.version from 1.23.0 to 1.23.1 (#​3555) (576c8d2)
  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.8 to 1.2.0 (#​3552) (c412fac)
  • bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 (#​3547) (4a6b7a5)
  • bump io.opentelemetry:opentelemetry-api from 1.46.0 to 1.47.0 (#​3540) (3d4d8c6)
  • bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#​3575) (8087e1e)
  • bump org.graalvm.buildtools:native-maven-plugin (#​3530) (0688e0b)
  • bump org.springframework.boot:spring-boot-starter-parent (#​3571) (7ab75a3)
  • bump zipkin-gcp.version from 2.2.6 to 2.3.0 (#​3561) (9c08062)
Documentation

v6.0.0

⚠ BREAKING CHANGES
  • pubsub: set default max ack extension period to 60 minutes (#​3501)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#​3500)
Features
  • pubsub: set default max ack extension period to 60 minutes (#​3501) (9245031)
  • Spring Cloud 2024.0 and Spring Boot 3.4.1 (a72a86b)
  • Spring Cloud 2024.0 and Spring Boot 3.4.2 (#​3500) (0108054)
Bug Fixes
  • deps: update gapic-generator-java-bom.version to v2.52.0 (#​3512) (c184e69)
Dependencies
  • bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#​3502) (7760474)
  • bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#​3522) (f54327d)
  • bump org.springframework.boot:spring-boot-starter-parent (#​3495) (969c4b6)

v5.13.11

Dependencies
  • bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0 (#​4325) (2c95bdd)

v5.13.10

Dependencies

v5.13.9

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.74.0 (#​4285) (73e69c5)

v5.13.8

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.73.0 (#​4253) (1fa6992)

v5.13.7

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.71.0 (#​4222) (bc769e7)

v5.13.6

Dependencies

v5.13.5

Dependencies

v5.13.4

Dependencies

v5.13.3

Bug Fixes
  • pubsub-bus-sample: use Spring Cloud 2023.x dependencies (#​4097) (b3a8be6)
Dependencies

v5.13.2

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0 (#​4080) (edd3237)

v5.13.1

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.64.0 to 26.65.0 (#​4030) (ebda49d)

v5.13.0

Features
  • 5.x: add and recommend sm@ annotation in secretmanager (#​3910) (9fbf636)
Dependencies
  • 5.x: update dependency com.google.cloud:libraries-bom to v26.64.0 (#​3967) (d431071)

v5.12.3

Dependencies
  • 5.x: bump com.google.cloud:libraries-bom from 26.62.0 to 26.63.0 (#​3915) (eec26bb)

v5.12.2

Bug Fixes
Dependencies
  • bump com.google.cloud:libraries-bom from 26.61.0 to 26.62.0 (#​3864) (266b5bb)

v5.12.1

Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.61.0 (#​3805) (c6139aa)

v5.12.0

Features
  • spanner: support Interval and UUID types. (92b07de)
Bug Fixes
  • producer destination: ensure topic exists or create one, only if auto create resource is true (#​3717) (#​3740) (c705bed)
Dependencies
  • bump com.google.cloud:libraries-bom from 26.57.0 to 26.60.0 (92b07de)

v5.11.3

Dependencies
  • bump com.google.cloud:libraries-bom from 26.54.0 to 26.57.0 (#​3616) (5783f2a)

v5.11.2

Bug Fixes
Dependencies

v5.11.1

Dependencies
  • bump cloud-sql-socket-factory.version from 1.23.0 to 1.23.1 (#​3558) (cbad094)
  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.8 to 1.2.0 (#​3551) (30dea6f)
  • bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 (#​3546) (418f373)
  • bump io.opentelemetry:opentelemetry-api from 1.46.0 to 1.47.0 (#​3541) (b65245c)
  • bump org.graalvm.buildtools:native-maven-plugin (#​3531) (a9315a4)
  • bump org.springframework.boot:spring-boot-starter-parent (#​3569) (1a7e902)
  • bump spring-boot-dependencies.version from 3.3.8 to 3.3.9 (#​3568) (8c92449)
  • bump zipkin-gcp.version from 2.2.6 to 2.3.0 (#​3563) (a367f5a)

v5.11.0

Features
  • Spring Cloud 2024.0 and Spring Boot 3.4.1 (a72a86b)
Dependencies
  • bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 (#​3507) (002dcf8)
  • bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 (#​3523) (509882e)
  • bump org.springframework.boot:spring-boot-starter-parent (#​3509) (8044d49)
  • bump spring-boot-dependencies.version from 3.3.4 to 3.3.8 (#​3508) (9a025be)

v5.10.0

Features
Bug Fixes
  • deps: update cloud-sql-socket-factory.version to v1.21.2 (#​3451) (d227783)
  • deps: update dependency com.google.cloud:libraries-bom to v26.52.0 (#​3421) (5c74e41)
  • deps: update dependency com.google.cloud:libraries-bom to v26.53.0 (#​3471) (5d2615f)
  • deps: update dependency commons-io:commons-io to v2.18.0 (#​3455) (5371117)
  • deps: update gapic-generator-java-bom.version to v2.51.0 (#​3422) (aae9f99)
  • deps: update gapic-generator-java-bom.version to v2.51.1 (#​3452) (e653ab1)
  • deps: update zipkin-gcp.version to v2.2.6 (#​3453) (ce5d9eb)
  • increase default pubsub health indicator timeout from 2000ms to 5000ms (#​3400) (b67caa9)
Dependencies
  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.6 to 1.1.8 (#​3414) (283b1fa)
  • bump io.micrometer:micrometer-tracing-bom from 1.3.5 to 1.4.2 (#​3446) (ce85135)
  • bump io.opentelemetry:opentelemetry-api from 1.43.0 to 1.46.0 (#​3442) (4e2b9bc)
  • bump org.apache.maven.plugins:maven-checkstyle-plugin (#​3344) (324efdf)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (#​3409) (985031e)
  • bump org.graalvm.buildtools:native-maven-plugin (#​3464) (e3dee62)
  • bump org.springframework.cloud:spring-cloud-dependencies (#​3463) (86d61ad)
  • bump spring-cloud-config.version from 4.1.3 to 4.2.0 (#​3461) (9ee363e)
Documentation
  • fix references about other integrations in spanner doc (#​3413) (1e99a52)

v5.9.0

Features
  • Add all additional Cloud SQL Java Connector parameters to the spring configuration. (#​3286) (f2212d3)
  • add property to customize universe domain in Pub/Sub (#​3348) (9cf2145)
Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.51.0 (#​3350) (a270a7d)
  • include limit in query for findFirst and findTop support in Firestore (#​3387) (9fe8e91)
  • migrate logic to create tmpdir to build script (#​3367) (a12638c)
  • need to update to use new trampoline_release.py script as well as update to configure docker auth with new image (#​3356) (b5ace26)
  • sonar build 401 issue (#​3381) (fa53707)

v5.8.0

Features
  • add properties to customize universe-domain and host in Storage (#​3287) (f5879d9)
Bug Fixes
  • deps: update dependency com.google.cloud:libraries-bom to v26.49.0 (e838c64)
  • deps: update dependency io.opentelemetry:opentelemetry-api to v1.43.0 (#​3298) (964756c)
  • test: add mock method to mock credentials. (e838c64)
Dependencies
  • bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 (#​3319) (6a91c0d)
  • bump io.micrometer:micrometer-tracing-bom from 1.3.4 to 1.3.5 (#​3302) (8ab63c8)
  • bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1.43.0 (#​3299) (eea8e28)
  • bump org.postgresql:r2dbc-postgresql (#​3310) (40b8b2a)

v5.7.0

Features
  • add properties to set universe domain and endpoint in bigquery (#​3158) (9b3c780)
Bug Fixes
  • deps: update cloud-sql-socket-factory.version to v1.21.0 (#​3270) (fdd8957)
  • deps: update dependency com.google.cloud:libraries-bom to v26.48.0 (#​3271) (2d65a64)
  • set maxInboundMetadataSize in pubsub (#​3157) (f333e41)
Dependencies
  • bump cloud-sql-socket-factory.version from 1.20.0 to 1.20.1 (#​3191) (16518c6)
  • bump com.google.cloud:alloydb-jdbc-connector from 1.1.5 to 1.1.6 (#​3206) (6e2b0e3)
  • bump com.google.errorprone:error_prone_core from 2.30.0 to 2.33.0 (#​3265) (e462698)
  • bump commons-io:commons-io from 2.16.1 to 2.17.0 (#​3253) (97af1d0)
  • bump io.micrometer:micrometer-tracing-bom from 1.3.3 to 1.3.4 (#​3201) (4437d65)
  • bump io.opentelemetry:opentelemetry-api from 1.41.0 to 1.42.1 (#​3207) (b43e8e7)
  • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 (#​3261) (e3da8fe)
  • bump org.graalvm.buildtools:native-maven-plugin (#​3208) (faa4ef5)
  • bump org.springframework.boot:spring-boot-starter-parent (#​3259) (b8ae0f0)
  • bump spring-boot-dependencies.version from 3.3.3 to 3.3.4 (#​3242) (af60cab)
  • bump zipkin-gcp.version from 2.2.4 to 2.2.5 (#​3189) (4718eaf)
Documentation

v5.6.1

Bug Fixes
  • add credential runtime hint for graalvm compilation (#​3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#​3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#​3204) (2f0f275)
  • Descendants entities losing database ID from parent (#​3142) (#​3156) (02a1e65)
  • handle null primary keys between parent and child objects (#​3179) (42c69b6)
Dependencies
  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#​3225) (c56409f)
Documentation

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.cloud:spring-cloud-gcp-dependencies](https://spring.io/projects/spring-cloud-gcp) ([source](https://github.com/GoogleCloudPlatform/spring-cloud-gcp)) | dependencies | major | `5.6.0` → `8.0.2` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/spring-cloud-gcp (com.google.cloud:spring-cloud-gcp-dependencies)</summary> ### [`v8.0.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#802-2026-04-09) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.79.0 ([#&#8203;4401](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4401)) ([ea49ad1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ea49ad19ea80c460ada05f7e8efd602ec6abeb99)) - **deps:** update gapic-generator-java-bom.version to v2.68.0 ([#&#8203;4400](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4400)) ([23eb6e8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/23eb6e881c6a1ac2ff2d3bddadb537c4a1bdd4cc)) - enhance check with maven central ([#&#8203;4369](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4369)) ([bc21fe7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bc21fe7d6472459a8b3b20e1a2013d1d97650170)) - Flaky Test `ConverterAwareMappingSpannerEntityReaderTests.readUnmatachableTypesTest()` ([#&#8203;4187](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4187)) ([3c1ce61](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3c1ce61d201d732a8886ca06900fd83962f36c2a)) - NullPointerException in spring-cloud-gcp-data-spanner ([#&#8203;4383](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4383)) ([366c6fe](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/366c6fe5791aff9bf05e3e55bdaff9fcc2354067)), closes [#&#8203;4381](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4381) ##### Documentation - add Spring Boot 4.0 migration release notes ([#&#8203;4355](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4355)) ([20f22d3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/20f22d31d89b2441eb81d8d03914220ba7e37b62)) ### [`v8.0.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#801-Spring-Boot-40--Spring-7-Migration) This release marks a major architectural upgrade, moving the project baseline to **Java 17** (with **JDK 25** for Native Image) and **Jakarta EE 11**. This version focuses on achieving compatibility with the new modular architecture of Spring Boot 4.0, the refactored SpEL evaluation engine in Spring Data 2025.1, and enhanced AOT support for GraalVM. For a comprehensive overview of upstream changes, please refer to the official [Spring Boot 4.0 Migration Guide](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide). ##### ⚠️ Breaking Changes - **Spring Data 4.0 (SpEL Evaluation):** Multiple constructors removed due to the removal of `QueryMethodEvaluationContextProvider`. Users must migrate to constructors accepting `ValueExpressionDelegate`. - **Affected Classes:** `DatastoreQueryLookupStrategy`, `GqlDatastoreQuery`, `SpannerQueryLookupStrategy`, `SqlSpannerQuery`. - **User Action:** If you manually instantiate these classes (e.g., in custom repository implementations), you must replace the `QueryMethodEvaluationContextProvider` parameter with `ValueExpressionDelegate`. - **Mapping Exceptions:** In Spring Data 4.0 (2025.1), metadata discovery and entity mapping failures are now uniformly wrapped in a top-level `org.springframework.data.mapping.MappingException`. - **Impact:** Previously caught module-specific exceptions (e.g., `SpannerDataException`) may now be nested inside a `MappingException`. - **User Action:** Update error handling logic to check for the underlying cause. "Use `NestedExceptionUtils.getMostSpecificCause()` to retrieve specific error message details.." - **Nested Exceptions:** Following Spring Framework 7.0's changes to `NestedRuntimeException`, nested exception messages are no longer automatically appended to the top-level `getMessage()` output. - **User Action:** When constructing custom error messages, you must now explicitly access the cause. "Use `NestedExceptionUtils.getMostSpecificCause()` to retrieve specific error message details." - **Actuator Health API:** [The Actuator Health API](https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.health) has been restructured to support better grouping through the `org.springframework.boot.health.contributor` package. `PubSubHealthIndicator` and `SpannerHealthIndicator` are now registered as `HealthContributor` beans. - **User Action:** These indicators are now **always** wrapped into a `CompositeHealthContributor` by the framework's auto-configuration. Users who previously injected `PubSubHealthIndicator` or `HealthIndicator` directly must now inject `HealthContributor` and navigate the composite hierarchy if direct access is needed. ##### Dependencies - bump `org.springframework.boot:spring-boot-dependencies` from `3.5.3` to `4.0.0` - bump `org.springframework.cloud:spring-cloud-dependencies` from `2025.0.0` to `2025.1.0` - bump `com.google.cloud:cloud-sql-socket-factory-bom` from `1.25.0` to `1.28.0` - bump `io.r2dbc:r2dbc-postgresql` from `1.0.7.RELEASE` to `1.1.1.RELEASE` - bump `org.graalvm.buildtools:native-maven-plugin` from `0.10.5` to `0.11.3` - bump `jakarta.annotation:jakarta.annotation-api` from `1.3.5` to `2.1.1` - bump `com.fasterxml.jackson:jackson-bom` from `2.18.2` to `3.0.2` (via `tools.jackson`) ### [`v7.4.6`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v7.4.6) ##### Bug Fixes - NullPointerException in spring-cloud-gcp-data-spanner ([#&#8203;4383](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4383)) ([#&#8203;4388](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4388)) ([4605697](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4605697aebdb6afe186302ee368c2fe05b725123)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.76.0 to 26.79.0 ([#&#8203;4392](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4392)) ([c84304a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c84304a2a18bd4ee4a9936620451408bbe2868d9)) ##### Documentation - update latest versions in README ([#&#8203;4335](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4335)) ([5bf1b41](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/5bf1b411a6c27cd8ac6bd6a019c9f24bd60de090)) ### [`v7.4.5`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#745-2026-02-21) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.76.0 ([#&#8203;4319](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4319)) ([929a693](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/929a6939a69e95bd34ef974b63bdfb93ff589063)) - **deps:** update gapic-generator-java-bom.version to v2.67.0 ([#&#8203;4320](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4320)) ([77d48cf](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/77d48cfe77c5fd8c69b3f99fca2faaa8ed50a7fa)) - remove main from dependabot ([#&#8203;4323](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4323)) ([ac5d188](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ac5d188600359c05d2d8088f3b877fe261bf6111)) ##### Documentation - Add note about Postgres username truncation for IAM auth ([#&#8203;4315](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4315)) ([2458afb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2458afbfbb6d85bda611c270d633737b578c6ff2)) ### [`v7.4.4`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#744-2026-02-03) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.75.0 ([#&#8203;4296](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4296)) ([34e21e3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/34e21e3db346d604267b98c97d6c7b8f0c7f6271)) - **deps:** update gapic-generator-java-bom.version to v2.66.0 ([#&#8203;4301](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4301)) ([64ab3b2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/64ab3b2669d233886bfd60bb1d3fcc1e5ead9f72)) ### [`v7.4.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#743-2026-01-22) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.74.0 ([#&#8203;4282](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4282)) ([f7f3d7f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f7f3d7f45d3e216cd067a7e00d14d674c9f01292)) - **deps:** update gapic-generator-java-bom.version to v2.65.1 ([#&#8203;4283](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4283)) ([150913d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/150913d0e7f12f621a3d943547ebb69fdef73c9b)) - Use ADC in NativeTests ([#&#8203;4280](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4280)) ([c9b3a19](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c9b3a1974b791602e03b7f497778ac9917c183c1)) ##### Documentation - update latest versions in README.adoc ([#&#8203;4263](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4263)) ([ffda1d8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ffda1d81724a956b7f5728245e501c8ae231ff86)) ### [`v7.4.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#742-2025-12-18) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.73.0 ([#&#8203;4251](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4251)) ([70c1c59](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/70c1c59489a56d8cd421355a06e79c36faee2e5e)) - **deps:** update gapic-generator-java-bom.version to v2.64.1 ([#&#8203;4241](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4241)) ([ad9149e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ad9149e33ed3c0e8bc4101c3786e3b103a118ad0)) - **deps:** update gapic-generator-java-bom.version to v2.64.2 ([#&#8203;4250](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4250)) ([3c4da00](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3c4da00d28836a68e977c518ee427d725db67933)) ##### Documentation - fix broken link in parameter.adoc ([#&#8203;4119](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4119)) ([499ed70](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/499ed708f2cf51b29960830d5e7c49fa6a2c93b6)), closes [#&#8203;4073](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4073) - Update readme to point to the latest versions of spring ([#&#8203;4233](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4233)) ([bfa7f00](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bfa7f00d228a251b8e242724bcefb5fefbdbcb88)) ### [`v7.4.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#741-2025-10-27) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.71.0 ([#&#8203;4220](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4220)) ([3e8d945](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3e8d9458af0ed71134d4c72cb8bafb284dc5afeb)) - **deps:** update gapic-generator-java-bom.version to v2.63.0 ([#&#8203;4217](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4217)) ([8cc0ff7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8cc0ff79d40d9699cedcc55ee58d4e87f911e1b4)) ### [`v7.4.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#740-2025-10-10) ##### Features - add script to update versions in README.adoc ([#&#8203;4176](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4176)) ([1a05f04](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1a05f04f7606b576397cb68c8cd04534436dc9ef)) - Add support for configuring the Cloud SQL JDBC connection using a DNS name ([#&#8203;4123](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4123)) ([e45ca49](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e45ca49bbd37923d20fc5d374d94c5fa2a48631e)), closes [#&#8203;4114](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4114) ##### Bug Fixes - **deps:** update gapic-generator-java-bom.version to v2.62.3 ([#&#8203;4192](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4192)) ([4d0df06](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4d0df0652722df2a7d3b425e8345938fa50e0c18)) ##### Dependencies - upgrade libraries-bom to 26.70.0 ([#&#8203;4188](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4188)) ([f0d3321](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f0d33214740577139013c3749d0ea7f9d4a5a37e)) ##### Documentation - update latest versions in README.adoc ([#&#8203;4177](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4177)) ([1acd575](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1acd5751adc10c8011016da46815769b646db0cb)) ### [`v7.3.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#732-2025-09-30) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.69.0 ([#&#8203;4172](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4172)) ([bf390ae](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bf390ae319df14c9b7ada2bf87eb098039a07d3e)) - **deps:** update gapic-generator-java-bom.version to v2.62.2 ([#&#8203;4166](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4166)) ([2627d95](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2627d953e407e5f062e602ea23dc9182fcb111e9)) ### [`v7.3.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#731-2025-09-15) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.68.0 ([#&#8203;4136](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4136)) ([2335f17](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2335f17be3a3a13010312cd333a62375a7717a32)) - **deps:** update gapic-generator-java-bom.version to v2.62.1 ([#&#8203;4135](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4135)) ([7010534](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/70105344e2593d8eba54f823fce2580d51b404e1)) - **parametermanager:** fix invalid bean definition named 'clientFactory' ([#&#8203;4127](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4127)) ([1c98540](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1c985408dc6bafd500b640f1cf035c8d01005ad3)) ### [`v7.3.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#730-2025-08-29) ##### Features - **parametermanager:** add support for gcp parameter manager service ([#&#8203;3699](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3699)) ([c0748f1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c0748f1a560324b990baaa82a22a74166387f147)) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.67.0 ([#&#8203;4104](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4104)) ([e8aec00](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e8aec00b403962478258b42334654540e13f61cc)) - **deps:** update gapic-generator-java-bom.version to v2.62.0 ([#&#8203;4099](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4099)) ([8a91c2c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8a91c2cbff3a13ae418a6654b58a8bb531a0257d)) ### [`v7.2.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#720-2025-08-19) ##### Features - Update root reference docs with latest version ([#&#8203;4081](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4081)) ([20c45f9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/20c45f926e057b65074afdd3a19278aa5b17b829)) ##### Bug Fixes - **deps:** update dependency com.google.api:gapic-generator-java-bom to v2.61.0 ([#&#8203;4071](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4071)) ([f96a628](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f96a628b2d8e2c49f90941924ce7740cdad249b6)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.66.0 ([#&#8203;4070](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4070)) ([4aa58cd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4aa58cdeec8dbc5cae149dc6e8a9f6d2ab8e72d8)) - **doc:** fix secret manager section header levels ([#&#8203;4060](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4060)) ([82df717](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/82df717715e092ee013c5324d67ce502c7d5fe88)), closes [#&#8203;4072](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4072) - **docs:** add missing parameter.adoc to documentation index ([#&#8203;4069](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4069)) ([23dc9ae](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/23dc9ae7651e0f388908b1afcde0dc69f0b68527)) - remove unnecessary backslashes ([#&#8203;4083](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4083)) ([0cfe9d9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/0cfe9d909ae7df9dba3fe894a013aaa5da6b2cfd)) - **spanner:** check for empty before delete ([#&#8203;4047](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4047)) ([b50c092](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b50c092c7e7ac8b78e6fb9569e266bb1cb82a4cc)) ##### Documentation - Add 80% test coverage requirement for new code ([#&#8203;4062](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4062)) ([092a1dd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/092a1dd0ddda35914a0dfbd11957afe891e00f51)) - update reference documentation links to the latest ([#&#8203;4049](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4049)) ([4e66678](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4e666789df18f072c325dbcac2286bbe3f387ae8)) ### [`v7.1.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#710-2025-08-01) ##### Features - **parameter:** added support for remote configuration using the gcp parameter manager ([#&#8203;3684](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3684)) ([d73760e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/d73760e689e08fb4262a3126923b7702f00d2673)) ##### Bug Fixes - **deps:** update dependency com.google.api:gapic-generator-java-bom to v2.60.2 ([#&#8203;3994](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3994)) ([ccc6932](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ccc6932cb7082e0b5fcf990bc0e68754457a566c)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.65.0 ([#&#8203;3995](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3995)) ([6a52683](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6a526830d203f2b8d266ddfb313c6d4c6f60a1a2)) - remove unused parameter for LoggingWebMvcConfigurer. ([#&#8203;3573](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3573)) ([c96f8bc](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c96f8bcd79d1ab2cc42249ccf0c50c5c109c0cd9)) - use safeyaml in parameter manager logic ([#&#8203;3993](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3993)) ([81a4b2f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/81a4b2f9f74ebc48f1b1cedf486d1c6bfb8792d8)) ##### Documentation - indicate support for boot 3.5.x in SCGCP 7.x ([#&#8203;3968](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3968)) ([d9f5c81](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/d9f5c81b98754c40f4dffdeea5b4fe69bbda1a06)) - remove beta subcommand for GA library "parameter manager" ([#&#8203;3991](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3991)) ([a5732cb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a5732cb2f72698d3243f05481495af99b13d8456)) ### [`v7.0.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#700-2025-07-17) ##### ⚠ BREAKING CHANGES - upgrade Spring Cloud 2025 ([#&#8203;3837](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3837)) ##### Features - added regional secret support for secret-manager ([#&#8203;3746](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3746)) ([8d9e7f6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8d9e7f66011d37b48f20dd6f8e499b4ebb1065e5)) - upgrade Spring Cloud 2025 ([#&#8203;3837](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3837)) ([16dd1ff](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/16dd1ff89dfc5a655e4e9237d8247f62b6808469)) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.64.0 ([#&#8203;3963](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3963)) ([fd327c0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/fd327c032dc39c6f83d2f71d72bce15fe0cfc907)) - **deps:** update gapic-generator-java-bom.version to v2.60.1 ([#&#8203;3962](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3962)) ([80fb22f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/80fb22ff64f010af1817e4390986693fd10a26dd)) - make UserAgentHeaderProvider Serializable ([#&#8203;3935](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3935)) ([3489110](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/348911060caadaf774356036524f120b979c5ca8)) ##### Documentation - correct compatibility matrix ([#&#8203;3948](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3948)) ([669b239](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/669b239f7efa67c52aa2d3e3e0ecc9a149d68ec2)) - fix versions mismatch in README.adoc ([#&#8203;3961](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3961)) ([75531d8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/75531d8c9f7605d6c2e8871dfe6aebe362e2f392)) ### [`v6.5.6`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.6) ##### Bug Fixes - NullPointerException in spring-cloud-gcp-data-spanner ([#&#8203;4383](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4383)) ([#&#8203;4387](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4387)) ([7d0e71e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7d0e71e0b8b0581777a0b6a286ff0fd70470d465)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.76.0 to 26.79.0 ([#&#8203;4391](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4391)) ([21f1e73](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/21f1e733f16490f42a1a32efe0a2fc9b5ef242d9)) ### [`v6.5.5`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.5) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0 ([#&#8203;4324](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4324)) ([288faeb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/288faebd59ff7098cef552704161d987717363cc)) ### [`v6.5.4`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.4) ##### Dependencies - Update libraries-bom to v26.75.0 ([#&#8203;4299](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4299)) ([4efc674](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4efc67404e793d8f1e016363655b26233dda1f3f)) ### [`v6.5.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.3) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.74.0 ([#&#8203;4286](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4286)) ([8236c5c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8236c5cae05566ec20d404b72729460fac996222)) ### [`v6.5.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.2) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.73.0 ([#&#8203;4254](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4254)) ([898735b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/898735bb172bb3fb50137c3bd3440b85898e9758)) ### [`v6.5.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.1) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.71.0 ([#&#8203;4223](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4223)) ([13b1543](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/13b1543a8736f3765df2cac6a72f16da0a74762d)) ##### Dependencies - bump org.springframework.boot:spring-boot-starter-parent from 3.4.7 to 3.4.11 ([#&#8203;4215](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4215)) ([21cacc9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/21cacc9d4a295e762d5c9fce7e6349fd38a29ae4)) ### [`v6.5.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.5.0) ##### Features - Add support for configuring the Cloud SQL JDBC connection using a DNS name ([dd3b9b6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/dd3b9b6ada9389c05a1018e2314122d747283789)) ##### Dependencies - **6.x:** upgrade libraries-bom to 26.70.0 ([#&#8203;4189](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4189)) ([204530b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/204530bbca863afe631ff399c2b9ae86ebf88b10)) ### [`v6.4.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.4.0) ##### Features - Backport parameter manager changes to 6.x ([#&#8203;4157](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4157)) ([e2708e6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e2708e64e60b3f22ce24f8a1a784044029b63f14)) ##### Dependencies - Update libraries-bom to v26.69.0 ([#&#8203;4164](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4164)) ([965d979](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/965d9793ea332c0a51587ce05913cf38cb179822)) ### [`v6.3.4`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.3.4) ##### Dependencies - Update libraries-bom to v26.68.0 ([#&#8203;4139](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4139)) ([c4d39a7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c4d39a795297df8873731c400174eebf5a609f70)) ### [`v6.3.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.3.3) ##### Dependencies - Update libraries-bom to v26.67.0 ([#&#8203;4103](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4103)) ([325962f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/325962f9eca914987c8434a1bc83d9dc7724df0d)) ### [`v6.3.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.3.2) ##### Bug Fixes - **spanner:** check for empty before delete ([#&#8203;4047](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4047)) ([#&#8203;4077](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4077)) ([cb1f687](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cb1f6877ca42e9c4ebe736819a6c7c8179f4126d)), closes [#&#8203;4046](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4046) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0 ([#&#8203;4067](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4067)) ([970c11c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/970c11ca847ab9f4ceade3bb0276e3e7f56a0f23)) ### [`v6.3.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.3.1) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.64.0 to 26.65.0 ([#&#8203;4011](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4011)) ([cefa432](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cefa432b213ab76dc3388cfc7f056bb3b93cdc78)) ### [`v6.3.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v6.3.0) ##### Features - added regional secret support for secret-manager ([#&#8203;3746](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3746)) ([8d9e7f6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8d9e7f66011d37b48f20dd6f8e499b4ebb1065e5)) ##### Bug Fixes - make UserAgentHeaderProvider Serializable ([#&#8203;3935](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3935)) ([3489110](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/348911060caadaf774356036524f120b979c5ca8)) ##### Dependencies - **6.x:** bump com.google.cloud:libraries-bom from 26.63.0 to 26.64.0 ([8cc0b78](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8cc0b788548bed8253146d7136f881db391851fa)) ### [`v6.2.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#623-2025-07-01) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.63.0 ([#&#8203;3916](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3916)) ([ed52076](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ed5207617a0ac6c8f539a0791db5f761bfb2f284)) - **deps:** update gapic-generator-java-bom.version to v2.60.0 ([#&#8203;3912](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3912)) ([f16af84](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f16af84c56a36aee78c21d6c216cbca298247c86)) ##### Dependencies - upgrade spring-boot-starter-parent and spring-boot-dependencies.version to 3.4.7 ([#&#8203;3902](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3902)) ([ee77c09](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ee77c095b9cee302d3c5d339dcd6c6bf20273bd3)) ### [`v6.2.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#622-2025-06-16) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.62.0 ([#&#8203;3860](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3860)) ([27e97aa](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/27e97aa1dd9ad9c0e9bef058c0dfbd9df1933672)) - **deps:** update gapic-generator-java-bom.version to v2.59.0 ([#&#8203;3859](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3859)) ([a3fcb88](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a3fcb8854fb5c40ddabfb8a8e85a6df8e08cd0f9)) - **deps:** update spring boot to 3.4.6 ([#&#8203;3825](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3825)) ([62837b7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/62837b7c695e85e72cf88f5d72b00261009fd827)) - make mock blobs created only once ([#&#8203;3850](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3850)) ([#&#8203;3856](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3856)) ([ec85c4b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ec85c4b92c787b57b918e1fb5f0c1e8a7658eec5)) - storage mock OffsetDateTime in GcsStreamingMessageSourceTests ([37cb89d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/37cb89d31a63f6654fae21f7e516a3dec0d4a86f)) - **test:** swap image used in VisionApiSampleApplicationIntegrationTests ([#&#8203;3872](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3872)) ([f89f202](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f89f2020f5a05e9c332ddba2e27ee7a095fc6b6b)) - use different channel names in pubsub emulator integration tests ([#&#8203;3878](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3878)) ([79c38b0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/79c38b0955b3d3e1bad6b9cbe8d103bf2afd077f)) ##### Documentation - Update README links ([#&#8203;3822](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3822)) ([8b36a19](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8b36a1966a2de7b06c3d5eefccea3086cbed49fa)) ### [`v6.2.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#621-2025-05-23) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.61.0 ([#&#8203;3799](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3799)) ([3832b52](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3832b528fe6dd3b4255d6c431471525a95d71cf4)) - **deps:** update gapic-generator-java-bom.version to v2.58.0 ([#&#8203;3800](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3800)) ([cd7f8d1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cd7f8d1e97e3c04f007fe65fe623e833ec29c904)) ### [`v6.2.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#620-2025-05-15) ##### Features - **spanner:** support Interval and UUID types. ([ba48d4d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ba48d4d16096cb885f458c1911c139e5b069ed14)) ##### Bug Fixes - **deps:** update gapic-generator-java-bom.version to v2.57.0 ([#&#8203;3757](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3757)) ([de08d37](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/de08d37eacce8f3253407ab955eb8211f1706099)) - producer destination: ensure topic exists or create one, only if auto create resource is true ([#&#8203;3717](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3717)) ([3b06a2f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3b06a2fb74e755288bff51aba3c90612bcc61f48)) - secretmanager to be an optional dep in autoconfig module ([#&#8203;3706](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3706)) ([cabb7a5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cabb7a59fa6d49d280dd311a7f59ec4d922300e7)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.57.0 to 26.60.0 ([ba48d4d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ba48d4d16096cb885f458c1911c139e5b069ed14)) ##### Documentation - Update README links ([#&#8203;3696](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3696)) ([30bb2b6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/30bb2b6ab85110f49291ab30befdcf3c04257de1)) ### [`v6.1.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#611-2025-03-22) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.57.0 ([#&#8203;3673](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3673)) ([2ce8004](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2ce8004dd7e0150064b4711373e8e5b305a79f0e)) - **deps:** update gapic-generator-java-bom.version to v2.55.1 ([#&#8203;3658](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3658)) ([7692de4](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7692de492800e5834627c6b04663c5394232d327)) - GcpProjectIdProvider when using Secret Manager ([#&#8203;3664](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3664)) ([a3cfe06](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a3cfe0633d4e8333ea2c09959c0e626cc07ebac0)) ### [`v6.1.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#610-2025-03-12) ##### Features - add support for `not equals` queries in datastore integration ([#&#8203;3635](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3635)) ([548823f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/548823f70a7459bb56fb36c10b5c21ab20c3314b)) - **datastore:** support `--use-firestore-in-datastore-mode` in the datastore emulator ([#&#8203;3633](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3633)) ([06ca7a7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/06ca7a796636ffc8290787b4e12fe6de02015bcd)) ##### Bug Fixes - create a datastore property to skip insertion if the value is `null` ([#&#8203;3611](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3611)) ([925c0e1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/925c0e17052445e20380cd7ba1d2fc1041a34b91)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.56.0 ([#&#8203;3612](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3612)) ([6cb3e2e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6cb3e2ecd6a0a62c1a39f9f38cb1ecc113133553)) - **deps:** update gapic-generator-java-bom.version to v2.54.0 ([#&#8203;3598](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3598)) ([c6b6e45](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c6b6e457addf5d561287dc8a885d8db5568c94dd)) - **test:** change logback default flush lev ([#&#8203;3627](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3627)) ([#&#8203;3637](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3637)) ([dbe8f95](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/dbe8f959e3cc512a19a7719ef2de4efba1fd6e9c)) ### [`v6.0.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#601-2025-02-24) ##### Bug Fixes - **deps:** update dependency com.google.api:gapic-generator-java-bom to v2.53.0 ([#&#8203;3543](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3543)) ([abaca12](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/abaca12899b2c5ec0aea1a409e199fb169f04888)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.55.0 ([#&#8203;3588](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3588)) ([7dfb676](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7dfb67656b047a85924c42f4314cba5a81a3cfcf)) ##### Dependencies - bump cloud-sql-socket-factory.version from 1.23.0 to 1.23.1 ([#&#8203;3555](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3555)) ([576c8d2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/576c8d294ab91be928a72b0206dfc01e24d3dfed)) - bump com.google.cloud:alloydb-jdbc-connector from 1.1.8 to 1.2.0 ([#&#8203;3552](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3552)) ([c412fac](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c412facefb1ee80b40242501be951faf9c2ae035)) - bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 ([#&#8203;3547](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3547)) ([4a6b7a5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4a6b7a5e781053674d6d9251e3a794ca71d43ec7)) - bump io.opentelemetry:opentelemetry-api from 1.46.0 to 1.47.0 ([#&#8203;3540](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3540)) ([3d4d8c6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3d4d8c6b9bd8253cf9c40724bb98d6fc7fbab5a4)) - bump org.awaitility:awaitility from 4.2.2 to 4.3.0 ([#&#8203;3575](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3575)) ([8087e1e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8087e1e7be46ff6d5c66dfb91b071f878ea5efef)) - bump org.graalvm.buildtools:native-maven-plugin ([#&#8203;3530](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3530)) ([0688e0b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/0688e0b5b47e873238cf0bb42a2f35aece5c4ff0)) - bump org.springframework.boot:spring-boot-starter-parent ([#&#8203;3571](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3571)) ([7ab75a3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7ab75a312bc2eccb5afca923870961b5dae5dd2b)) - bump zipkin-gcp.version from 2.2.6 to 2.3.0 ([#&#8203;3561](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3561)) ([9c08062](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9c080620534fa458ee77466e7fa2d602d0a9068d)) ##### Documentation - add clarification for `spring.cloud.gcp.core.enabled` ([#&#8203;3572](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3572)) ([8af6325](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8af632589c09d7e0029d07a2d4d90882d9567d5d)) - Update README.adoc with latest released versions ([#&#8203;3535](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3535)) ([76101e5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/76101e5c5432093c12af6d40f9bf1582fff70599)) - update secret manager documentation ([#&#8203;3534](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3534)) ([11f862e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/11f862efd1626f4d814533366fd267a9f07d8bb0)) ### [`v6.0.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#600-2025-02-04) ##### ⚠ BREAKING CHANGES - **pubsub:** set default max ack extension period to 60 minutes ([#&#8203;3501](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3501)) - Spring Cloud 2024.0 and Spring Boot 3.4.2 ([#&#8203;3500](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3500)) ##### Features - **pubsub:** set default max ack extension period to 60 minutes ([#&#8203;3501](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3501)) ([9245031](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9245031042054efc2ab52cdffad75298922a5a79)) - Spring Cloud 2024.0 and Spring Boot 3.4.1 ([a72a86b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a72a86b6091ffbc208e2aa4bbb02273b94ae32fc)) - Spring Cloud 2024.0 and Spring Boot 3.4.2 ([#&#8203;3500](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3500)) ([0108054](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/01080543e9133850ecb60d1d41120356a8af18fc)) ##### Bug Fixes - **deps:** update gapic-generator-java-bom.version to v2.52.0 ([#&#8203;3512](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3512)) ([c184e69](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c184e6993898a6f9be8f00a2e6ef5e12deb39bb5)) ##### Dependencies - bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 ([#&#8203;3502](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3502)) ([7760474](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7760474ffd74897bcf67631157a100e2bc329569)) - bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 ([#&#8203;3522](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3522)) ([f54327d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f54327dc20dc3e9019883b37413dbc1f5d76cba3)) - bump org.springframework.boot:spring-boot-starter-parent ([#&#8203;3495](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3495)) ([969c4b6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/969c4b6cb147295d690f3225591b7343713676f2)) ### [`v5.13.11`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.11) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0 ([#&#8203;4325](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4325)) ([2c95bdd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2c95bddb687350edc2ed4d8ed39d8b987f470051)) ### [`v5.13.10`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.10) ##### Dependencies - Update libraries-bom to v26.75.0 ([#&#8203;4298](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4298)) ([7d46646](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/7d466463cbac694b39ad7efca313faf6d343f6a1)) ### [`v5.13.9`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.9) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.74.0 ([#&#8203;4285](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4285)) ([73e69c5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/73e69c5df8b5fa712521b59c74e75d5923ba7f0e)) ### [`v5.13.8`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.8) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.73.0 ([#&#8203;4253](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4253)) ([1fa6992](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1fa6992075f7e3cc8f64391e0d2c334d40482433)) ### [`v5.13.7`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.7) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.71.0 ([#&#8203;4222](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4222)) ([bc769e7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bc769e7bf3004dff0f7dd1010654f5c17fae8e7f)) ### [`v5.13.6`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.6) ##### Dependencies - **5.x:** upgrade libraries-bom 26.70.0 ([#&#8203;4190](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4190)) ([45bfe26](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/45bfe26e7050c6fa6f5957f7076c4cf83900d453)) ### [`v5.13.5`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.5) ##### Dependencies - Update libraries-bom to v26.69.0 ([#&#8203;4163](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4163)) ([40d11c8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/40d11c86135ebd280d16cc0669f50ebe5e394d93)) ### [`v5.13.4`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.4) ##### Dependencies - Update libraries-bom to v26.68.0 ([#&#8203;4138](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4138)) ([3539fee](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/3539feec0b445731a2c6bfbd294fa667f5bd2802)) ### [`v5.13.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.3) ##### Bug Fixes - **pubsub-bus-sample:** use Spring Cloud 2023.x dependencies ([#&#8203;4097](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4097)) ([b3a8be6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b3a8be6e6b3de350b62e8f2c012b8b26d708127e)) ##### Dependencies - Update libraries-bom to v26.67.0 ([#&#8203;4102](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4102)) ([afba3f9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/afba3f980294d351d610e89375f406959cf11bf1)) ### [`v5.13.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.2) ##### Bug Fixes - **spanner:** check for empty before delete ([#&#8203;4047](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4047)) ([#&#8203;4078](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4078)) ([319cf41](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/319cf419ec10a305b87ec0fc770f4798f2020b3d)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0 ([#&#8203;4080](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4080)) ([edd3237](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/edd32371bc5a4f4feb8252fa69fe8d2fb48c9206)) ### [`v5.13.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.1) ##### Bug Fixes - use different channel names in pubsub emulator integration tests ([#&#8203;3878](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3878)) ([#&#8203;3880](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3880)) ([a02615f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a02615f2a8fe8fc046a8ad464010da2f4c6471a8)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.64.0 to 26.65.0 ([#&#8203;4030](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/4030)) ([ebda49d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ebda49dbe1ecbd9ef0395041da6ca74164d100b3)) ### [`v5.13.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.13.0) ##### Features - **5.x:** add and recommend sm@ annotation in secretmanager ([#&#8203;3910](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3910)) ([9fbf636](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9fbf63689ca10401ce55bafb02c4d32ad83d20e0)) ##### Dependencies - **5.x:** update dependency com.google.cloud:libraries-bom to v26.64.0 ([#&#8203;3967](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3967)) ([d431071](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/d431071f4db727500e3ebc4c9c271cc305a6375b)) ### [`v5.12.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.12.3) ##### Dependencies - **5.x:** bump com.google.cloud:libraries-bom from 26.62.0 to 26.63.0 ([#&#8203;3915](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3915)) ([eec26bb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/eec26bb5ddd3be20df70d9ab4f691e9f5b69c5ef)) ### [`v5.12.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.12.2) ##### Bug Fixes - make mock blobs created only once ([#&#8203;3850](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3850)) ([#&#8203;3858](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3858)) ([e9eadc3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e9eadc326902c7f5788af73ac086e6c5de00158c)) - mock OffsetDateTime (5.x) ([#&#8203;3847](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3847)) ([d4839a9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/d4839a93d05e335f906c37d9029429d2d7e8d3c9)) - **test:** swap image used in VisionApiSampleApplicationIntegrationTests ([#&#8203;3873](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3873)) ([87c3ed1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/87c3ed1e5c60379e2a674627acede935581f4b00)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.61.0 to 26.62.0 ([#&#8203;3864](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3864)) ([266b5bb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/266b5bb5cc405c62976029270fcdd1179b68fd33)) ### [`v5.12.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.12.1) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.61.0 ([#&#8203;3805](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3805)) ([c6139aa](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c6139aa13126558e8681ce8b4fa7ce0483e9eaa2)) ### [`v5.12.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.12.0) ##### Features - **spanner:** support Interval and UUID types. ([92b07de](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/92b07dede7e1531c6e7fd5b63b7edad28cdbfd60)) ##### Bug Fixes - producer destination: ensure topic exists or create one, only if auto create resource is true ([#&#8203;3717](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3717)) ([#&#8203;3740](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3740)) ([c705bed](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c705bedea973c5042d4fef1bcc8cbdef8d44d87b)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.57.0 to 26.60.0 ([92b07de](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/92b07dede7e1531c6e7fd5b63b7edad28cdbfd60)) ### [`v5.11.3`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.11.3) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.54.0 to 26.57.0 ([#&#8203;3616](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3616)) ([5783f2a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/5783f2a7fa5a15650b24d0c906497595e8b78a22)) ### [`v5.11.2`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.11.2) ##### Bug Fixes - **test:** change logback default flush lev ([#&#8203;3627](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3627)) ([1cff867](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1cff8677cc3df8195fb26b794afa3f1a839d6f8a)) ##### Dependencies - update libraries-bom to 26.56.0 ([#&#8203;3626](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3626)) ([02e55e0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/02e55e0f9fd420383761fa51b60151a25b8dd494)) ### [`v5.11.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.11.1) ##### Dependencies - bump cloud-sql-socket-factory.version from 1.23.0 to 1.23.1 ([#&#8203;3558](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3558)) ([cbad094](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cbad0942ba51c73c28615da71528f215e9c3cec0)) - bump com.google.cloud:alloydb-jdbc-connector from 1.1.8 to 1.2.0 ([#&#8203;3551](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3551)) ([30dea6f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/30dea6f31f06395f1b7cb2b861cdb64b1c9430e4)) - bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 ([#&#8203;3546](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3546)) ([418f373](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/418f3732fb97999957085ab629a91a93859a0e5e)) - bump io.opentelemetry:opentelemetry-api from 1.46.0 to 1.47.0 ([#&#8203;3541](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3541)) ([b65245c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b65245c252c4846905620f5250c65baff990f5d0)) - bump org.graalvm.buildtools:native-maven-plugin ([#&#8203;3531](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3531)) ([a9315a4](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a9315a475f4c33222114f3bca8803963274ae7d3)) - bump org.springframework.boot:spring-boot-starter-parent ([#&#8203;3569](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3569)) ([1a7e902](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1a7e90252c1985b392d03c8d86c62d0c5cf637eb)) - bump spring-boot-dependencies.version from 3.3.8 to 3.3.9 ([#&#8203;3568](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3568)) ([8c92449](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8c9244939c5071d2f76beba485718265181305da)) - bump zipkin-gcp.version from 2.2.6 to 2.3.0 ([#&#8203;3563](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3563)) ([a367f5a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a367f5a513ab41afbbb78a14923d28dace8af09d)) ### [`v5.11.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases/tag/v5.11.0) ##### Features - Spring Cloud 2024.0 and Spring Boot 3.4.1 ([a72a86b](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a72a86b6091ffbc208e2aa4bbb02273b94ae32fc)) ##### Dependencies - bump cloud-sql-socket-factory.version from 1.21.2 to 1.23.0 ([#&#8203;3507](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3507)) ([002dcf8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/002dcf80ecb8f4522dcd660e3e08c8988ce650e7)) - bump com.google.cloud:libraries-bom from 26.53.0 to 26.54.0 ([#&#8203;3523](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3523)) ([509882e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/509882eed311883546b39d1ae65e0a322acd6a73)) - bump org.springframework.boot:spring-boot-starter-parent ([#&#8203;3509](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3509)) ([8044d49](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8044d496ad1981ca89a999e9f8c17cfb577289ef)) - bump spring-boot-dependencies.version from 3.3.4 to 3.3.8 ([#&#8203;3508](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3508)) ([9a025be](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9a025bec8db0b9435e2bbb5c29110224308ee4fe)) ### [`v5.10.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#5100-2025-01-15) ##### Features - log stacktrace ([#&#8203;3418](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3418)) ([cebcbed](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/cebcbed7d98f3965f0283b04663e11411cec53b4)) ##### Bug Fixes - **deps:** update cloud-sql-socket-factory.version to v1.21.2 ([#&#8203;3451](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3451)) ([d227783](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/d22778372ecf4c4f3487cd6cd581c167420765f2)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.52.0 ([#&#8203;3421](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3421)) ([5c74e41](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/5c74e410a92b40ebf51f76ad9e3bea4091af3f20)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.53.0 ([#&#8203;3471](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3471)) ([5d2615f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/5d2615fa02f540570e5e0004203c53552fed8460)) - **deps:** update dependency commons-io:commons-io to v2.18.0 ([#&#8203;3455](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3455)) ([5371117](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/5371117849e36c2ae4e330006790045824fbe6a0)) - **deps:** update gapic-generator-java-bom.version to v2.51.0 ([#&#8203;3422](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3422)) ([aae9f99](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/aae9f994697dd4ef22064c50d2461be9bb5dd5be)) - **deps:** update gapic-generator-java-bom.version to v2.51.1 ([#&#8203;3452](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3452)) ([e653ab1](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e653ab1ce8abd74526e2212980cbde7b226ed663)) - **deps:** update zipkin-gcp.version to v2.2.6 ([#&#8203;3453](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3453)) ([ce5d9eb](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ce5d9eb836e718e6e615486b74c42f0d3b249008)) - increase default pubsub health indicator timeout from 2000ms to 5000ms ([#&#8203;3400](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3400)) ([b67caa9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b67caa9953e574cee3d99909047dc4ac9ac8d518)) ##### Dependencies - bump com.google.cloud:alloydb-jdbc-connector from 1.1.6 to 1.1.8 ([#&#8203;3414](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3414)) ([283b1fa](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/283b1fa5f49afb34abb8cd402e02629f5f99bd4b)) - bump io.micrometer:micrometer-tracing-bom from 1.3.5 to 1.4.2 ([#&#8203;3446](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3446)) ([ce85135](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/ce85135f846f33c0cf3c44b2c57d88f93dccc1bb)) - bump io.opentelemetry:opentelemetry-api from 1.43.0 to 1.46.0 ([#&#8203;3442](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3442)) ([4e2b9bc](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4e2b9bccadc17aa4a7e57ce63eedad8e49d067ef)) - bump org.apache.maven.plugins:maven-checkstyle-plugin ([#&#8203;3344](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3344)) ([324efdf](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/324efdf0e5c43527ee0c4a4bee8738292a46ea52)) - bump org.apache.maven.plugins:maven-javadoc-plugin ([#&#8203;3409](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3409)) ([985031e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/985031eda2b7385975449e98547cb84d0c3823cd)) - bump org.graalvm.buildtools:native-maven-plugin ([#&#8203;3464](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3464)) ([e3dee62](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e3dee62bec46cbb8e79b6c1ab6ac91bf7e9f979a)) - bump org.springframework.cloud:spring-cloud-dependencies ([#&#8203;3463](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3463)) ([86d61ad](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/86d61ade69a4ff2c7a95ccac386ab61f4c7ebbd1)) - bump spring-cloud-config.version from 4.1.3 to 4.2.0 ([#&#8203;3461](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3461)) ([9ee363e](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9ee363eadece6174c3a0e4c449f985b4e129fc93)) ##### Documentation - fix references about other integrations in spanner doc ([#&#8203;3413](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3413)) ([1e99a52](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/1e99a52cb1194d1d1d3b6f2eb886c6130fa1a58b)) ### [`v5.9.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#590-2024-12-06) ##### Features - Add all additional Cloud SQL Java Connector parameters to the spring configuration. ([#&#8203;3286](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3286)) ([f2212d3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f2212d3944f13a46a6eea496c16e922a0c8fab56)) - add property to customize universe domain in Pub/Sub ([#&#8203;3348](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3348)) ([9cf2145](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9cf214507a7ce47613443e55ae7f010d7f0e5ed9)) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.51.0 ([#&#8203;3350](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3350)) ([a270a7d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a270a7de48a5214cd61c10e7915b4bd46ba1b050)) - include limit in query for findFirst and findTop support in Firestore ([#&#8203;3387](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3387)) ([9fe8e91](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9fe8e9128c89d22755f648fd185c9140f1de3a2d)) - migrate logic to create tmpdir to build script ([#&#8203;3367](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3367)) ([a12638c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a12638ce18725fb91319581571affd378d7241ad)) - need to update to use new trampoline\_release.py script as well as update to configure docker auth with new image ([#&#8203;3356](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3356)) ([b5ace26](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b5ace263651d8ccfd9078da1fa792ab54931f8a4)) - sonar build 401 issue ([#&#8203;3381](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3381)) ([fa53707](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/fa53707893c40c413fc23c30f0391d03fb4e45fa)) ### [`v5.8.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#580-2024-10-23) ##### Features - add properties to customize universe-domain and host in Storage ([#&#8203;3287](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3287)) ([f5879d9](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f5879d92d81d5b480d2c402bd2e9e792832ebca3)) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.49.0 ([e838c64](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e838c646af98792dfaa48374b3d4c76156c695d7)) - **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.43.0 ([#&#8203;3298](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3298)) ([964756c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/964756c23fabda0f0cc52e03c52ef615b7bf48fb)) - **test:** add mock method to mock credentials. ([e838c64](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e838c646af98792dfaa48374b3d4c76156c695d7)) ##### Dependencies - bump com.google.errorprone:error\_prone\_core from 2.33.0 to 2.34.0 ([#&#8203;3319](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3319)) ([6a91c0d](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6a91c0d9fc7a52b9f1c8eb460a21bac09727cc8f)) - bump io.micrometer:micrometer-tracing-bom from 1.3.4 to 1.3.5 ([#&#8203;3302](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3302)) ([8ab63c8](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8ab63c8d72f4f30c2e378eb38f0001074f441e2f)) - bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1.43.0 ([#&#8203;3299](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3299)) ([eea8e28](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/eea8e2814dc73dbd8d7cca17f531c2632cfcc269)) - bump org.postgresql:r2dbc-postgresql ([#&#8203;3310](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3310)) ([40b8b2a](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/40b8b2adad2e957216d95a409c0a4a5fb838f452)) ### [`v5.7.0`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#570-2024-10-03) ##### Features - add properties to set universe domain and endpoint in bigquery ([#&#8203;3158](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3158)) ([9b3c780](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9b3c780b45f5b5d6317a30e62ff7ec028982578e)) ##### Bug Fixes - **deps:** update cloud-sql-socket-factory.version to v1.21.0 ([#&#8203;3270](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3270)) ([fdd8957](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/fdd8957bcad3281ed86468af9a4df2fc1aeedf78)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.48.0 ([#&#8203;3271](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3271)) ([2d65a64](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2d65a6403080e1cb853b8fe0c4b2ac4c507ae048)) - set `maxInboundMetadataSize` in pubsub ([#&#8203;3157](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3157)) ([f333e41](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f333e41987a8db51ba35ad0728216b0adbffbdc9)) ##### Dependencies - bump cloud-sql-socket-factory.version from 1.20.0 to 1.20.1 ([#&#8203;3191](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3191)) ([16518c6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/16518c6529400bacf6f8e256257fd50b5b9481ae)) - bump com.google.cloud:alloydb-jdbc-connector from 1.1.5 to 1.1.6 ([#&#8203;3206](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3206)) ([6e2b0e3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6e2b0e357a07c39e54b51515ca15122733f68ace)) - bump com.google.errorprone:error\_prone\_core from 2.30.0 to 2.33.0 ([#&#8203;3265](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3265)) ([e462698](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e4626989b49b99247fb147c9d3e067f9c6f1f2cb)) - bump commons-io:commons-io from 2.16.1 to 2.17.0 ([#&#8203;3253](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3253)) ([97af1d0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/97af1d083943a8cdafdd57d19858580ab9ce38be)) - bump io.micrometer:micrometer-tracing-bom from 1.3.3 to 1.3.4 ([#&#8203;3201](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3201)) ([4437d65](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4437d65801c252ea97eba634a91d7fc983a44e0c)) - bump io.opentelemetry:opentelemetry-api from 1.41.0 to 1.42.1 ([#&#8203;3207](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3207)) ([b43e8e7](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b43e8e7c531252d2f520f0f192e67ced917112af)) - bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 ([#&#8203;3261](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3261)) ([e3da8fe](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e3da8fe3d8458e37a87af0ba8219922400b4c426)) - bump org.graalvm.buildtools:native-maven-plugin ([#&#8203;3208](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3208)) ([faa4ef5](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/faa4ef5cd3f921e9a8943f0971c44a2ec4f7f0b2)) - bump org.springframework.boot:spring-boot-starter-parent ([#&#8203;3259](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3259)) ([b8ae0f0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b8ae0f03d29cbdbbb944679df42ff99fd2233ad8)) - bump spring-boot-dependencies.version from 3.3.3 to 3.3.4 ([#&#8203;3242](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3242)) ([af60cab](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/af60cab5adcc42aa4fa1d2bb72cfaee2c9718e73)) - bump zipkin-gcp.version from 2.2.4 to 2.2.5 ([#&#8203;3189](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3189)) ([4718eaf](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/4718eaf0f09e979a460daf3988fae26b90632b4d)) ##### Documentation - Update README links ([#&#8203;3246](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3246)) ([bfc0fbd](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/bfc0fbd57e4e65dbf933f72aee01f6e82d7b800c)) ### [`v5.6.1`](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#561-2024-09-20) ##### Bug Fixes - add credential runtime hint for graalvm compilation ([#&#8203;3200](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3200)) ([f7fc095](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f7fc095a55966a910693718deaa74d9bd2a0d2f8)) - added native image class initialization workaround to storage samples ([#&#8203;3195](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3195)) ([84e4fc4](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/84e4fc413af018e9c707c1b65e6f6619ac44d731)) - **dep:** update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows ([#&#8203;3204](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3204)) ([2f0f275](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/2f0f275253c0c596cfa1c09b1b4db5d5626aa6d2)) - Descendants entities losing database ID from parent ([#&#8203;3142](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3142)) ([#&#8203;3156](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3156)) ([02a1e65](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/02a1e65a4bd5c33039d4ee438591fc3632bb0c1f)) - handle null primary keys between parent and child objects ([#&#8203;3179](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3179)) ([42c69b6](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/42c69b6298ea06b8043811b4048eaf9a6b9cba19)) ##### Dependencies - bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 ([#&#8203;3225](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3225)) ([c56409f](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/c56409f5d02e99534bddd21b80b8dd9f8608b40d)) ##### Documentation - Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 ([#&#8203;3194](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3194)) ([96709b2](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/96709b292ccd383475365c9f1d780a1cd654eea2)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
mars3142 added 1 commit 2026-04-19 20:24:40 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-springcloudgcpversion:renovate/major-springcloudgcpversion
git checkout renovate/major-springcloudgcpversion
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: firmware-hub/google-service#10