Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025 #9

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

This PR contains the following updates:

Package Type Update Change
org.springframework.cloud:spring-cloud-dependencies (source) dependencies major 2024.0.02025.1.1

Release Notes

spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies)

v2025.1.1

What's Changed

Full Changelog: https://github.com/spring-cloud/spring-cloud-release/compare/v2025.1.0...v2025.1.1

v2025.0.0: 2025.0.0

Breaking Changes

Spring Cloud Gateway
  • New Module and Starter names have been created, and the old names are deprecated. The new and deprecated artifacts are listed in the table below #​3645. These new names clarify the two styles of gateway (server or proxy exchange) as well as the two web stacks from Spring Framework (Web MCV and WebFlux). Use of the deprecated artifacts will add a warning message in the logs.
Deprecated Artifact New Artifact
spring-cloud-gateway-server spring-cloud-gateway-server-webflux
spring-cloud-gateway-server-mvc spring-cloud-gateway-server-webmvc
spring-cloud-starter-gateway-server spring-cloud-starter-gateway-server-webflux
spring-cloud-starter-gateway-server-mvc spring-cloud-starter-gateway-server-webmvc
spring-cloud-gateway-mvc spring-cloud-gateway-proxyexchange-webmvc
spring-cloud-gateway-webflux spring-cloud-gateway-proxyexchange-webflux
  • Migration to new property prefixes to match the new module names: #​3361, #​3362, #​3363, #​3647. Use spring-boot-properties-migrator to support the deprecated prefixes. The table below lists the module or starter, its old prefix, and the new replacement prefix.
Module/Starter Deprecated prefix New prefix
spring-cloud-starter-gateway-server-webflux spring.cloud.gateway.* spring.cloud.gateway.server.webflux.*
spring-cloud-starter-gateway-server-webmvc spring.cloud.gateway.mvc.* spring.cloud.gateway.server.webmvc.*
spring-cloud-gateway-proxyexchange-webflux spring.cloud.gateway.proxy.* spring.cloud.gateway.proxy-exchange.webflux.*
spring-cloud-gateway-proxyexchange-webmvc spring.cloud.gateway.proxy.* spring.cloud.gateway.proxy-exchange.webmvc.*
  • The X-Forwarded-* and Forwarded header functionality will be disabled by default with the fix versions. If you require X-Forwarded-* or Forwarded header functionality, set spring.cloud.gateway.server.webflux.trusted-proxies to a Java Regular Expression that specifies the proxies whose headers you trust. If you are using Spring Cloud Gateway Server MVC (only available from 4.1.x onward) set spring.cloud.gateway.mvc.trusted-proxies. For example for Spring Cloud Gateway Server:
spring.cloud.gateway.server.webflux.trusted-proxies=10\.0\.0\..*

For example, for Spring Cloud Gateway Server WebMVC:

spring.cloud.gateway.server.webmvc.trusted-proxies=10\.0\.0\..*
Spring Cloud Kubernetes
  • Upgrade To Fabric8 7.3.1 from 6.13.x. This is necessary due to the use of Jackson 2.19.x in Spring Boot 3.5.0.
    There is precedence in upgrading a major dependency in a minor with Spring Data and database drivers. #​1923.

2025-05-29

  • Spring Cloud Starter Build 2025.0.0 (issues)
  • Spring Cloud Vault 4.3.0 (issues)
  • Spring Cloud Bus 4.3.0 (issues)
  • Spring Cloud Task 3.3.0 (issues)
  • Spring Cloud Zookeeper 4.3.0 (issues)
  • Spring Cloud Kubernetes 3.3.0 (issues)
  • Spring Cloud Function 4.3.0 (issues)
  • Spring Cloud Commons 4.3.0 (issues)
  • Spring Cloud Circuitbreaker 3.3.0 (issues)
  • Spring Cloud Openfeign 4.3.0 (issues)
  • Spring Cloud Stream 4.3.0 (issues)
  • Spring Cloud Consul 4.3.0 (issues)
  • Spring Cloud Gateway 4.3.0 (issues)
  • Spring Cloud Contract 4.3.0 (issues)
  • Spring Cloud Config 4.3.0 (issues)
  • Spring Cloud Build 4.3.0 (issues)
  • Spring Cloud Netflix 4.3.0 (issues)

