This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/h2-2.4.240
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit 2767f311cae29d7576ed65a0c365bdc11c82f8e7
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 00:20:14 2025 +0000
Update h2 to 2.4.240
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ada9121..33ddcf5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.8",
- "com.h2database" % "h2" % "2.3.232",
+ "com.h2database" % "h2" % "2.4.240",
"com.mysql" % "mysql-connector-j" % "9.4.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre11",
"com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]