From f76e9f044ebd372693c5c1d940fffb70a793dfff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:24:08 +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.6.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fa0522be..a7251d37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -166,7 +166,7 @@ dependencies { runtimeOnly("com.oracle.database.jdbc:ojdbc8:23.4.0.24.05") runtimeOnly("net.sourceforge.jtds:jtds:1.3.1") runtimeOnly("net.snowflake:snowflake-jdbc:3.16.1") - runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11") + runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.9.0.jre11-preview") runtimeOnly("com.mysql:mysql-connector-j:8.4.0") implementation("com.google.guava:guava:33.2.1-jre")