We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 322d0d5 + 3b788cc commit 88b0288Copy full SHA for 88b0288
modules/mssqlserver/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
11
12
testImplementation project(':testcontainers-r2dbc')
13
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
0 commit comments