Skip to content

Commit

Permalink
Merge pull request #282 from mfvanek/feature/update-pgih-0.14.1
Browse files Browse the repository at this point in the history
Update pg-index-health
  • Loading branch information
mfvanek authored Nov 29, 2024
2 parents 4b11e7b + 65bb298 commit 65d19ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "io.github.mfvanek"
version = "0.14.0"
version = "0.14.1"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ configurations.configureEach {
}

dependencies {
implementation(platform("io.github.mfvanek:pg-index-health-bom:0.14.0"))
implementation(platform("io.github.mfvanek:pg-index-health-bom:0.14.1"))
implementation(platform("org.testcontainers:testcontainers-bom:1.20.4"))

implementation("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 65d19ef

Please sign in to comment.