Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.23.1 to 4.23.2
Browse files Browse the repository at this point in the history
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.23.1 to 4.23.2.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.23.1...v4.23.2)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 17c7a88 commit 1ba870f
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.15.2'
implementation('org.liquibase:liquibase-core:4.23.1') {
implementation('org.liquibase:liquibase-core:4.23.2') {
exclude group: 'org.yaml'
}
implementation('commons-io:commons-io:2.13.0')
Expand Down

0 comments on commit 1ba870f

Please sign in to comment.