Skip to content

Commit 86bae98

Browse files
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] <[email protected]>
1 parent 687ee36 commit 86bae98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.1
6060
quartz = { module = "org.quartz-scheduler:quartz", version = "2.5.0" }
6161

6262
# Libraries used in dbinit
63-
liquibase-core = { module = "org.liquibase:liquibase-core", version = "4.33.0" }
64-
liquibase-hibernate6 = { module = "org.liquibase.ext:liquibase-hibernate6", version = "4.33.0" }
63+
liquibase-core = { module = "org.liquibase:liquibase-core", version = "5.0.1" }
64+
liquibase-hibernate6 = { module = "org.liquibase.ext:liquibase-hibernate6", version = "5.0.1" }
6565
picocli = { module = "info.picocli:picocli", version = "4.7.7" }
6666

6767
[plugins]

0 commit comments

Comments
 (0)