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 2b75351 + 06b8069 commit 543e4e0Copy full SHA for 543e4e0
modules/mssqlserver/build.gradle
@@ -7,13 +7,13 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
+ compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.0.jre8-preview'
14
15
testImplementation project(':r2dbc')
16
- testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
+ testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
17
18
// MSSQL's wait strategy requires the JDBC driver
19
testImplementation testFixtures(project(':r2dbc'))
0 commit comments