Skip to content

Bump io.github.mfvanek:pg-index-health-bom from 0.40.0 to 0.41.0#442

Merged
mfvanek merged 2 commits into
masterfrom
dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.41.0
May 13, 2026
Merged

Bump io.github.mfvanek:pg-index-health-bom from 0.40.0 to 0.41.0#442
mfvanek merged 2 commits into
masterfrom
dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.41.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps io.github.mfvanek:pg-index-health-bom from 0.40.0 to 0.41.0.

Release notes

Sourced from io.github.mfvanek:pg-index-health-bom's releases.

v.0.41.0

Breaking changes

  • Subproject pg-index-health-model-jackson-module was renamed to pg-index-health-model-jackson2-module Use
    implementation("io.github.mfvanek:pg-index-health-model-jackson2-module")
  • Package name was renamed from io.github.mfvanek.pg.model.jackson to io.github.mfvanek.pg.model.jackson2 Use
    import io.github.mfvanek.pg.model.jackson2.PgIndexHealthModelModule;
  • Added module-info.java descriptor to several subprojects
  • Added a new pg-index-health-model-jackson3-module subproject with full Jackson 3 support
  • The AbstractCheckOnHost constructor now requires a ResultSetExtractor as a fourth argument. If you have written a custom check by extending AbstractCheckOnHost, you must update its super(...) call to pass your extractor there. As a result, doCheck is no longer abstract — the base class handles the common case automatically, so you can delete your doCheck override unless it contains custom logic (e.g. Spring JdbcClient usage). See doc/migration/v.0.41.0/abstract-check-on-host-4-arg-constructor.md for full before/after examples.

What's Changed

Full Changelog: mfvanek/pg-index-health@v.0.40.0...v.0.41.0

Commits
  • 41afcea Try to create Extractors in constructor (#843)
  • d64d8a3 Try to run pitest only if needed (#842)
  • ddc1ef0 Add a check "Don't use upper case table or column names" [pgwiki] [schemalint...
  • 15f25f4 Improve CLAUDE.md with missing steps, pitfalls, and precision (#839)
  • 2586709 Setup Claude (#838)
  • 5247fd9 Bump io.freefair.lombok from 9.4.0 to 9.5.0 (#832)
  • b9bb0b9 Bump org.postgresql:postgresql from 42.7.10 to 42.7.11 (#833)
  • b48dd68 Add a new check "Multicolumn foreign keys with nulls" (#835)
  • c2b610c Bump org.testcontainers:testcontainers-bom from 2.0.4 to 2.0.5 (#828)
  • 0997e8d Bump io.freefair.lombok from 9.2.0 to 9.4.0 (#827)
  • Additional commits viewable in compare view

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)

Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/mfvanek/pg-index-health/releases)
- [Commits](mfvanek/pg-index-health@v.0.40.0...v.0.41.0)

---
updated-dependencies:
- dependency-name: io.github.mfvanek:pg-index-health-bom
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 13, 2026
@mfvanek mfvanek merged commit 56878b4 into master May 13, 2026
1 check passed
@mfvanek mfvanek deleted the dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.41.0 branch May 13, 2026 04:40
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.

1 participant