Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps io.github.mfvanek:pg-index-health-bom from 0.20.2 to 0.20.3.

Release notes

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

v.0.20.3

What's Changed

Added a new module pg-index-health-model-jackson-module

To use it in your Spring Boot application:

  1. Add a new dependency
dependencies {
    implementation("io.github.mfvanek:pg-index-health-model-jackson-module")
}
  1. Attach a new PgIndexHealthModelModule to your Jackson
import io.github.mfvanek.pg.model.jackson.PgIndexHealthModelModule;
import org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration(proxyBeanMethods = false)
public class JacksonConfig {
@Bean
public Jackson2ObjectMapperBuilderCustomizer customizer() {
    return builder -> builder.modulesToInstall(new PgIndexHealthModelModule());
}

}

... (truncated)

Commits
  • 1ae0053 Add javadoc (#718)
  • 2aca0b4 Tables that have all columns besides the primary key that are nullable [schem...
  • 116a46c Add a check for tables where the primary key columns are not first [schemacra...
  • 0499a7b Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 (#712)
  • 37f262f Add new rules to detekt (#709)
  • 1fb4c33 Bump nl.jqno.equalsverifier:equalsverifier from 4.0.9 to 4.1 (#706)
  • 81d2842 Fix deserialization of invalid jsons (#704)
  • c9bf1e8 Add check to prefer timestamptz instead of timestamp [pgwiki] (#702)
  • 53c41b5 Bump actions/setup-java from 4 to 5 (#700)
  • baeaa04 Add a publishing guide (#697)
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 30, 2025
@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.24%. Comparing base (fbef29e) to head (2f4ad78).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #322   +/-   ##
=========================================
  Coverage     94.24%   94.24%           
  Complexity      110      110           
=========================================
  Files            39       39           
  Lines           313      313           
  Branches         10       10           
=========================================
  Hits            295      295           
  Misses           10       10           
  Partials          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mfvanek mfvanek merged commit 176b6cc into master Oct 1, 2025
3 checks passed
@mfvanek mfvanek deleted the dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.20.3 branch October 1, 2025 07:53
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.

2 participants