Skip to content

Bump com.h2database:h2 from 2.1.214 to 2.2.220 in /project-m2/ujo-web - #96

Open
dependabot[bot] wants to merge 1 commit into
ujorm3from
dependabot/maven/project-m2/ujo-web/com.h2database-h2-2.2.220
Open

Bump com.h2database:h2 from 2.1.214 to 2.2.220 in /project-m2/ujo-web#96
dependabot[bot] wants to merge 1 commit into
ujorm3from
dependabot/maven/project-m2/ujo-web/com.h2database-h2-2.2.220

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps com.h2database:h2 from 2.1.214 to 2.2.220.

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.214...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 25, 2026
pponec pushed a commit that referenced this pull request Aug 13, 2026
Four open Dependabot pull requests (#93 - #96) proposed bumping dependencies
that neither module uses. Removing the declaration resolves them at the root:
a version bump would keep the dead entry, and deleting the Dependabot branch
alone would only make the bot recreate it from the manifest.

ujo-web drops com.h2database:h2. The module has no JDBC code at all - no
org.h2, no jdbc: URL, no java.sql import - and the declaration has been sitting
there unused since 2018 (a034040).

ujo-converter drops com.h2database:h2, org.springframework:spring-web,
org.springframework:spring-test, ch.qos.logback:logback-classic and
javax.servlet:javax.servlet-api, along with the now orphaned spring.version
property. The module is a plain HTML to Java converter with three test classes
and no reference to any of them; the test block was copied from ujo-web when
the module was created (eaaf0a1).

Verified by mvn dependency:analyze, which reported every removed artifact as an
unused declared dependency, and by the full build: 139 + 149 + 128 + 19 + 176
tests, no failure.

Note that spring-web stays unused in ujo-web as well, because only spring-test
provides the MockHttpServletRequest used by its tests. That one is left alone
here to keep the change scoped to the reported pull requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants