Skip to content

Commit

Permalink
Merge pull request #106 from codeborne/dependabot/gradle/org.liquibas…
Browse files Browse the repository at this point in the history
…e-liquibase-core-4.31.1

Bump org.liquibase:liquibase-core from 4.31.0 to 4.31.1
  • Loading branch information
angryziber authored Mar 7, 2025
2 parents 355d740 + 64dabc3 commit b37d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencyResolutionManagement {
library("jackson-kotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin").versionRef(jackson)

library("hikari", "com.zaxxer:HikariCP:6.2.1")
library("liquibase-core", "org.liquibase:liquibase-core:4.31.0")
library("liquibase-core", "org.liquibase:liquibase-core:4.31.1")
library("postgresql", "org.postgresql:postgresql:42.7.5")
}
}
Expand Down

0 comments on commit b37d616

Please sign in to comment.