diff --git a/modules/mssqlserver/build.gradle b/modules/mssqlserver/build.gradle index 6e2628da7a2..a03534cf147 100644 --- a/modules/mssqlserver/build.gradle +++ b/modules/mssqlserver/build.gradle @@ -4,13 +4,13 @@ dependencies { api project(':testcontainers-jdbc') compileOnly project(':testcontainers-r2dbc') - compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE' + compileOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE' testImplementation project(':testcontainers-jdbc-test') testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11' testImplementation project(':testcontainers-r2dbc') - testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE' + testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE' // MSSQL's wait strategy requires the JDBC driver testImplementation testFixtures(project(':testcontainers-r2dbc'))