From 6ba8b982e17bea5172abe70138038ea00eaeb60f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:36:01 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.3.230 --- h2/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2/build.gradle b/h2/build.gradle index 634b181..8bc1c57 100644 --- a/h2/build.gradle +++ b/h2/build.gradle @@ -7,7 +7,7 @@ description = "Fast tests against in-memory H2 database." dependencies { api(project(":base")) - implementation("com.h2database:h2:2.2.224") + implementation("com.h2database:h2:2.3.230") } testing {