Skip to content

Commit

Permalink
Merge pull request #90 from mfvanek/dependabot/gradle/org.liquibase-l…
Browse files Browse the repository at this point in the history
…iquibase-core-4.23.0

Bump org.liquibase:liquibase-core from 4.22.0 to 4.23.0
  • Loading branch information
mfvanek authored Jul 3, 2023
2 parents 3a1b7c3 + b370f07 commit ce2bc18
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 @@ -33,7 +33,7 @@ dependencies {
implementation(libs.pgIndexHealth.testing)
runtimeOnly(libs.postgresql)
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.liquibase:liquibase-core:4.22.0")
implementation("org.liquibase:liquibase-core:4.23.0")
implementation("org.apache.commons:commons-dbcp2:2.9.0")
implementation(platform("org.testcontainers:testcontainers-bom:1.18.3"))
implementation("org.testcontainers:testcontainers")
Expand Down

0 comments on commit ce2bc18

Please sign in to comment.