Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Dec 22, 2020

This PR contains the following updates:

Package Change Age Confidence
org.springframework.cloud:spring-cloud-dependencies (source) Hoxton.SR92025.1.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2025.1.1

Compare Source

What's Changed

Full Changelog: spring-cloud/spring-cloud-release@v2025.1.0...v2025.1.1

v2025.1.0

Compare Source

v2025.0.2

Compare Source

v2025.0.1

Compare Source

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.3

Compare Source

v2024.0.2

Compare Source

v2024.0.1

Compare Source

v2024.0.0: 2024.0.0

Compare Source

What's Changed

New Contributors

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

v2023.0.6

Compare Source

v2023.0.5

Compare Source

v2023.0.4: 2023.0.4

Compare Source

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

v2023.0.3

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

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

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

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

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

Compare Source

v2021.0.8: 2021.0.8

Compare Source

⭐ 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

v2021.0.7

Compare Source

v2021.0.6

Compare Source

v2021.0.5

Compare Source

v2021.0.4

Compare Source

v2021.0.3

Compare Source

v2021.0.2

Compare Source

v2021.0.1

Compare Source

v2021.0.0

Compare Source

v2020.0.6

Compare Source

v2020.0.5

Compare Source

v2020.0.4

Compare Source

v2020.0.3

Compare Source

v2020.0.2

Compare Source

v2020.0.1

Compare Source


Configuration

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

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

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/spring-cloud branch from 10599d0 to d7cb7c4 Compare February 1, 2021 08:57
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.0 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.1 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/spring-cloud branch from d7cb7c4 to 5bcd878 Compare April 26, 2021 15:23
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.1 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 5bcd878 to 5027bfa Compare June 6, 2021 19:20
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.2 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.3 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 5027bfa to 6376b90 Compare October 18, 2021 22:18
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.3 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 6376b90 to 418d0f2 Compare March 7, 2022 09:09
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.4 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.1 Mar 7, 2022
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.1 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.2 May 15, 2022
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 418d0f2 to 7458178 Compare May 15, 2022 19:14
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 7458178 to 61ba989 Compare June 18, 2022 20:39
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.2 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.3 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 61ba989 to bee850f Compare September 25, 2022 15:25
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.3 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/spring-cloud branch from bee850f to a833818 Compare November 20, 2022 16:03
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.4 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.5 Nov 20, 2022
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2021.0.5 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/spring-cloud branch from a833818 to f9a7fc4 Compare March 16, 2023 16:08
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.1 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.2 Mar 29, 2023
@renovate renovate bot force-pushed the renovate/spring-cloud branch from f9a7fc4 to 1bf5eec Compare March 29, 2023 22:52
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.2 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.3 May 28, 2023
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 1bf5eec to ec78ceb Compare May 28, 2023 10:09
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.3 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.4 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/spring-cloud branch from ec78ceb to 5f17bee Compare July 28, 2023 02:01
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.4 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 5f17bee to 12f14d1 Compare December 6, 2023 21:36
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 12f14d1 to 1fc198a Compare March 27, 2024 20:10
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.0 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 1fc198a to d7d7e6e Compare May 30, 2024 19:31
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.1 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.2 May 30, 2024
@renovate renovate bot force-pushed the renovate/spring-cloud branch from d7d7e6e to b305b60 Compare July 10, 2024 21:19
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.2 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.3 Jul 10, 2024
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.3 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.4 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/spring-cloud branch 2 times, most recently from 8927836 to 4faeadf Compare December 3, 2024 08:36
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.4 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 4faeadf to 7468f63 Compare March 19, 2025 17:13
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.0 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 7468f63 to 3b846aa Compare May 29, 2025 21:09
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.1 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025.0.0 May 29, 2025
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 3b846aa to 2b0782e Compare November 25, 2025 01:50
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025.0.0 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025.1.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/spring-cloud branch from 2b0782e to 6e2c8b9 Compare January 29, 2026 17:43
@renovate renovate bot changed the title Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025.1.0 Update dependency org.springframework.cloud:spring-cloud-dependencies to v2025.1.1 Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants