Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-spring-cloud
Open

Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025#9
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-spring-cloud

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 14, 2023

This PR contains the following updates:

Package Change Age Confidence
org.springframework.cloud:spring-cloud-dependencies (source) 2021.0.7 -> 2025.1.0 age confidence

Release Notes

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

v2025.1.0

v2025.0.0: 2025.0.0

Compare Source

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: spring-cloud/spring-cloud-release@v2024.0.0...v2025.0.0

v2024.0.2

Compare Source

v2024.0.1

v2024.0.0: 2024.0.0

What's Changed

New Contributors

Full Changelog: spring-cloud/spring-cloud-release@v2023.0.3...v2024.0.0

v2023.0.6

v2023.0.5

v2023.0.4: 2023.0.4

Full Changelog: spring-cloud/spring-cloud-release@v2023.0.3...v2023.0.4

v2023.0.3

Compare Source

Full Changelog: spring-cloud/spring-cloud-release@v2023.0.2...v2023.0.3

Module Version Issues
Spring Cloud Vault 4.1.3
Spring Cloud Bus 4.1.2
Spring Cloud Zookeeper 4.1.2
Spring Cloud Kubernetes 3.1.3 (issues)
Spring Cloud Task 3.1.2 (issues)
Spring Cloud Function 4.1.3 (issues)
Spring Cloud Commons 4.1.4 (issues)
Spring Cloud OpenFeign 4.1.3 (issues)
Spring Cloud CircuitBreaker 3.1.2 (issues)
Spring Cloud Starter Build 2023.0.3
Spring Cloud Stream 4.1.3
Spring Cloud Gateway 4.1.5 (issues)
Spring Cloud Consul 4.1.2
Spring Cloud Contract 4.1.4 (issues)
Spring Cloud Config 4.1.3 (issues)
Spring Cloud Build 4.1.3
Spring Cloud Netflix 4.1.3 (issues)

v2023.0.2

Compare Source

Module Version Issues
Spring Cloud Vault 4.1.2 (issues)
Spring Cloud Kubernetes 3.1.2 (issues)
Spring Cloud Function 4.1.2 (issues)
Spring Cloud Commons 4.1.3 (issues)
Spring Cloud Openfeign 4.1.2 (issues)
Spring Cloud Starter Build 2023.0.2 (issues)
Spring Cloud Stream 4.1.2 (issues)
Spring Cloud Gateway 4.1.4 (issues)
Spring Cloud Contract 4.1.3 (issues)
Spring Cloud Config 4.1.2 (issues)
Spring Cloud Build 4.1.2 (issues)
Spring Cloud Netflix 4.1.2 (issues)

v2023.0.1

Compare Source

Module Version Issues
Spring Cloud Vault 4.1.1 (issues)
Spring Cloud Bus 4.1.1 (issues)
Spring Cloud Zookeeper 4.1.1 (issues)
Spring Cloud Kubernetes 3.1.1 (issues)
Spring Cloud Task 3.1.1 (issues)
Spring Cloud Function 4.1.1 (issues)
Spring Cloud Commons 4.1.2 (issues)
Spring Cloud Openfeign 4.1.1 (issues)
Spring Cloud Circuitbreaker 3.1.1 (issues)
Spring Cloud Starter Build 2023.0.1 (issues)
Spring Cloud Stream 4.1.1 (issues)
Spring Cloud Gateway 4.1.2 (issues)
Spring Cloud Consul 4.1.1 (issues)
Spring Cloud Contract 4.1.2 (issues)
Spring Cloud Config 4.1.1 (issues)
Spring Cloud Build 4.1.1 (issues)
Spring Cloud Netflix 4.1.1 (issues)

v2023.0.0: 2023.0.0

Compare Source

What's Changed

  • Spring Cloud Function 4.1.0 (issues)
  • Spring Cloud Vault 4.1.0 (issues)
  • Spring Cloud Zookeeper 4.1.0 (issues)
  • Spring Cloud Circuitbreaker 3.1.0 (issues)
  • Spring Cloud Task 3.1.0 (issues)
  • Spring Cloud Kubernetes 3.1.0 (issues)
  • Spring Cloud Starter Build 2023.0.0 (issues)
  • Spring Cloud Openfeign 4.1.0 (issues)
  • Spring Cloud Bus 4.1.0 (issues)
  • Spring Cloud Stream 4.1.0 (issues)
  • Spring Cloud Commons 4.1.0 (issues)
  • Spring Cloud Contract 4.1.0 (issues)
  • Spring Cloud Netflix 4.1.0 (issues)
  • Spring Cloud Consul 4.1.0 (issues)
  • Spring Cloud Config 4.1.0 (issues)
  • Spring Cloud Build 4.1.0 (issues)
  • Spring Cloud Gateway 4.1.0 (issues)

