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 2af11d4 + e48e366 commit be7eb84Copy full SHA for be7eb84
modules/mssqlserver/build.gradle
@@ -10,12 +10,12 @@ dependencies {
10
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.6.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:9.3.1.jre8-preview'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:9.4.0.jre8'
14
15
testImplementation project(':r2dbc')
16
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.5.RELEASE'
17
18
// MSSQL's wait strategy requires the JDBC driver
19
testImplementation testFixtures(project(':r2dbc'))
20
21
}
0 commit comments