This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new edb44137dfe Bump com.microsoft.sqlserver:mssql-jdbc (#36997)
edb44137dfe is described below
commit edb44137dfec84940fb19190ba3f3a91a05e7a42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 23:30:50 2025 +0800
Bump com.microsoft.sqlserver:mssql-jdbc (#36997)
Bumps
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc)
from 12.10.1.jre8 to 12.10.2.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-version: 12.10.2.jre8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 587db421682..afb19f9bc5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<postgresql.version>42.7.5</postgresql.version>
<mysql-connector-java.version>8.3.0</mysql-connector-java.version>
- <mssql.version>12.10.1.jre8</mssql.version>
+ <mssql.version>12.10.2.jre8</mssql.version>
<h2.version>2.2.224</h2.version>
<opengauss.version>3.1.0-og</opengauss.version>
<mariadb-java-client.version>2.4.2</mariadb-java-client.version>