This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 7a149d8bd8 MINOR: [Java] Bump com.h2database:h2 from 2.2.224 to
2.3.230 in /java (#43364)
7a149d8bd8 is described below
commit 7a149d8bd8dc4004575c2a5dda379dc5b29e9892
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 14:34:51 2024 +0900
MINOR: [Java] Bump com.h2database:h2 from 2.2.224 to 2.3.230 in /java
(#43364)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from
2.2.224 to 2.3.230.
<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.3.230</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h2database/h2database/commit/cc4846b4bec675aa70195e8b114fcd59fa186c7e"><code>cc4846b</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4076">#4076</a>
from andreitokar/release-2.3.230</li>
<li><a
href="https://github.com/h2database/h2database/commit/98f006ec0e73ff0a58d36f6eb9bbf0c1090531a4"><code>98f006e</code></a>
in preparation for release</li>
<li><a
href="https://github.com/h2database/h2database/commit/b728c42814bcd71bc2eb9abf22fa907ca04586fa"><code>b728c42</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4070">#4070</a>
from katzyn/disk_space</li>
<li><a
href="https://github.com/h2database/h2database/commit/63757716a84fd5f48008181fd19cec64b797ed6f"><code>6375771</code></a>
Documentation</li>
<li><a
href="https://github.com/h2database/h2database/commit/74d453b8b8f5bfc151090cd470ac99bd87cb24e7"><code>74d453b</code></a>
Add DB_OBJECT_APPROXIMATE_SIZE and DB_OBJECT_APPROXIMATE_TOTAL_SIZE</li>
<li><a
href="https://github.com/h2database/h2database/commit/575302d3bee5d61a99d459440817b3d4f071e5c1"><code>575302d</code></a>
Merge pull request <a
href="https://redirect.github.com/h2database/h2database/issues/4065">#4065</a>
from vreuland/master</li>
<li><a
href="https://github.com/h2database/h2database/commit/1d9d0f5dd157060d749466492fe49b54006b3c1b"><code>1d9d0f5</code></a>
Merge remote-tracking branch 'origin/master'</li>
<li><a
href="https://github.com/h2database/h2database/commit/0fd83a5c6f3b8c42c68562825834353979ae2afc"><code>0fd83a5</code></a>
Adapt new backup test to be run only in "big" mode to avoid OOM in
CI</li>
<li><a
href="https://github.com/h2database/h2database/commit/2241b38f5d52b49b793cd5784ad6cfd7a4a9e717"><code>2241b38</code></a>
Merge branch 'h2database:master' into master</li>
<li><a
href="https://github.com/h2database/h2database/commit/21b7a4920e42b51ade9a896b706a36b9ecfdadf6"><code>21b7a49</code></a>
Fix "double mark" db corruption issue when opening backup with young
dead chunks</li>
<li>Additional commits viewable in <a
href="https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.230">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 merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your
CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@ 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>
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <[email protected]>
---
java/adapter/jdbc/pom.xml | 2 +-
java/performance/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/adapter/jdbc/pom.xml b/java/adapter/jdbc/pom.xml
index e86dfcb0b0..124cc535c2 100644
--- a/java/adapter/jdbc/pom.xml
+++ b/java/adapter/jdbc/pom.xml
@@ -59,7 +59,7 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.2.224</version>
+ <version>2.3.230</version>
<scope>test</scope>
</dependency>
diff --git a/java/performance/pom.xml b/java/performance/pom.xml
index 0dfc26b469..f6d3a26b4f 100644
--- a/java/performance/pom.xml
+++ b/java/performance/pom.xml
@@ -75,7 +75,7 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.2.224</version>
+ <version>2.3.230</version>
<scope>runtime</scope>
</dependency>
<dependency>