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

fanningpj pushed a commit to branch revert-750-update/h2-2.3.230
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git

commit 403b28a6dbc60d75050b4d5ddbb9ed507c0391c7
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jul 21 06:10:14 2024 +0100

    Revert "Update h2 to 2.3.230 (#750)"
    
    This reverts commit 0a77b1c9b2b7e7cf9aac8aa84e581af326d97b78.
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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