From 064fe1c5e79a24dd7b1b76cbb713e7fbe221623d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:06:29 +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.8.0.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-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 983fe8f9..ab653f69 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation "org.apache.poi:poi-scratchpad:${poi}" implementation "org.apache.poi:poi:${poi}" 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.8.0.jre11' implementation 'io.qameta.allure:allure-gradle:2.8.1' implementation "io.qameta.allure:allure-testng:${allureVersion}" implementation "io.qameta.allure:allure-rest-assured:${allureVersion}"