Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.30.0 to 4.31.0 (#557)
Browse files Browse the repository at this point in the history
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.30.0...v4.31.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent a43fe2f commit 3156a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation(platform(libs.testcontainers.bom))
implementation("org.testcontainers:postgresql")
implementation(libs.spring.boot.starter.data.jdbc)
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")

runtimeOnly(libs.postgresql)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation(libs.spring.boot.starter.data.jdbc)
implementation(platform(libs.testcontainers.bom))
implementation("org.testcontainers:postgresql")
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")

runtimeOnly(libs.postgresql)
Expand Down

0 comments on commit 3156a8f

Please sign in to comment.