michael-simons / neo4j-migrations

Automated script runner aka "Migrations" for Neo4j. Inspired by Flyway.
https://michael-simons.github.io/neo4j-migrations/
Apache License 2.0
118 stars 23 forks source link

build(deps): Bump org.neo4j:neo4j-cypher-dsl-bom from 2024.0.3 to 2024.1.0 #1459

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.neo4j:neo4j-cypher-dsl-bom from 2024.0.3 to 2024.1.0.

Release notes

Sourced from org.neo4j:neo4j-cypher-dsl-bom's releases.

2024.1.0

This new minor release adds a third dialect: Neo4j 5.23, catering for Neo4j >= 5.23. The initial release will rewrite sub-query CALL statements with importing WITH into sub-queries with variable scoped CALL clause. While the former is still available in Neo4j 5.23, it will cause deprecation warnings, hence, if you want to get rid of those, change the dialect accordingly. No need to rewrite any query on your own.

๐Ÿš€ Features

  • Add a Neo4j 5.23 dialect. (#1069)

๐Ÿ› Bug Fixes

  • Unwrap PatternList proper if unique.

๐Ÿ“– Documentation

  • Add an example of building a stand-alone WHERE clause.

๐Ÿงน Housekeeping

  • Dependency upgrades:
    • Bump org.checkerframework:checker-qual (#1072)
    • Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#1070)
    • Bump org.apache.maven.plugins:maven-surefire-plugin (#1068)
    • Bump mockito.version from 5.12.0 to 5.13.0 (#1067)
    • Bump org.apache.maven.plugins:maven-failsafe-plugin (#1066)
    • Bump org.neo4j.driver:neo4j-java-driver (#1065)
    • Bump com.puppycrawl.tools:checkstyle (#1064)
    • Bump org.apache.maven.plugins:maven-javadoc-plugin (#1063)
    • Bump neo4j.version from 5.22.0 to 5.23.0 (#1053)
    • Bump org.apache.maven.plugins:maven-install-plugin (#1057)
    • Bump org.asciidoctor:asciidoctorj from 2.5.13 to 3.0.0 (#1056)
    • Bump org.springframework.boot:spring-boot-starter-parent (#1055)
    • Bump org.apache.maven.plugins:maven-deploy-plugin (#1054)
    • Bump com.puppycrawl.tools:checkstyle (#1052)
    • Bump org.apache.maven.plugins:maven-checkstyle-plugin (#1051)
    • Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1050)
Commits
  • 6b9b25d Prepare release.
  • e6992d4 docs: Update changelog.
  • 35c06ca build(deps-dev): Bump org.checkerframework:checker-qual (#1072)
  • ee0032f build(deps): Bump actions/download-artifact from 1 to 4.1.7 in /.github/workf...
  • 06736a8 feat: Add a Neo4j 5.23 dialect. (#1069)
  • c54e329 docs: Add an example of building a stand-alone WHERE clause.
  • 22e9be5 fix: Unwrap PatternList proper if unique.
  • d7f3cff build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin (#1068)
  • 78d6f99 build(deps): Bump mockito.version from 5.12.0 to 5.13.0 (#1067)
  • 66990c3 build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin (#1066)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
michael-simons commented 2 months ago

@dependabot squash and merge