Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Aug 11, 2023
1 parent 112147a commit 3a83f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquibase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
implementation project(':framework')
testImplementation project(':framework').sourceSets.test.compileClasspath

implementation('org.liquibase:liquibase-core:4.23.0') {transitive = false}
implementation('org.liquibase:liquibase-core:4.23.1') {transitive = false}
}

apply from: rootProject.file('gradle/deploy.gradle')

0 comments on commit 3a83f6f

Please sign in to comment.