This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 4fa5d39 Update h2 to 2.4.240 (#341)
4fa5d39 is described below
commit 4fa5d39116ff9422b8ac6b56341dd45fc79b8d19
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 13:08:15 2025 +0800
Update h2 to 2.4.240 (#341)
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 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]