From 8d220141df0b2c814537827c3ccecc2117ed81d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:40:43 +0100 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0 (#584) * 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](https://github.com/liquibase/liquibase/compare/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] * Set release version in docs --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florent Biville --- mkdocs.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index edc80689..e695f1f6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/pom.xml b/pom.xml index 98bf9c6e..70eddf5f 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ ${maven.compiler.source} - 4.26.0 + 4.27.0 src/test/groovy 1.19.7 4.4.14