Skip to content

Commit

Permalink
Update dependency org.liquibase:liquibase-core to v4.31.1 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 3e1b856 commit ca33f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencyResolutionManagement {
library("recordbuilder-core", "io.soabase.record-builder", "record-builder-core").versionRef("recordbuilder")

library("embeddedpostgres", "io.zonky.test:embedded-postgres:2.1.0")
library("liquibase-core", "org.liquibase:liquibase-core:4.31.0")
library("liquibase-core", "org.liquibase:liquibase-core:4.31.1")

library("mapstruct-processor", "org.mapstruct", "mapstruct-processor").versionRef("mapstruct")
library("mapstruct-compile", "org.mapstruct", "mapstruct").versionRef("mapstruct")
Expand Down
2 changes: 1 addition & 1 deletion docs/example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
annotationProcessor(project(":processor"))
implementation(project(":runtime"))
implementation("jakarta.inject:jakarta.inject-api:2.0.1")
liquibaseRuntime("org.liquibase:liquibase-core:4.31.0")
liquibaseRuntime("org.liquibase:liquibase-core:4.31.1")
liquibaseRuntime("info.picocli:picocli:4.7.6")
liquibaseRuntime("ch.qos.logback:logback-core:1.5.16")
liquibaseRuntime("ch.qos.logback:logback-classic:1.5.16")
Expand Down

0 comments on commit ca33f03

Please sign in to comment.