Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fbiville committed Oct 13, 2022
1 parent 5f57f42 commit 6ab5d84
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 @@ -64,7 +64,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.enforcer.requireJavaVersion>${maven.compiler.source}</maven.enforcer.requireJavaVersion>
<liquibase.version>4.16.1</liquibase.version>
<liquibase.version>4.17.0</liquibase.version>
<version.to.release>${project.version}</version.to.release>
</properties>

Expand Down

0 comments on commit 6ab5d84

Please sign in to comment.