This is an automated email from the ASF dual-hosted git repository.

engelen 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 8214f87  Update mssql-jdbc to 12.8.1.jre8 (#220)
8214f87 is described below

commit 8214f8756b029009cd870d34827228a431d87764
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 25 10:24:23 2024 +0200

    Update mssql-jdbc to 12.8.1.jre8 (#220)
    
    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 c035753..0b83030 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
     "org.postgresql" % "postgresql" % "42.7.4",
     "com.h2database" % "h2" % "2.2.224",
     "com.mysql" % "mysql-connector-j" % "9.0.0",
-    "com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.0.jre8",
+    "com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre8",
     "com.oracle.database.jdbc" % "ojdbc8" % "23.5.0.24.07")
 
   val Libraries: Seq[ModuleID] = Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to