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 08838ef + 5174d17 commit 9d82c37Copy full SHA for 9d82c37
modules/mssqlserver/build.gradle
@@ -7,13 +7,13 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.r2dbc:r2dbc-mssql:0.8.6.RELEASE'
+ compileOnly 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
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'
+ testImplementation 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
17
18
// MSSQL's wait strategy requires the JDBC driver
19
testImplementation testFixtures(project(':r2dbc'))
0 commit comments