Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
Browse files Browse the repository at this point in the history
…erver/com.microsoft.sqlserver-mssql-jdbc-9.4.0.jre8' into combined-pr-branch
  • Loading branch information
rnorth committed Sep 6, 2021
2 parents 2af11d4 + e48e366 commit be7eb84
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.6.RELEASE'

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

testImplementation project(':r2dbc')
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.5.RELEASE'

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

0 comments on commit be7eb84

Please sign in to comment.