Skip to content

Commit

Permalink
Bump mssql-jdbc from 8.2.2.jre8 to 8.3.0.jre8-preview in /modules/mss…
Browse files Browse the repository at this point in the history
…qlserver (testcontainers#2755)
  • Loading branch information
dependabot-preview[bot] authored and quincy committed May 28, 2020
1 parent 774525b commit 1b9ec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.2.RELEASE'

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

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

0 comments on commit 1b9ec88

Please sign in to comment.