From 1a52d72d59c5b45837f9d7dba18b1d8e77d68376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:11:13 +0000 Subject: [PATCH] Bump mssql-jdbc from 11.2.3.jre8 to 12.2.0.jre8 Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 11.2.3.jre8 to 12.2.0.jre8. - [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-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0871210..0996f87 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ com.microsoft.sqlserver mssql-jdbc - 11.2.3.jre8 + 12.2.0.jre8