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 9cc38db + a4b3a21 commit aa3a635Copy full SHA for aa3a635
modules/mssqlserver/build.gradle
@@ -4,13 +4,13 @@ dependencies {
4
api project(':testcontainers-jdbc')
5
6
compileOnly project(':testcontainers-r2dbc')
7
- compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
+ 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'
11
12
testImplementation project(':testcontainers-r2dbc')
13
- testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
+ testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
14
15
// MSSQL's wait strategy requires the JDBC driver
16
testImplementation testFixtures(project(':testcontainers-r2dbc'))
0 commit comments