Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.30.0 to 4.31.0
Browse files Browse the repository at this point in the history
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.30.0...v4.31.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]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 17, 2025
1 parent 4964c02 commit 6ed82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks.withType(Test).configureEach {

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation('org.liquibase:liquibase-core:4.30.0') {
implementation('org.liquibase:liquibase-core:4.31.0') {
exclude(group: 'javax.xml.bind')
}
implementation 'com.google.guava:guava:33.4.0-jre'
Expand Down

0 comments on commit 6ed82ff

Please sign in to comment.