From 168afb30f3affb39621636dd8daf2f10d4350517 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Wed, 6 Nov 2024 18:46:40 -0600 Subject: [PATCH] Update to spring-cloud-stream to 4.2.0-SNAPSHOT This updates SCSt to 4.2.0-SNAPSHOT as there was something broken w/ running the sample binder under 4.2.0-M1. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8ef50582..8760be77 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ mockito = "5.12.0" spring-dep-mgmt = "1.1.6" spring-boot = "3.4.0-SNAPSHOT" spring-boot-for-docs = "3.4.0-SNAPSHOT" -spring-cloud-stream = "4.2.0-M1" +spring-cloud-stream = "4.2.0-SNAPSHOT" spring-retry = "2.0.10" system-lambda = "1.2.1" testcontainers = "1.19.8"