From bb8cf46a2985e5abad9f61d8ca54e80665302dd9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 May 2024 15:05:15 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.6 Closes gh-40784 --- 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 6104dae9f72..e6558ae443e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1654,7 +1654,7 @@ bom { ] } } - library("Spring Retry", "2.0.5") { + library("Spring Retry", "2.0.6") { considerSnapshots() group("org.springframework.retry") { modules = [