Skip to content

Commit

Permalink
Bump r2dbc-mssql in /modules/mssqlserver
Browse files Browse the repository at this point in the history
Bumps [r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) from 0.8.7.RELEASE to 0.9.0.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/main/CHANGELOG)
- [Commits](r2dbc/r2dbc-mssql@v0.8.7.RELEASE...v0.9.0.RELEASE)

---
updated-dependencies:
- dependency-name: io.r2dbc:r2dbc-mssql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 10, 2022
1 parent affee6c commit fb9199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:0.9.0.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre8'
Expand Down

0 comments on commit fb9199f

Please sign in to comment.