Skip to content

Commit

Permalink
Merge pull request #297 from mfvanek/dependabot/gradle/org.liquibase-…
Browse files Browse the repository at this point in the history
…liquibase-core-4.31.0

Bump org.liquibase:liquibase-core from 4.30.0 to 4.31.0
  • Loading branch information
mfvanek authored Jan 20, 2025
2 parents cb1a428 + 2307160 commit 4864d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg-index-health-demo-without-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("io.github.mfvanek:pg-index-health-testing")
implementation("io.github.mfvanek:pg-index-health-logger")

implementation("org.liquibase:liquibase-core:4.30.0")
implementation("org.liquibase:liquibase-core:4.31.0")
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.9")
implementation("org.apache.commons:commons-dbcp2:2.13.0")
implementation("org.testcontainers:testcontainers")
Expand Down
2 changes: 1 addition & 1 deletion pg-index-health-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui")
implementation("org.liquibase:liquibase-core:4.30.0")
implementation("org.liquibase:liquibase-core:4.31.0")
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")
implementation("io.github.mfvanek:pg-index-health")
Expand Down

0 comments on commit 4864d42

Please sign in to comment.