From a4b1bfa277207a93faf9d1f9cb08faea749f030c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 13 Mar 2024 08:46:16 +0000 Subject: [PATCH] Upgrade to R2DBC MariaDB 1.2.0 Closes gh-39925 --- 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 3fb6ec36bd..2513c937a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1484,7 +1484,7 @@ bom { ] } } - library("R2DBC MariaDB", "1.1.4") { + library("R2DBC MariaDB", "1.2.0") { group("org.mariadb") { modules = [ "r2dbc-mariadb"