From b0eaca194d5a8d343b26a3d49938c44334514890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:16:57 +0000 Subject: [PATCH] Bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.4.1.jre11 to 12.5.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4f4b9b6c..36527c64 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ dependencies { runtimeOnly "org.postgresql:postgresql:42.6.0" runtimeOnly "net.sourceforge.jtds:jtds:1.3.1" runtimeOnly "net.snowflake:snowflake-jdbc:3.14.2" - runtimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.4.1.jre11" + runtimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.5.0.jre11-preview" runtimeOnly "mysql:mysql-connector-java:8.0.33" implementation "com.google.guava:guava:32.1.3-jre"