From e039a7bb0cff8432a0d86f341da05739292b8f10 Mon Sep 17 00:00:00 2001 From: Jeffrey D <11084623+Nephery@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:37:58 -0400 Subject: [PATCH] Update BOM README --- solace-spring-cloud-bom/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/solace-spring-cloud-bom/README.md b/solace-spring-cloud-bom/README.md index 5cbea271..75a5b973 100644 --- a/solace-spring-cloud-bom/README.md +++ b/solace-spring-cloud-bom/README.md @@ -26,6 +26,7 @@ Consult the table below to determine which version of the BOM you need to use: | 2021.0.6 | 2.5.0 | 2.7.x | | 2022.0.2 | 3.0.0 | 3.0.x | | 2022.0.4 | 3.1.0 | 3.1.x | +| 2023.0.0 | 4.0.0 | 3.2.x | ## Including the BOM @@ -38,7 +39,7 @@ In addition to showing how to include the BOM, the following snippets also shows com.solace.spring.cloud solace-spring-cloud-bom - 3.1.0 + 4.0.0 pom import @@ -66,7 +67,7 @@ apply plugin: 'io.spring.dependency-management' dependencyManagement { imports { - mavenBom "com.solace.spring.cloud:solace-spring-cloud-bom:3.1.0" + mavenBom "com.solace.spring.cloud:solace-spring-cloud-bom:4.0.0" } } @@ -78,7 +79,7 @@ dependencies { ### Using it with Gradle 5 ```groovy dependencies { - implementation(platform("com.solace.spring.cloud:solace-spring-cloud-bom:3.1.0")) + implementation(platform("com.solace.spring.cloud:solace-spring-cloud-bom:4.0.0")) implementation("com.solace.spring.cloud:spring-cloud-starter-stream-solace") } ```