v2022.0.5

Compare Source

v2022.0.4

Compare Source

v2022.0.3: 2022.0.3

Compare Source

⭐ Releases

  • spring-cloud-build 4.0.3
  • spring-cloud-bus 4.0.1
  • spring-cloud-circuitbreaker 3.0.2
  • spring-cloud-commons 4.0.3
  • spring-cloud-config 4.0.3
  • spring-cloud-consul 4.0.2
  • spring-cloud-contract 4.0.3
  • spring-cloud-function 4.0.3
  • spring-cloud-gateway 4.0.6
  • spring-cloud-kubernetes 3.0.3
  • spring-cloud-netflix 4.0.2
  • spring-cloud-openfeign 4.0.3
  • spring-cloud-stream 4.0.3
  • spring-cloud-task 3.0.3
  • spring-cloud-vault 4.0.1
  • spring-cloud-zookeeper 4.0.0

v2022.0.2

Compare Source

v2022.0.1

Compare Source

v2022.0.0

Compare Source

v2021.0.9

v2021.0.8: 2021.0.8

⭐ Releases

  • spring-cloud-build 3.1.8
  • spring-cloud-bus 3.1.2
  • spring-cloud-circuitbreaker 2.1.7
  • spring-cloud-cli 3.1.1
  • spring-cloud-cloudfoundry 3.1.3
  • spring-cloud-commons 3.1.7
  • spring-cloud-config 3.1.8
  • spring-cloud-consul 3.1.4
  • spring-cloud-contract 3.1.8
  • spring-cloud-function 3.2.11
  • spring-cloud-gateway 3.1.8
  • spring-cloud-kubernetes 2.1.8
  • spring-cloud-netflix 3.1.7
  • spring-cloud-openfeign 3.1.8
  • spring-cloud-sleuth 3.1.9
  • spring-cloud-stream 3.2.9
  • spring-cloud-task 2.4.6
  • spring-cloud-vault 3.1.3
  • spring-cloud-zookeeper 3.1.4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 2c51bd0 to d397ae1 Compare June 19, 2023 07:07
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch 8 times, most recently from b01ba47 to f838c6a Compare July 5, 2023 11:21
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from f838c6a to dc4cbce Compare July 10, 2023 12:41
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from dc4cbce to 12715f3 Compare July 28, 2023 02:04
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch 3 times, most recently from 41b3e25 to a7c5205 Compare August 5, 2023 02:26
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch 3 times, most recently from 7374538 to 3fd62d3 Compare August 24, 2023 10:59
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch 2 times, most recently from 1ee7a39 to 348143b Compare September 13, 2023 08:16
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch 2 times, most recently from 42f068e to 8fcbd86 Compare October 4, 2023 13:07
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 8fcbd86 to 507cb2b Compare October 13, 2023 08:19
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 507cb2b to f4b3b45 Compare December 7, 2023 08:25
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from f4b3b45 to 93a8d5c Compare March 28, 2024 23:52
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 93a8d5c to 945b186 Compare April 26, 2024 09:00
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 945b186 to 72fba54 Compare May 31, 2024 17:44
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 72fba54 to ab4d4d2 Compare July 11, 2024 23:54
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from ab4d4d2 to e8c1f59 Compare November 5, 2024 12:29
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from e8c1f59 to 6f13209 Compare November 28, 2024 05:56
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from 6f13209 to bedd8e2 Compare December 4, 2024 02:40
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from bedd8e2 to f760c0f Compare March 20, 2025 03:41
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from f760c0f to d857cfb Compare May 31, 2025 08:19
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025 May 31, 2025
@renovate renovate bot force-pushed the renovate/major-spring-cloud branch from d857cfb to 458d74a Compare November 25, 2025 23:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants