Skip to content

Commit 4d61eae

Browse files
[CORE-69]: Bump org.liquibase:liquibase-core from 4.33.0 to 5.0.1
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.33.0 to 5.0.1. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.33.0...v5.0.1) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfdb7a2 commit 4d61eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
dependencies {
66
// required by the liquibase plugin; see https://github.com/liquibase/liquibase-gradle-plugin/blob/master/doc/releases.md
77
// must match the version of liquibase-core specified by liquibaseRuntime below
8-
classpath 'org.liquibase:liquibase-core:4.33.0'
8+
classpath 'org.liquibase:liquibase-core:5.0.1'
99
}
1010
}
1111

@@ -67,7 +67,7 @@ dependencies {
6767

6868
implementation 'org.apache.commons:commons-lang3:3.20.0'
6969

70-
liquibaseRuntime 'org.liquibase:liquibase-core:4.33.0'
70+
liquibaseRuntime 'org.liquibase:liquibase-core:5.0.1'
7171
liquibaseRuntime 'info.picocli:picocli:4.7.7'
7272
liquibaseRuntime 'org.postgresql:postgresql:42.7.8'
7373
liquibaseRuntime 'ch.qos.logback:logback-classic:1.5.23'

0 commit comments

Comments
 (0)