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 6637a53 + e1d76cf commit 87104d7Copy full SHA for 87104d7
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:13.1.0.jre8-preview'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre8-preview'
11
12
testImplementation project(':r2dbc')
13
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
0 commit comments