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 d77b139 Update mssql-jdbc to 12.6.3.jre8 (#214)
d77b139 is described below
commit d77b139d297d16583354074b3240ab81e7faa2bd
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 28 09:16:00 2024 +0100
Update mssql-jdbc to 12.6.3.jre8 (#214)
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 031d391..159fad8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
"org.postgresql" % "postgresql" % "42.7.3",
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "9.0.0",
- "com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.1.jre8",
+ "com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.3.jre8",
"com.oracle.database.jdbc" % "ojdbc8" % "23.4.0.24.05")
val Libraries: Seq[ModuleID] = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]