Skip to content

Commit a4b3a21

Browse files
Bump io.r2dbc:r2dbc-mssql in /modules/mssqlserver
Bumps [io.r2dbc:r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) from 1.0.2.RELEASE to 1.0.3.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases) - [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/v1.0.3.RELEASE/CHANGELOG) - [Commits](r2dbc/r2dbc-mssql@v1.0.2.RELEASE...v1.0.3.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-mssql dependency-version: 1.0.3.RELEASE dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 035a826 commit a4b3a21

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)