Skip to content

Commit c26dc25

Browse files
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre8 to 13.1.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.1.0.jre8-preview dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71cc729 commit c26dc25

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.2.RELEASE'
88

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

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

0 commit comments

Comments
 (0)