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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e1608f51 revert to h2 2.2 (#755)
3e1608f51 is described below

commit 3e1608f51b904021da16eef1194c84ce0f2fcb2e
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jul 21 11:21:44 2024 +0100

    revert to h2 2.2 (#755)
---
 .scala-steward.conf        | 2 ++
 project/Dependencies.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index c02c0e286..5ae62b7c8 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -27,6 +27,8 @@ updates.pin  = [
   { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = 
"0.9." }
   # Pin logback to v1.3.x because v1.4.x needs JDK11
   { groupId = "ch.qos.logback", version="1.3." }
+  # Pin h2 to v2.2 because v2.3 needs JDK11
+  { groupId = "com.h2database", version="2.2." }
   # https://github.com/apache/pekko-connectors/issues/503
   { groupId = "com.couchbase.client", artifactId = "java-client", version = 
"2." }
   # Scala 3.3 is a LTS
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 14f0787bf..0ff750acd 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -480,7 +480,7 @@ object Dependencies {
       "com.typesafe.slick" %% "slick" % SlickVersion,
       "com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
       "ch.qos.logback" % "logback-classic" % LogbackVersion % Test,
-      "com.h2database" % "h2" % "2.3.230" % Test))
+      "com.h2database" % "h2" % "2.2.224" % Test))
 
   val Eventbridge = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to