Skip to content

Commit

Permalink
Bump mssql-jdbc from 8.4.1.jre8 to 9.1.0.jre8-preview in /modules/mss…
Browse files Browse the repository at this point in the history
…qlserver (#3364)

Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 8.4.1.jre8 to 9.1.0.jre8-preview.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 21, 2020
1 parent 8b10cee commit 2fb3546
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 @@ -10,12 +10,12 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.4.RELEASE'

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

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

// MSSQL's wait strategy requires the JDBC driver
testCompile testFixtures(project(':r2dbc'))
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8'
testCompile 'com.microsoft.sqlserver:mssql-jdbc:9.1.0.jre8-preview'
}

0 comments on commit 2fb3546

Please sign in to comment.