We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac544 commit 10dbdd9Copy full SHA for 10dbdd9
modules/mssqlserver/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compile project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE'
+ compileOnly 'io.r2dbc:r2dbc-mssql:0.8.4.RELEASE'
11
12
testCompile project(':jdbc-test')
13
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.1.jre8-preview'
0 commit comments