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.
2 parents a8f3ffe + aa8a679 commit e545f7cCopy full SHA for e545f7c
modules/mssqlserver/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'io.r2dbc:r2dbc-mssql:0.9.0.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.1.2.jre8-preview'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre8'
14
15
testImplementation project(':r2dbc')
16
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
0 commit comments