From 0a67bbe6261a2c79f81a696502a67847e653669b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 13 Sep 2025 08:29:17 +0200 Subject: [PATCH] Upgrade to R2DBC MSSQL 1.0.3.RELEASE Closes gh-47185 --- 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 352ec4eb05d..c7b89cdf40b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { releaseNotes("https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases/tag/{version}") } } - library("R2DBC MSSQL", "1.0.2.RELEASE") { + library("R2DBC MSSQL", "1.0.3.RELEASE") { group ("io.r2dbc") { modules = [ "r2dbc-mssql"