Skip to content

Commit

Permalink
Bump io.r2dbc:r2dbc-mssql in /modules/mssqlserver
Browse files Browse the repository at this point in the history
Bumps [io.r2dbc:r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) from 1.0.1.RELEASE to 1.0.2.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/v1.0.2.RELEASE/CHANGELOG)
- [Commits](r2dbc/r2dbc-mssql@v1.0.1.RELEASE...v1.0.2.RELEASE)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 9b24483 commit 06b8069
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 {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.0.jre8-preview'

testImplementation project(':r2dbc')
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.1.RELEASE'
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'

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

0 comments on commit 06b8069

Please sign in to comment.