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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new bd081ef Update h2 to 2.3.232 (#338)
bd081ef is described below
commit bd081efc09abaada846e8e5097c3632e82d5f996
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 19:40:36 2025 +0100
Update h2 to 2.3.232 (#338)
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 bf96517..010c3f2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.8",
- "com.h2database" % "h2" % "2.2.224",
+ "com.h2database" % "h2" % "2.3.232",
"com.mysql" % "mysql-connector-j" % "9.4.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre8",
"com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]