This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 07d998733 MINOR: Bump com.h2database:h2 from 2.3.232 to 2.4.240 (#1084)
07d998733 is described below
commit 07d998733b9c31117941d7ec6c983e7ae51d47b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 09:40:43 2026 +0100
MINOR: Bump com.h2database:h2 from 2.3.232 to 2.4.240 (#1084)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from
2.3.232 to 2.4.240.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/h2database/h2database/releases">com.h2database:h2's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.4.240</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h2database/h2database/commit/c8eb81be7a30786b7534377a7e475bdaa08aeeb8"><code>c8eb81b</code></a>
in preparation for a release</li>
<li><a
href="https://github.com/h2database/h2database/commit/7ff5ee5cf0fa7d75ad341ebf53ff9301e390b537"><code>7ff5ee5</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4260">#4260</a>
from JackPGreen/update-maven-central-url</li>
<li><a
href="https://github.com/h2database/h2database/commit/da4c337f0251d51b2aaeeb28133fb87c8da4907c"><code>da4c337</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4271">#4271</a>
from IrisesD/master</li>
<li><a
href="https://github.com/h2database/h2database/commit/d053544f6baa9d91339b51a1b30572d1fabfe705"><code>d053544</code></a>
feat: allow <code>CATALOG</code> in <code>CREATE SCHEMA</code> and
<code>DROP SCHEMA</code> (<a
href="https://redirect.github.com/h2database/h2database/issues/4277">#4277</a>)</li>
<li><a
href="https://github.com/h2database/h2database/commit/a448d91e083eceec493be60d398656f27a0ed4c7"><code>a448d91</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4273">#4273</a>
from naive924/feat/compactThreads</li>
<li><a
href="https://github.com/h2database/h2database/commit/6672123e6a404d6fde309bc9871538ddf838b0b6"><code>6672123</code></a>
fix: change log</li>
<li><a
href="https://github.com/h2database/h2database/commit/858e74abc3676686c547f0182a73519e9962044c"><code>858e74a</code></a>
fix: MVStore.compact: run map copy in parallel by default (ΒΌ cores,
override ...</li>
<li><a
href="https://github.com/h2database/h2database/commit/bce0ec1f9e116dae837d756af14281d3d566905d"><code>bce0ec1</code></a>
feat: parallel map copy option for MVStore.compact()</li>
<li><a
href="https://github.com/h2database/h2database/commit/d8a6cc3e20e028ac854c08764b9c3e41e360b72e"><code>d8a6cc3</code></a>
Fix command syntax in help.csv</li>
<li><a
href="https://github.com/h2database/h2database/commit/c45413cdc3f0c0bf77a62817c14cdaec65c87096"><code>c45413c</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4266">#4266</a>
from andreitokar/issue-4208-2</li>
<li>Additional commits viewable in <a
href="https://github.com/h2database/h2database/compare/version-2.3.232...version-2.4.240">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
adapter/jdbc/pom.xml | 2 +-
performance/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/adapter/jdbc/pom.xml b/adapter/jdbc/pom.xml
index 9ff44593f..a8ac19721 100644
--- a/adapter/jdbc/pom.xml
+++ b/adapter/jdbc/pom.xml
@@ -59,7 +59,7 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.3.232</version>
+ <version>2.4.240</version>
<scope>test</scope>
</dependency>
diff --git a/performance/pom.xml b/performance/pom.xml
index 96ea5291a..413d5ba1e 100644
--- a/performance/pom.xml
+++ b/performance/pom.xml
@@ -75,7 +75,7 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.3.232</version>
+ <version>2.4.240</version>
<scope>runtime</scope>
</dependency>
<dependency>