From 6c6bfd0c7755d934496f33da00e01ca3048b1d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:06:43 +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.7.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 e79a6946..4b10b79a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -166,7 +166,7 @@ dependencies { runtimeOnly("org.postgresql:postgresql:42.7.3") runtimeOnly("net.sourceforge.jtds:jtds:1.3.1") runtimeOnly("net.snowflake:snowflake-jdbc:3.14.2") - runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11") + runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.7.0.jre11-preview") runtimeOnly("com.mysql:mysql-connector-j:8.3.0") implementation("com.google.guava:guava:33.1.0-jre")