Skip to content

Commit

Permalink
Bump the be-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the be-dependencies group with 1 update: [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase).

- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.23.2...v4.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent f93c3e7 commit 3f654b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-java-time:0.44.0")
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("org.postgresql:postgresql:42.6.0")
implementation("org.liquibase:liquibase-core:4.23.2")
implementation("org.liquibase:liquibase-core:4.24.0")
implementation("com.mattbertolini:liquibase-slf4j:5.0.0")
testImplementation(testFixtures(project(":domain")))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
Expand Down

0 comments on commit 3f654b6

Please sign in to comment.