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 3aa61ac  use jre11 jar for mssql (#340)
3aa61ac is described below

commit 3aa61ac1f8cf6b0db64bc039496d8f6860f9702e
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 22 20:44:48 2025 +0100

    use jre11 jar for mssql (#340)
---
 .scala-steward.conf        | 2 +-
 project/Dependencies.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 1123dc5..278282a 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -7,5 +7,5 @@ updates.pin = [
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
   # use mssql-jdbc Java 8 artifacts
-  { groupId = "com.microsoft.sqlserver", version = { contains = "jre17" } }
+  { groupId = "com.microsoft.sqlserver", version = { contains = "jre11" } }
 ]
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 890123b..5be5cee 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
     "org.postgresql" % "postgresql" % "42.7.8",
     "com.h2database" % "h2" % "2.3.232",
     "com.mysql" % "mysql-connector-j" % "9.4.0",
-    "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre8",
+    "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre11",
     "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]

Reply via email to