Skip to content

Commit 46f085d

Browse files
Bump mssql-jdbc from 8.3.0.jre8-preview to 8.3.1.jre8-preview in /modules/mssqlserver (#2823)
Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 8.3.0.jre8-preview to 8.3.1.jre8-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/dev/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 0a6e415 commit 46f085d

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
@@ -10,12 +10,12 @@ dependencies {
1010
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.2.RELEASE'
1111

1212
testCompile project(':jdbc-test')
13-
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.0.jre8-preview'
13+
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.1.jre8-preview'
1414

1515
testCompile project(':r2dbc')
1616
testCompile 'io.r2dbc:r2dbc-mssql:0.8.1.RELEASE'
1717

1818
// MSSQL's wait strategy requires the JDBC driver
1919
testCompile testFixtures(project(':r2dbc'))
20-
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.0.jre8-preview'
20+
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.1.jre8-preview'
2121
}

0 commit comments

Comments
 (0)