This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 78c9c5cb9 Bump com.h2database:h2 from 2.3.230 to 2.3.232 (#3158)
78c9c5cb9 is described below
commit 78c9c5cb9152a159d1fabc917a1c14e364875022
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 17:26:51 2025 +0100
Bump com.h2database:h2 from 2.3.230 to 2.3.232 (#3158)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from
2.3.230 to 2.3.232.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.3.230...version-2.3.232)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-column/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index 6a9ebb3d9..654fad27c 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.3.230</version>
+ <version>2.3.232</version>
<scope>test</scope>
</dependency>
<dependency>