From 85405c774eb5748d1a39d92f2543540e0faf36a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:01:19 +0000 Subject: [PATCH] Bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.10.0.jre11 to 13.2.1.jre11. - [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-version: 13.2.1.jre11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fab87ed..6999de1c 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation 'org.apache.poi:poi-ooxml:5.4.0' implementation 'org.apache.poi:poi:5.4.0' implementation 'org.apache.xmlbeans:xmlbeans:5.2.2' - implementation 'com.microsoft.sqlserver:mssql-jdbc:12.10.0.jre11' + implementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.1.jre11' implementation 'org.slf4j:slf4j-simple:2.0.17' implementation 'net.datafaker:datafaker:2.4.3' implementation 'io.rest-assured:rest-assured:5.5.1'