An open index of dependabot pull requests across open source projects.

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

Open
Number: #374
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 30, 2025 at 10:01 PM UTC
(8 months ago)
Updated: September 30, 2025 at 10:01 PM UTC
(8 months ago)
Labels:
dependencies java
Description:

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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
maven
Version Change:
0.20.2 → 0.20.3
Update Type:
Patch
Technical Details
ID: 8883880
UUID: 2876121732
Node ID: PR_kwDOInTsUc6rbiKE
Host: GitHub
Repository: mfvanek/java-experiments
Merge State: Unknown