From db9b62e6283a0a928ee6623df5fcf2f9c7f4b1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 14 Jul 2024 11:35:26 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.7 Closes gh-41484 --- 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 f6c3335d76b..a025c0aad98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Retry", "2.0.6") { + library("Spring Retry", "2.0.7") { considerSnapshots() group("org.springframework.retry") { modules = [