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 ede28d8 Update mssql-jdbc to 13.2.1.jre11 (#319)
ede28d8 is described below
commit ede28d84d5248f4ff5e3d3446744821fde401887
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 18 09:58:38 2025 +0100
Update mssql-jdbc to 13.2.1.jre11 (#319)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cddc02c..87d9ed8 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.8"
val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.4.0"
- val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.2.0.jre11"
+ val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.2.1.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]