From b30aa8a0a19f9839e9058ee7693d9caaaf63c1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:56:30 +0000 Subject: [PATCH] Bump io.r2dbc:r2dbc-mssql in /modules/mssqlserver Bumps [io.r2dbc:r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) from 0.8.3.RELEASE to 1.0.1.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases) - [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/v1.0.1.RELEASE/CHANGELOG) - [Commits](https://github.com/r2dbc/r2dbc-mssql/compare/v0.8.3.RELEASE...v1.0.1.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-mssql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/mssqlserver/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mssqlserver/build.gradle b/modules/mssqlserver/build.gradle index 9aab7844148..c82aef298f4 100644 --- a/modules/mssqlserver/build.gradle +++ b/modules/mssqlserver/build.gradle @@ -7,13 +7,13 @@ dependencies { compile project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'io.r2dbc:r2dbc-mssql:0.8.4.RELEASE' + compileOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE' testCompile project(':jdbc-test') testCompile 'com.microsoft.sqlserver:mssql-jdbc:9.1.0.jre8-preview' testCompile project(':r2dbc') - testCompile 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE' + testCompile 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE' // MSSQL's wait strategy requires the JDBC driver testCompile testFixtures(project(':r2dbc'))