This is an automated email from the ASF dual-hosted git repository.

benw pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git

commit cd5ea4dd0ba6a1c29872d29392427e544af1be7b
Author: Ben Weidig <[email protected]>
AuthorDate: Sun Feb 8 17:34:30 2026 +0100

    TAP5-2809: Downgrade H2 to Java 8 compatible version
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 276c1b094..f2317e129 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -34,7 +34,7 @@ hibernate           = "5.4.32.Final"
 hibernate-validator = "4.3.2.Final"
 
 hsqldb = "2.7.4"
-h2 = "2.4.240"
+h2 = "2.2.224"
 dbcp = "6.0.32"
 eclipselink = "2.7.7"
 jpa-specs = "1.1"

Reply via email to