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 60c0d42 + fb455f9 commit 4a45efdCopy full SHA for 4a45efd
modules/mssqlserver/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre8'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.5.0.jre8-preview'
14
15
testImplementation project(':r2dbc')
16
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
0 commit comments