Skip to content

Commit

Permalink
chore(deps): bump liquibase.version from 4.29.1 to 4.29.2 (#648)
Browse files Browse the repository at this point in the history
* chore(deps): bump liquibase.version from 4.29.1 to 4.29.2

Bumps `liquibase.version` from 4.29.1 to 4.29.2.

Updates `org.liquibase:liquibase-core` from 4.29.1 to 4.29.2
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.1...v4.29.2)

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

---
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
...

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Florent Biville <[email protected]>
  • Loading branch information
dependabot[bot] and fbiville authored Sep 9, 2024
1 parent 2ff2f01 commit 28cc697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.29.1
liquibase_version: 4.29.2
group_id: org.liquibase.ext
group_id_url: org/liquibase/ext
artifact_id: liquibase-neo4j
version: 4.29.1
version: 4.29.2
extra_css:
- css/extra.css
markdown_extensions:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-neo4j</artifactId>
<version>4.30.0-SNAPSHOT</version>
<version>4.29.2-SNAPSHOT</version>

<name>Liquibase Neo4j Database Extension</name>
<description>Adds additional Neo4j specific Liquibase functionality</description>
Expand Down Expand Up @@ -45,7 +45,7 @@

<properties>
<maven.enforcer.requireJavaVersion>${maven.compiler.source}</maven.enforcer.requireJavaVersion>
<liquibase.version>4.29.1</liquibase.version>
<liquibase.version>4.29.2</liquibase.version>
<sonar.tests>src/test/groovy</sonar.tests>
<testcontainers.version>1.20.1</testcontainers.version>
<neo4j-driver.version>4.4.18</neo4j-driver.version>
Expand Down

0 comments on commit 28cc697

Please sign in to comment.