This is an automated email from the ASF dual-hosted git repository.
shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new e27983782 Bump h2 from 1.4.193 to 2.1.210 in /parquet-column (#964)
e27983782 is described below
commit e27983782d203ac6421bdce352623273e960c193
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 15 17:12:24 2022 -0700
Bump h2 from 1.4.193 to 2.1.210 in /parquet-column (#964)
Bumps [h2](https://github.com/h2database/h2database) from 1.4.193 to
2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-1.4.193...version-2.1.210)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:development
...
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 ab10a5f37..664a6be14 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.193</version>
+ <version>2.1.210</version>
<scope>test</scope>
</dependency>
<dependency>