From 12a04c01d4b8d98d8a743a515eb37e740a0fbdd7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:20 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.6 Closes gh-40808 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7af1d1349b..d2927f81f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1533,7 +1533,7 @@ bom { ] } } - library("Spring Retry", "2.0.5") { + library("Spring Retry", "2.0.6") { considerSnapshots() group("org.springframework.retry") { modules = [