This is an automated email from the ASF dual-hosted git repository.
singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 717b72687 fix(deps): update dependency com.h2database:h2 to v2.4.240
(#2668)
717b72687 is described below
commit 717b726874cc1155406bb344701ec95877227cba
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Sep 25 03:34:53 2025 +0200
fix(deps): update dependency com.h2database:h2 to v2.4.240 (#2668)
---
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 93cd4ef00..ae67ac2e1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -52,7 +52,7 @@ eclipselink = { module =
"org.eclipse.persistence:eclipselink", version = "4.0.7
errorprone = { module = "com.google.errorprone:error_prone_core", version =
"2.42.0" }
google-cloud-storage-bom = { module =
"com.google.cloud:google-cloud-storage-bom", version = "2.58.0" }
guava = { module = "com.google.guava:guava", version = "33.5.0-jre" }
-h2 = { module = "com.h2database:h2", version = "2.3.232" }
+h2 = { module = "com.h2database:h2", version = "2.4.240" }
dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
hadoop-client-api = { module = "org.apache.hadoop:hadoop-client-api",
version.ref = "hadoop" }
hadoop-client-runtime = { module = "org.apache.hadoop:hadoop-client-runtime",
version.ref = "hadoop" }