This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 9ec915b Update mssql-jdbc to 13.4.0.jre11 (#470)
9ec915b is described below
commit 9ec915b4a93fc333a8e402571c78de95fa3e1a45
Author: Scala Steward <[email protected]>
AuthorDate: Sat Mar 14 20:13:49 2026 +0100
Update mssql-jdbc to 13.4.0.jre11 (#470)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8ff57ec..6d4aa52 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"com.h2database" % "h2" % "2.4.240",
"com.mysql" % "mysql-connector-j" % "9.6.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",
- "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.1.jre11",
+ "com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
"com.oracle.database.jdbc" % "ojdbc8" % "23.26.1.0.0")
val Libraries: Seq[ModuleID] = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]