Cloud Native 3 min read

Spring Cloud Hoxton.SR7 Released – Full Dependency BOM and Update Guide

Spring Cloud Hoxton.SR7 has been released, providing an updated Maven BOM with the latest versions of Spring Cloud projects such as Kubernetes, Security, Config, Netflix, and many others, and the article lists the exact dependency coordinates and version upgrades for developers to integrate.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
Spring Cloud Hoxton.SR7 Released – Full Dependency BOM and Update Guide

Spring Cloud Hoxton.SR7 Release

Spring Cloud Hoxton.SR7 is now available. Below are the Maven BOM coordinates you can use to import the updated dependencies.

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-dependencies</artifactId>
  <version>Hoxton.SR7</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

Dependency Update Details

spring-cloud-kubernetes 1.1.5.RELEASE

spring-cloud-security 2.2.4.RELEASE

spring-cloud-config 2.2.4.RELEASE

spring-cloud-contract 2.2.4.RELEASE

spring-cloud-netflix 2.2.4.RELEASE

spring-cloud-vault 2.2.4.RELEASE

spring-cloud-openfeign 2.2.4.RELEASE

spring-cloud-task 2.2.3.RELEASE

spring-cloud-stream Hoxton.SR7

spring-cloud-common 2.2.4.RELEASE

spring-cloud-build 2.3.1.RELEASE

spring-cloud-zookeeper 2.2.3.RELEASE

spring-cloud-consul 2.2.4.RELEASE

spring-cloud-bus 2.2.3.RELEASE

spring-cloud-function 3.0.9.RELEASE

spring-cloud-sleuth 2.2.4.RELEASE

spring-cloud-gateway 2.2.4.RELEASE

spring-cloud-gcp 1.2.4.RELEASE

spring-cloud-cloudfoundry 2.2.3.RELEASE

spring-cloud-circuitbreaker 1.0.4.RELEASE

spring-cloud-aws 2.2.3.RELEASE

spring-cloud-cli 2.2.2.RELEASE

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

cloud-nativespring-clouddependency-managementhoxton-sr7
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.