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

Commit 183693c

Browse files
Bump org.liquibase:liquibase-core from 4.27.0 to 4.28.0
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>
1 parent e844f75 commit 183693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation("org.springframework.boot:spring-boot-starter-security")
4545
implementation(libs.springdoc.openapi.ui)
4646
implementation(libs.springdoc.openapi.security)
47-
implementation("org.liquibase:liquibase-core:4.27.0")
47+
implementation("org.liquibase:liquibase-core:4.28.0")
4848
implementation(platform("org.testcontainers:testcontainers-bom:1.19.8"))
4949
implementation("org.testcontainers:testcontainers")
5050
implementation("org.testcontainers:postgresql")

0 commit comments

Comments
 (0)