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 466f16b + 77dd4fc commit 775441aCopy full SHA for 775441a
modules/mssqlserver/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
8
9
testImplementation project(':jdbc-test')
10
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre8'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
11
12
testImplementation project(':r2dbc')
13
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
0 commit comments