Skip to content

Commit 3b788cc

Browse files
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.2.0.jre8 to 13.3.0.jre8-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 13.3.0.jre8-preview dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f96a1b commit 3b788cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mssqlserver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
10+
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
1111

1212
testImplementation project(':testcontainers-r2dbc')
1313
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'

0 commit comments

Comments
 (0)