Skip to content

Commit

Permalink
chore(deps): bump liquibase.version from 4.29.0 to 4.29.1
Browse files Browse the repository at this point in the history
Bumps `liquibase.version` from 4.29.0 to 4.29.1.

Updates `org.liquibase:liquibase-core` from 4.29.0 to 4.29.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.0...v4.29.1)

Updates `org.liquibase:liquibase-commercial` from 4.29.0 to 4.29.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fbiville committed Aug 9, 2024
1 parent 84d9eb3 commit 79daaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<maven.enforcer.requireJavaVersion>${maven.compiler.source}</maven.enforcer.requireJavaVersion>
<liquibase.version>4.29.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
<sonar.tests>src/test/groovy</sonar.tests>
<testcontainers.version>1.20.1</testcontainers.version>
<neo4j-driver.version>4.4.18</neo4j-driver.version>
Expand Down

0 comments on commit 79daaf3

Please sign in to comment.