Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0 (#584)
Browse files Browse the repository at this point in the history
* Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0

Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.26.0 to 4.27.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.26.0...v4.27.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]>

* Set release version in docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florent Biville <[email protected]>
  • Loading branch information
dependabot[bot] and fbiville authored Mar 29, 2024
1 parent 37fe17b commit 8d22014
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.26.0
liquibase_version: 4.27.0
group_id: org.liquibase.ext
group_id_url: org/liquibase/ext
artifact_id: liquibase-neo4j
version: 4.26.0.1
version: 4.27.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.26.0</liquibase.version>
<liquibase.version>4.27.0</liquibase.version>
<sonar.tests>src/test/groovy</sonar.tests>
<testcontainers.version>1.19.7</testcontainers.version>
<neo4j-driver.version>4.4.14</neo4j-driver.version>
Expand Down

0 comments on commit 8d22014

Please sign in to comment.