Skip to content

Commit 9d82c37

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqlserver/io.r2dbc-r2dbc-mssql-0.8.7.RELEASE' into combined-pr-branch
2 parents 08838ef + 5174d17 commit 9d82c37

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:0.8.6.RELEASE'
10+
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
1111

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

1515
testImplementation project(':r2dbc')
16-
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.5.RELEASE'
16+
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
1717

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

0 commit comments

Comments
 (0)