Skip to content

Commit

Permalink
chore: Revert liquibase version (#2816)
Browse files Browse the repository at this point in the history
With the new version, the command `gradle diffChangeLog` does not update
the schema file.
  • Loading branch information
StaNov authored Jan 7, 2025
1 parent ecf36b0 commit a414a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ dependencyResolutionManagement {
library('amazonSTS', "software.amazon.awssdk:sts:$amazonAwsSdkVersion")
library('amazonTranslate', "software.amazon.awssdk:translate:$amazonAwsSdkVersion")
library('googleCloud', "com.google.cloud:libraries-bom:24.0.0")
library('liquibaseCore', "org.liquibase:liquibase-core:4.29.2")
library('liquibaseHibernate', "org.liquibase.ext:liquibase-hibernate6:4.29.2")
library('liquibaseCore', "org.liquibase:liquibase-core:4.30.0")
library('liquibaseHibernate', "org.liquibase.ext:liquibase-hibernate6:4.30.0")
library('liquibasePicoli', "info.picocli:picocli:4.6.3")
library('hibernateTypes', "io.hypersistence:hypersistence-utils-hibernate-63:3.7.0")
library('redissonSpringBootStarter', "org.redisson:redisson-spring-boot-starter:3.27.0")
Expand Down

0 comments on commit a414a7f

Please sign in to comment.