Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.27.0 to 4.28.0 (#231)
Browse files Browse the repository at this point in the history
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.27.0...v4.28.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
dependabot[bot] and mfvanek committed May 27, 2024
1 parent 8c47314 commit 2514a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
implementation(libs.springdoc.openapi.ui)
implementation(libs.springdoc.openapi.security)
implementation("org.liquibase:liquibase-core:4.27.0")
implementation("org.liquibase:liquibase-core:4.28.0")
implementation(platform("org.testcontainers:testcontainers-bom:1.19.8"))
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")
Expand Down

0 comments on commit 2514a64

Please sign in to comment.