Bump io.github.mfvanek:pg-index-health-bom from 0.20.2 to 0.20.3
Open
Number: #374
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 30, 2025 at 10:01 PM UTC
(8 months ago)
(8 months ago)
Updated:
September 30, 2025 at 10:01 PM UTC
(8 months ago)
(8 months ago)
Labels:
dependencies java
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
- Next development iteration v0.20.3 by
@mfvanekin mfvanek/pg-index-health#677- Bump org.testcontainers:testcontainers-bom from 1.21.2 to 1.21.3 by
@dependabot[bot] in mfvanek/pg-index-health#679- Bump nl.jqno.equalsverifier:equalsverifier from 4.0.2 to 4.0.3 by
@dependabot[bot] in mfvanek/pg-index-health#680- Bump nl.jqno.equalsverifier:equalsverifier from 4.0.3 to 4.0.4 by
@dependabot[bot] in mfvanek/pg-index-health#682- Bump nl.jqno.equalsverifier:equalsverifier from 4.0.4 to 4.0.6 by
@dependabot[bot] in mfvanek/pg-index-health#687- Bump org.liquibase:liquibase-core from 4.32.0 to 4.33.0 by
@dependabot[bot] in mfvanek/pg-index-health#684- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by
@dependabot[bot] in mfvanek/pg-index-health#685- Bump nl.jqno.equalsverifier:equalsverifier from 4.0.6 to 4.0.7 by
@dependabot[bot] in mfvanek/pg-index-health#690- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in mfvanek/pg-index-health#693- Make all model serializable to Json by
@mfvanekin mfvanek/pg-index-health#688- Add a publishing guide by
@mfvanekin mfvanek/pg-index-health#697- Bump actions/setup-java from 4 to 5 by
@dependabot[bot] in mfvanek/pg-index-health#700- Add a new check to prefer timestamptz instead of timestamp [pgwiki] by
@mfvanekin mfvanek/pg-index-health#702- Fix deserialization of invalid jsons by
@mfvanekin mfvanek/pg-index-health#704- Bump nl.jqno.equalsverifier:equalsverifier from 4.0.9 to 4.1 by
@dependabot[bot] in mfvanek/pg-index-health#706- Add new rules to detekt by
@mfvanekin mfvanek/pg-index-health#709- Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 by
@dependabot[bot] in mfvanek/pg-index-health#712- Add a check for tables where the primary key columns are not first [schemacrawler] by
@mfvanekin mfvanek/pg-index-health#715- Add a new check "Tables that have all columns besides the primary key that are nullable" [schemacrawler] by
@mfvanekin mfvanek/pg-index-health#716- Add javadoc by
@mfvanekin mfvanek/pg-index-health#718Added a new module
pg-index-health-model-jackson-moduleTo use it in your Spring Boot application:
- Add a new dependency
dependencies { implementation("io.github.mfvanek:pg-index-health-model-jackson-module") }
- Attach a new
PgIndexHealthModelModuleto your Jacksonimport 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
1ae0053Add javadoc (#718)2aca0b4Tables that have all columns besides the primary key that are nullable [schem...116a46cAdd a check for tables where the primary key columns are not first [schemacra...0499a7bBump org.postgresql:postgresql from 42.7.7 to 42.7.8 (#712)37f262fAdd new rules to detekt (#709)1fb4c33Bump nl.jqno.equalsverifier:equalsverifier from 4.0.9 to 4.1 (#706)81d2842Fix deserialization of invalid jsons (#704)c9bf1e8Add check to prefer timestamptz instead of timestamp [pgwiki] (#702)53c41b5Bump actions/setup-java from 4 to 5 (#700)baeaa04Add a publishing guide (#697)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Ecosystem:
maven
maven
Version Change:
0.20.2 → 0.20.3
Update Type:
Patch
Patch
Technical Details
| ID: | 8883880 |
| UUID: | 2876121732 |
| Node ID: | PR_kwDOInTsUc6rbiKE |
| Host: | GitHub |
| Repository: | mfvanek/java-experiments |
| Merge State: | Unknown |