Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cbxp committed Nov 14, 2024
1 parent 2f898f4 commit 662d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencyResolutionManagement {
library("jackson-kotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin").versionRef(jackson)

library("hikari", "com.zaxxer:HikariCP:6.0.0")
library("liquibase-core", "org.liquibase:liquibase-core:4.29.2")
library("liquibase-core", "org.liquibase:liquibase-core:4.30.0")
library("postgresql", "org.postgresql:postgresql:42.7.4")
}
}
Expand Down

0 comments on commit 662d586

Please sign in to comment.