From c5cfcfb2fd0006e1674bfadc69a6eb9c389b2748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Sep 2024 14:56:09 +0200 Subject: [PATCH] Upgrade to R2DBC MariaDB 1.2.2 Closes gh-42328 --- 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 e702463a1d..56729f01c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("R2DBC MariaDB", "1.2.1") { + library("R2DBC MariaDB", "1.2.2") { group("org.mariadb") { modules = [ "r2dbc-mariadb"