This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/h2-2.3.232 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 064487c41008fec9525e717cf80ac2d4bd3fc60e Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Thu Sep 11 13:53:34 2025 +0000 Update h2 to 2.3.232 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 27884bfc2..96f1128fb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -491,7 +491,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.2.224" % Test)) + "com.h2database" % "h2" % "2.3.232" % Test)) val Eventbridge = Seq( libraryDependencies ++= Seq( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org