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 1/3] 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 a242ca7813..f1717bb1cc 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 = [ From c16c04abfe705b098efe227be0d8673918eaa982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Sep 2024 14:49:22 +0200 Subject: [PATCH 2/3] Upgrade to R2DBC MariaDB 1.2.2 Closes gh-42326 --- 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 a0753450fe..83b6ceb1de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1615,7 +1615,7 @@ bom { ] } } - library("R2DBC MariaDB", "1.2.1") { + library("R2DBC MariaDB", "1.2.2") { group("org.mariadb") { modules = [ "r2dbc-mariadb" From f7cb18c60552bd7dd474594a01fb34308384b710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Sep 2024 14:49:27 +0200 Subject: [PATCH 3/3] Upgrade to Spring Retry 2.0.9 Closes gh-42327 --- 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 83b6ceb1de..8b7969c81b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2109,7 +2109,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.8") { + library("Spring Retry", "2.0.9") { considerSnapshots() group("org.springframework.retry") { modules = [