From 0e4091ec2c67175df615e821dc124d6f5cd426d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:30:11 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.8 Closes gh-41941 --- 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 015fd09f3e9..0ded4c2a940 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.7") { + library("Spring Retry", "2.0.8") { considerSnapshots() group("org.springframework.retry") { modules = [