Skip to content

Commit

Permalink
fix(deps): update dependency org.liquibase:liquibase-core to v4.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2024
1 parent d750f05 commit 8eda7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation("com.google.cloud:google-cloud-spanner-jdbc")

// Liquibase Core - needed for testing and docker container
implementation("org.liquibase:liquibase-core:4.29.0")
implementation("org.liquibase:liquibase-core:4.29.2")
implementation("org.yaml:snakeyaml:2.3")
implementation("org.apache.commons:commons-lang3:3.17.0")

Expand Down

0 comments on commit 8eda7b7

Please sign in to comment.