File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ dependencies {
49
49
50
50
implementation group : " io.kubernetes" , name : " client-java" , version : " 19.0.0"
51
51
// io.kubernetes:client-java brings in snakeyaml 2.0 which breaks whatever version of liquibase was pulled in before
52
- implementation group : ' org.liquibase' , name : ' liquibase-core' , version : ' 4.24 .0'
52
+ implementation group : ' org.liquibase' , name : ' liquibase-core' , version : ' 4.25 .0'
53
53
implementation group : ' io.micrometer' , name : ' micrometer-registry-prometheus' , version : ' 1.12.0'
54
54
55
- liquibaseRuntime ' org.liquibase:liquibase-core:4.24 .0'
55
+ liquibaseRuntime ' org.liquibase:liquibase-core:4.25 .0'
56
56
liquibaseRuntime ' info.picocli:picocli:4.7.5'
57
57
liquibaseRuntime ' org.postgresql:postgresql:42.6.0'
58
58
liquibaseRuntime ' ch.qos.logback:logback-classic:1.4.11'
You can’t perform that action at this time.
0 commit comments