Skip to content

Commit

Permalink
Bump com.h2database:h2 from 2.2.224 to 2.3.230 (#132)
Browse files Browse the repository at this point in the history
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>
<!-- raw HTML omitted -->
</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 &quot;big&quot; 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 &quot;double mark&quot; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.h2database:h2&package-manager=maven&previous-version=2.2.224&new-version=2.3.230)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 3cba20e commit b60be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropwizard-jakarta-xml-ws-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Dropwizard Jakarta XML Web Services Example Application</name>

<properties>
<h2.version>2.2.224</h2.version>
<h2.version>2.3.230</h2.version>
<saaj-impl.version>3.0.4</saaj-impl.version>

<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
Expand Down

0 comments on commit b60be0e

Please sign in to comment.