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 96b68c6 + 83c6910 commit 7bdef8dCopy full SHA for 7bdef8d
modules/mssqlserver/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
- testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre8-preview'
+ testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
11
12
testImplementation project(':testcontainers-r2dbc')
13
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
0 commit comments