Skip to content

Commit 9a4a4a9

Browse files
Bump r2dbc-mssql from 0.8.2.RELEASE to 0.8.3.RELEASE in /modules/mssqlserver (#2821)
Bumps [r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) from 0.8.2.RELEASE to 0.8.3.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases) - [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/v0.8.3.RELEASE/CHANGELOG) - [Commits](r2dbc/r2dbc-mssql@v0.8.2.RELEASE...v0.8.3.RELEASE) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Richard North <[email protected]>
1 parent f6e48a4 commit 9a4a4a9

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
compile project(':jdbc')
88

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

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

1515
testCompile project(':r2dbc')
16-
testCompile 'io.r2dbc:r2dbc-mssql:0.8.1.RELEASE'
16+
testCompile 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE'
1717

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

0 commit comments

Comments
 (0)