This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 97bbe60d4 chore(java): Bump com.microsoft.sqlserver:mssql-jdbc from
13.2.0.jre11 to 13.2.1.jre11 in /java (#3566)
97bbe60d4 is described below
commit 97bbe60d4c07553fe98f0f487447a687e9a47062
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 08:45:35 2025 +0900
chore(java): Bump com.microsoft.sqlserver:mssql-jdbc from 13.2.0.jre11 to
13.2.1.jre11 in /java (#3566)
Bumps
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc)
from 13.2.0.jre11 to 13.2.1.jre11.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/driver/jdbc-validation-mssqlserver/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/driver/jdbc-validation-mssqlserver/pom.xml
b/java/driver/jdbc-validation-mssqlserver/pom.xml
index f4330ef9a..ccb4e7748 100644
--- a/java/driver/jdbc-validation-mssqlserver/pom.xml
+++ b/java/driver/jdbc-validation-mssqlserver/pom.xml
@@ -33,7 +33,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
- <dep.mssql-jdbc.version>13.2.0.jre11</dep.mssql-jdbc.version>
+ <dep.mssql-jdbc.version>13.2.1.jre11</dep.mssql-jdbc.version>
</properties>
<dependencies>