From b75c2b6529d65cb03a52d9f513b2046ddcdc4d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Sep 2024 14:48:13 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.9 Closes gh-42325 --- 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 a242ca7813d6..f1717bb1ccac 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.8") { + library("Spring Retry", "2.0.9") { considerSnapshots() group("org.springframework.retry") { modules = [