This is an automated email from the ASF dual-hosted git repository.

gangwu 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 be6bf4b66 Bump com.h2database:h2 from 2.2.224 to 2.3.230 (#2963)
be6bf4b66 is described below

commit be6bf4b661c0a5ee643e3c5e894f90bfaa81e6b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 30 10:14:18 2024 +0800

    Bump com.h2database:h2 from 2.2.224 to 2.3.230 (#2963)
    
    Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 
2.2.224 to 2.3.230.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - 
[Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.230)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 0514f727f..4d5aa20f9 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.2.224</version>
+      <version>2.3.230</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to