fix(deps): update dependency org.liquibase:liquibase-core to v4.25.0

This commit is contained in:
renovate[bot] 2023-11-15 01:05:25 +00:00 committed by Kavin
parent e4517ecab0
commit 71bd6d539e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ dependencies {
implementation 'org.postgresql:postgresql:42.6.0'
implementation 'org.hibernate:hibernate-core:6.3.1.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.3.1.Final'
implementation 'org.liquibase:liquibase-core:4.23.2'
implementation 'org.liquibase:liquibase-core:4.25.0'
implementation('org.liquibase.ext:liquibase-yugabytedb:4.23.2') { exclude group: 'org.liquibase' }
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:6.1.4'