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 b61f85fdc chore(java): Bump com.microsoft.sqlserver:mssql-jdbc (#4062)
b61f85fdc is described below
commit b61f85fdc2ea599e7cb6d8c8b212af6e1bb0c709
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 09:10:15 2026 +0900
chore(java): Bump com.microsoft.sqlserver:mssql-jdbc (#4062)
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 9953dc437..e944dacaa 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.3.1.jre11-preview</dep.mssql-jdbc.version>
+ <dep.mssql-jdbc.version>13.3.2.jre11-preview</dep.mssql-jdbc.version>
</properties>
<dependencies>