Skip to content

Commit

Permalink
chore(deps): bump org.liquibase:liquibase-core from 4.29.2 to 4.30.0 (#…
Browse files Browse the repository at this point in the history
…155)

Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.29.2 to 4.30.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.2...v4.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 96b0643 commit 9db6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ starter-test = { group = "org.springframework.boot", name = "spring-boot-starter
gradle-plugin = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "spring-boot" }
archunit = { group = "com.tngtech.archunit", name = "archunit-junit5", version = "1.3.0" }
jsr310 = { group = "com.fasterxml.jackson.datatype", name = "jackson-datatype-jsr310", version = "2.18.1" }
liquibase = { group = "org.liquibase", name = "liquibase-core", version = "4.29.2" }
liquibase = { group = "org.liquibase", name = "liquibase-core", version = "4.30.0" }
postgresql = { group = "org.postgresql", name = "postgresql", version = "42.7.4" }
lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.17.0" }
zonkyEmbeddedDb = { group = "io.zonky.test", name = "embedded-database-spring-test", version = "2.5.1" }
Expand Down

0 comments on commit 9db6907

Please sign in to comment.