This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 25841ef39 Update h2 to 2.5.250 (#1911)
25841ef39 is described below
commit 25841ef39ffdc56fb43e16a344f322a83d1f1b65
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 4 19:34:10 2026 +0200
Update h2 to 2.5.250 (#1911)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9a89dcf7c..e065ad7e0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -484,7 +484,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.4.240" % Test))
+ "com.h2database" % "h2" % "2.5.250" % Test))
val Eventbridge = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]