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 14ec2af8e chore(java): bump com.microsoft.sqlserver:mssql-jdbc from
12.9.0.jre11-preview to 12.10.0.jre11 in /java (#2622)
14ec2af8e is described below
commit 14ec2af8e0638ce1c0d15177b07d05e7c4fd17f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 19:48:10 2025 -0400
chore(java): bump com.microsoft.sqlserver:mssql-jdbc from
12.9.0.jre11-preview to 12.10.0.jre11 in /java (#2622)
Bumps
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc)
from 12.9.0.jre11-preview to 12.10.0.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 d09c4e732..9a5a65c8e 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>12.9.0.jre11-preview</dep.mssql-jdbc.version>
+ <dep.mssql-jdbc.version>12.10.0.jre11</dep.mssql-jdbc.version>
</properties>
<dependencies>