From 3fcded3dae3e120612643dc12b0b767b40351e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:36:11 +0000 Subject: [PATCH] chore(deps): bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre11 to 12.9.0.jre11-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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugin-jdbc-sqlserver/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-jdbc-sqlserver/build.gradle b/plugin-jdbc-sqlserver/build.gradle index 6bcc9c16..656e0a27 100644 --- a/plugin-jdbc-sqlserver/build.gradle +++ b/plugin-jdbc-sqlserver/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11") + implementation("com.microsoft.sqlserver:mssql-jdbc:12.9.0.jre11-preview") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output