This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 9a4316c0f2 Bump MS SQL jdbc driver to version 13.4.0 #7092 (#7093)
9a4316c0f2 is described below
commit 9a4316c0f23485d24e59c10e084130a146f462e3
Author: Nicolas Adment <[email protected]>
AuthorDate: Tue May 5 14:23:19 2026 +0200
Bump MS SQL jdbc driver to version 13.4.0 #7092 (#7093)
---
lib-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib-jdbc/pom.xml b/lib-jdbc/pom.xml
index f623f8c21f..cfce992468 100644
--- a/lib-jdbc/pom.xml
+++ b/lib-jdbc/pom.xml
@@ -37,7 +37,7 @@
<hsqldb.version>2.7.4</hsqldb.version>
<jt400.version>21.0.6</jt400.version>
<monetdb.version>12.0</monetdb.version>
- <mssqlnative.version>13.3.0.jre11-preview</mssqlnative.version>
+ <mssqlnative.version>13.4.0.jre11</mssqlnative.version>
<mysql.version>9.1.0</mysql.version>
<postgresql.version>42.7.10</postgresql.version>
<redshift.version>2.1.0.32</redshift.version>