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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 042dbbe Update mssql-jdbc to 13.4.0.jre11 (#426)
042dbbe is described below
commit 042dbbe2546b20da2ef51f44071ef70b58f3a223
Author: Scala Steward <[email protected]>
AuthorDate: Sat Mar 14 20:13:19 2026 +0100
Update mssql-jdbc to 13.4.0.jre11 (#426)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7552fc1..9c48522 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -80,7 +80,7 @@ object Dependencies {
val h2Driver = Compile.h2Driver
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.10"
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.6.0"
- val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.2.1.jre11"
+ val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
val logback = "ch.qos.logback" % "logback-classic" % Versions.logback
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]