Skip to content

Commit

Permalink
chore(deps): bump liquibase.version from 4.28.0 to 4.29.0 (#629)
Browse files Browse the repository at this point in the history
* chore(deps): bump liquibase.version from 4.28.0 to 4.29.0

Bumps `liquibase.version` from 4.28.0 to 4.29.0.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Align documented versions to upcoming release's

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Florent Biville <[email protected]>
  • Loading branch information
dependabot[bot] and fbiville authored Jul 29, 2024
1 parent 3fd04e7 commit d68cad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ plugins:
extra:
maven_central: https://repo1.maven.org/maven2
github_repo: https://github.com/liquibase/liquibase-neo4j
liquibase_version: 4.28.0
liquibase_version: 4.29.0
group_id: org.liquibase.ext
group_id_url: org/liquibase/ext
artifact_id: liquibase-neo4j
version: 4.28.0
version: 4.29.0
extra_css:
- css/extra.css
markdown_extensions:
Expand Down
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.28.0</liquibase.version>
<liquibase.version>4.29.0</liquibase.version>
<sonar.tests>src/test/groovy</sonar.tests>
<testcontainers.version>1.20.0</testcontainers.version>
<neo4j-driver.version>4.4.18</neo4j-driver.version>
Expand Down

0 comments on commit d68cad5

Please sign in to comment.