Skip to content

Commit 543e4e0

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqlserver/io.r2dbc-r2dbc-mssql-1.0.2.RELEASE' into combined-pr-branch
2 parents 2b75351 + 06b8069 commit 543e4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mssqlserver/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
10+
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.0.jre8-preview'
1414

1515
testImplementation project(':r2dbc')
16-
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
16+
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
1717

1818
// MSSQL's wait strategy requires the JDBC driver
1919
testImplementation testFixtures(project(':r2dbc'))

0 commit comments

Comments
 (0)