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/v4.29.1/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.0...v4.29.1)

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

Updates `org.liquibase:liquibase-maven-plugin` from 4.29.0 to 4.29.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/v4.29.1/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.0...v4.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
- dependency-name: org.liquibase:liquibase-maven-plugin
  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 KushnirykOleh committed Aug 1, 2024
1 parent 6888ba1 commit 3834917
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 @@ -47,7 +47,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<liquibase.version>4.29.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
<sonar.organization>liquibase</sonar.organization>
<sonar.projectKey>${sonar.organization}_${project.artifactId}</sonar.projectKey>
<sonar.projectName>${project.name}</sonar.projectName>
Expand Down

0 comments on commit 3834917

Please sign in to comment.