diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ee51673b2d..f6cd831b65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1096,6 +1096,13 @@ bom { ] } } + library("R2DBC MariaDB", "1.1.4") { + group("org.mariadb") { + modules = [ + "r2dbc-mariadb" + ] + } + } library("R2DBC Pool", "1.0.0.RELEASE") { group("io.r2dbc") { modules = [