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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new f3256a5d Update h2 to 2.5.250 (#604)
f3256a5d is described below
commit f3256a5dbb90893c1b2d247c51255f36a3c2daf1
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 4 19:16:40 2026 +0200
Update h2 to 2.5.250 (#604)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 79d3c801..4b600440 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.13",
- "com.h2database" % "h2" % "2.4.240",
+ "com.h2database" % "h2" % "2.5.250",
"com.mysql" % "mysql-connector-j" % "26.7.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.10",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]