This is an automated email from the ASF dual-hosted git repository.
snazy 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 2a9fa77f Upgrade to h2 2.3.232 (#258)
2a9fa77f is described below
commit 2a9fa77f66adb4441327f831eca8063044a9762c
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 4 21:11:38 2024 +0200
Upgrade to h2 2.3.232 (#258)
---
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 2cca5d3d..8702fdd3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -45,7 +45,7 @@ eclipselink = { module =
"org.eclipse.persistence:eclipselink", version = "4.0.3
errorprone = { module = "com.google.errorprone:error_prone_core", version =
"2.29.2" }
google-cloud-storage-bom = { module =
"com.google.cloud:google-cloud-storage-bom", version = "2.40.1" }
guava = { module = "com.google.guava:guava", version = "33.2.1-jre" }
-h2 = { module = "com.h2database:h2", version = "2.2.224" }
+h2 = { module = "com.h2database:h2", version = "2.3.232" }
hadoop-client-api = { module = "org.apache.hadoop:hadoop-client-api",
version.ref = "hadoop" }
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref =
"hadoop" }
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client",
version.ref = "hadoop" }