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 ff375431f Update h2 to 2.3.232 (#1170)
ff375431f is described below
commit ff375431f0568066d9df42f0212caeb2e3a28bde
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 15:34:18 2025 +0100
Update h2 to 2.3.232 (#1170)
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 ca9611edb..28facc46b 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: [email protected]
For additional commands, e-mail: [email protected]