Skip to content

Commit bb6575f

Browse files
[No Ticket]: Bump org.liquibase:liquibase-core from 4.24.0 to 4.25.0
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.24.0...v4.25.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87729c0 commit bb6575f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ dependencies {
4949

5050
implementation group: "io.kubernetes", name: "client-java", version: "19.0.0"
5151
// 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'
5353
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.12.0'
5454

55-
liquibaseRuntime 'org.liquibase:liquibase-core:4.24.0'
55+
liquibaseRuntime 'org.liquibase:liquibase-core:4.25.0'
5656
liquibaseRuntime 'info.picocli:picocli:4.7.5'
5757
liquibaseRuntime 'org.postgresql:postgresql:42.6.0'
5858
liquibaseRuntime 'ch.qos.logback:logback-classic:1.4.11'

0 commit comments

Comments
 (0)