This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new f4b1794e Update mssql-jdbc to 13.6.0.jre11 (#614)
f4b1794e is described below
commit f4b1794ea3e39cf4ac31379d350c069194faf42f
Author: Scala Steward <[email protected]>
AuthorDate: Thu Sep 10 17:36:35 2026 +0200
Update mssql-jdbc to 13.6.0.jre11 (#614)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e2ccf0cc..bce38ad4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
"com.h2database" % "h2" % "2.5.250",
"com.mysql" % "mysql-connector-j" % "26.7.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.10",
- "com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
+ "com.microsoft.sqlserver" % "mssql-jdbc" % "13.6.0.jre11",
"com.oracle.database.jdbc" % "ojdbc11" % "23.26.2.0.0")
val Libraries: Seq[ModuleID] = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]