From 43625b1e9f4ed18778875b37848ae0a14aa67816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:49:14 +0000 Subject: [PATCH] Bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.7.0.jre11-preview to 12.7.1.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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b2eb6dc..16685a13 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation 'org.apache.poi:poi-ooxml:5.3.0' implementation 'org.apache.poi:poi:5.3.0' implementation 'org.apache.xmlbeans:xmlbeans:5.2.1' - implementation 'com.microsoft.sqlserver:mssql-jdbc:12.7.0.jre11-preview' + implementation 'com.microsoft.sqlserver:mssql-jdbc:12.7.1.jre11-preview' implementation 'org.slf4j:slf4j-simple:2.0.13' implementation 'com.github.javafaker:javafaker:1.0.2' implementation 'io.rest-assured:rest-assured:5.5.0'