Skip to content

Commit 0cd4b57

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqlserver/io.r2dbc-r2dbc-mssql-1.0.4.RELEASE' into combined-pr-branch
2 parents 6f35d08 + 50757ee commit 0cd4b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mssqlserver/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
compileOnly project(':testcontainers-r2dbc')
7-
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
7+
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE'
88

99
testImplementation project(':testcontainers-jdbc-test')
1010
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11'
1111

1212
testImplementation project(':testcontainers-r2dbc')
13-
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
13+
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE'
1414

1515
// MSSQL's wait strategy requires the JDBC driver
1616
testImplementation testFixtures(project(':testcontainers-r2dbc'))

0 commit comments

Comments
 (0)