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 d53887f Update mssql-jdbc to 13.2.0.jre8 (#320)
d53887f is described below
commit d53887f5f409974d533bf351c595002a4bfa574a
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 17 02:31:56 2025 +0100
Update mssql-jdbc to 13.2.0.jre8 (#320)
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 dbe211c..c249ce5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
"org.postgresql" % "postgresql" % "42.7.7",
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "9.4.0",
- "com.microsoft.sqlserver" % "mssql-jdbc" % "12.10.1.jre8",
+ "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre8",
"com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07")
val Libraries: Seq[ModuleID] = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]