From e51402ef594da695589b36314821ea889b3086b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:30 +0200 Subject: [PATCH] Upgrade to R2DBC MSSQL 1.0.1.RELEASE Closes gh-35843 --- 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 ffa555cadb..5126cf9e5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1139,7 +1139,7 @@ bom { ] } } - library("R2DBC MSSQL", "1.0.0.RELEASE") { + library("R2DBC MSSQL", "1.0.1.RELEASE") { group ("io.r2dbc") { modules = [ "r2dbc-mssql"