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'))