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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 15ef294f Update mssql-jdbc to 13.6.0.jre11 (#623)
15ef294f is described below
commit 15ef294f8e282f2e154af6f7222f9894f69e26e9
Author: Scala Steward <[email protected]>
AuthorDate: Thu Sep 10 17:50:59 2026 +0200
Update mssql-jdbc to 13.6.0.jre11 (#623)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index bb514d5b..21351c9f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -92,7 +92,7 @@ object Dependencies {
val h2Driver = "com.h2database" % "h2" % Versions.h2Driver % "test"
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.13" % "test"
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "26.7.0" % "test"
- val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11" % "test"
+ val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.6.0.jre11" % "test"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % "test"
val logback = "ch.qos.logback" % "logback-classic" % Versions.logback %
"test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]