Skip to content

Commit aa3a635

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqlserver/io.r2dbc-r2dbc-mssql-1.0.3.RELEASE' into combined-pr-branch
2 parents 9cc38db + a4b3a21 commit aa3a635

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.2.RELEASE'
7+
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
88

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

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

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

0 commit comments

Comments
 (0)