Skip to content

Commit

Permalink
Bump r2dbc-mssql from 0.8.2.RELEASE to 0.8.3.RELEASE in /modules/mssq…
Browse files Browse the repository at this point in the history
…lserver (#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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
dependabot-preview[bot] and rnorth committed May 30, 2020
1 parent f6e48a4 commit 9a4a4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies {
compile project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.2.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE'

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

testCompile project(':r2dbc')
testCompile 'io.r2dbc:r2dbc-mssql:0.8.1.RELEASE'
testCompile 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE'

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

0 comments on commit 9a4a4a9

Please sign in to comment.