Full Changelog: https://github.com/spring-cloud/spring-cloud-release/compare/v2024.0.0...v2025.0.0


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 | |---|---|---|---| | [org.springframework.cloud:spring-cloud-dependencies](https://spring.io/projects/spring-cloud) ([source](https://github.com/spring-cloud/spring-cloud-release)) | dependencies | major | `2024.0.0` → `2025.1.1` | --- ### Release Notes <details> <summary>spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies)</summary> ### [`v2025.1.1`](https://github.com/spring-cloud/spring-cloud-release/releases/tag/v2025.1.1) #### What's Changed - Bump antora from 3.2.0-alpha.10 to 3.2.0-alpha.11 in /docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;447](https://github.com/spring-cloud/spring-cloud-release/pull/447) - Bump org.springframework.cloud:spring-cloud-contract-dependencies from 5.0.1-SNAPSHOT to 5.0.2-SNAPSHOT by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;454](https://github.com/spring-cloud/spring-cloud-release/pull/454) - Bump org.springframework.cloud:spring-cloud-contract-dependencies from 5.0.1-SNAPSHOT to 5.0.2-SNAPSHOT by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;453](https://github.com/spring-cloud/spring-cloud-release/pull/453) - Bump actions/cache from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;456](https://github.com/spring-cloud/spring-cloud-release/pull/456) - Bump org.apache.maven:maven-model from 3.9.11 to 3.9.12 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;461](https://github.com/spring-cloud/spring-cloud-release/pull/461) - Bump org.apache.maven:maven-model from 3.9.11 to 3.9.12 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;460](https://github.com/spring-cloud/spring-cloud-release/pull/460) **Full Changelog**: <https://github.com/spring-cloud/spring-cloud-release/compare/v2025.1.0...v2025.1.1> ### [`v2025.0.0`](https://github.com/spring-cloud/spring-cloud-release/releases/tag/v2025.0.0): 2025.0.0 #### Breaking Changes ##### Spring Cloud Gateway - New Module and Starter names have been created, and the old names are deprecated. The new and deprecated artifacts are listed in the table below [#&#8203;3645](https://github.com/spring-cloud/spring-cloud-gateway/pull/3645). These new names clarify the two styles of gateway (server or proxy exchange) as well as the two web stacks from Spring Framework (Web MCV and WebFlux). Use of the deprecated artifacts will add a warning message in the logs. | Deprecated Artifact | New Artifact | | --------------------------------------- | ------------------------------------------- | | spring-cloud-gateway-server | spring-cloud-gateway-server-webflux | | spring-cloud-gateway-server-mvc | spring-cloud-gateway-server-webmvc | | spring-cloud-starter-gateway-server | spring-cloud-starter-gateway-server-webflux | | spring-cloud-starter-gateway-server-mvc | spring-cloud-starter-gateway-server-webmvc | | spring-cloud-gateway-mvc | spring-cloud-gateway-proxyexchange-webmvc | | spring-cloud-gateway-webflux | spring-cloud-gateway-proxyexchange-webflux | - Migration to new property prefixes to match the new module names: [#&#8203;3361](https://github.com/spring-cloud/spring-cloud-gateway/issues/3361), [#&#8203;3362](https://github.com/spring-cloud/spring-cloud-gateway/issues/3362), [#&#8203;3363](https://github.com/spring-cloud/spring-cloud-gateway/issues/3363), [#&#8203;3647](https://github.com/spring-cloud/spring-cloud-gateway/issues/3647). Use `spring-boot-properties-migrator` to support the deprecated prefixes. The table below lists the module or starter, its old prefix, and the new replacement prefix. | Module/Starter | Deprecated prefix | New prefix | | ------------------------------------------- | ----------------------------- | ---------------------------------------------- | | spring-cloud-starter-gateway-server-webflux | spring.cloud.gateway.\* | spring.cloud.gateway.server.webflux.\* | | spring-cloud-starter-gateway-server-webmvc | spring.cloud.gateway.mvc.\* | spring.cloud.gateway.server.webmvc.\* | | spring-cloud-gateway-proxyexchange-webflux | spring.cloud.gateway.proxy.\* | spring.cloud.gateway.proxy-exchange.webflux.\* | | spring-cloud-gateway-proxyexchange-webmvc | spring.cloud.gateway.proxy.\* | spring.cloud.gateway.proxy-exchange.webmvc.\* | - The `X-Forwarded-*` and `Forwarded` header functionality will be disabled by default with the fix versions. If you require `X-Forwarded-*` or `Forwarded` header functionality, set `spring.cloud.gateway.server.webflux.trusted-proxies` to a Java Regular Expression that specifies the proxies whose headers you trust. If you are using Spring Cloud Gateway Server MVC (only available from 4.1.x onward) set `spring.cloud.gateway.mvc.trusted-proxies`. For example for Spring Cloud Gateway Server: ```properties spring.cloud.gateway.server.webflux.trusted-proxies=10\.0\.0\..* ``` For example, for Spring Cloud Gateway Server WebMVC: ```properties spring.cloud.gateway.server.webmvc.trusted-proxies=10\.0\.0\..* ``` ##### Spring Cloud Kubernetes - Upgrade To Fabric8 7.3.1 from 6.13.x. This is necessary due to the use of Jackson 2.19.x in Spring Boot 3.5.0. There is precedence in upgrading a major dependency in a minor with Spring Data and database drivers. [#&#8203;1923](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/1923). 2025-05-29 - Spring Cloud Starter Build `2025.0.0` ([issues](https://github.com/spring-cloud/spring-cloud-starter-build/releases/tag/v2025.0.0)) - Spring Cloud Vault `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-vault/releases/tag/v4.3.0)) - Spring Cloud Bus `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-bus/releases/tag/v4.3.0)) - Spring Cloud Task `3.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-task/releases/tag/v3.3.0)) - Spring Cloud Zookeeper `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-zookeeper/releases/tag/v4.3.0)) - Spring Cloud Kubernetes `3.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-kubernetes/releases/tag/v3.3.0)) - Spring Cloud Function `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-function/releases/tag/v4.3.0)) - Spring Cloud Commons `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-commons/releases/tag/v4.3.0)) - Spring Cloud Circuitbreaker `3.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-circuitbreaker/releases/tag/v3.3.0)) - Spring Cloud Openfeign `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-openfeign/releases/tag/v4.3.0)) - Spring Cloud Stream `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-stream/releases/tag/v4.3.0)) - Spring Cloud Consul `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-consul/releases/tag/v4.3.0)) - Spring Cloud Gateway `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-gateway/releases/tag/v4.3.0)) - Spring Cloud Contract `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-contract/releases/tag/v4.3.0)) - Spring Cloud Config `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-config/releases/tag/v4.3.0)) - Spring Cloud Build `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-build/releases/tag/v4.3.0)) - Spring Cloud Netflix `4.3.0` ([issues](https://github.com/spring-cloud/spring-cloud-netflix/releases/tag/v4.3.0)) **Full Changelog**: <https://github.com/spring-cloud/spring-cloud-release/compare/v2024.0.0...v2025.0.0> </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 16:04:51 +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-springcloudversion:renovate/major-springcloudversion
git checkout renovate/major-springcloudversion
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/config-service#9