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
113 stars 22 forks source link

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

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Release notes

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

2024.0.3

This is mostly a release that upgrades dependency, with the noteworthy exception of having now a unified property accessor.

Thanks to @​fbiville for his contribution to the documentation, @​loveleif for his support and making the latest Neo4j Cypher parser and its improvements work on the module path again and to @​Andy2003 for his latest suggestion of the unified property accessor.

🚀 Features

  • Add a common interface PropertyAccessor (#908)

📖 Documentation

  • Update latest version supporting JDK 8 in README. (#1041)
  • Fix documentation link in README (#1026)

🧹 Housekeeping

  • Dependency upgrades:
    • Bump com.google.guava:guava (#1049)
    • Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#1048)
    • Bump org.apache.maven.plugins:maven-failsafe-plugin (#1047)
    • Bump org.codehaus.mojo:exec-maven-plugin (#1046)
    • Bump org.springframework.data:spring-data-neo4j (#1045)
    • Bump io.projectreactor:reactor-bom (#1044)
    • Bump org.apache.maven.plugins:maven-surefire-plugin (#1043)
    • Bump org.apache.maven.plugins:maven-site-plugin (#1042)
    • Bump org.codehaus.mojo:exec-maven-plugin (#1040)
    • Bump org.checkerframework:checker-qual (#1039)
    • Bump testcontainers.version from 1.20.0 to 1.20.1 (#1038)
    • Bump neo4j.version from 5.20.0 to 5.22.0 (#1036)
    • Bump org.neo4j.driver:neo4j-java-driver (#1037)
    • Bump org.springframework.boot:spring-boot-starter-parent (#1035)
    • Bump testcontainers.version from 1.19.8 to 1.20.0 (#1034)
    • Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1033)
    • Bump org.apache.maven.plugins:maven-javadoc-plugin (#1032)
    • Bump org.apache.maven.plugins:maven-surefire-plugin (#1030)
    • Bump org.apache.maven.plugins:maven-failsafe-plugin (#1029)
    • Bump org.springframework.data:spring-data-neo4j (#1028)
    • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#1027)
Commits
  • 8d31d16 Prepare release.
  • 6d615d8 build(deps-dev): Bump com.google.guava:guava (#1049)
  • 2d0a8a3 build(deps): Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#1048)
  • f8799db build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin (#1047)
  • 237dd04 build(deps): Bump org.codehaus.mojo:exec-maven-plugin (#1046)
  • c3e3519 build(deps): Bump org.springframework.data:spring-data-neo4j (#1045)
  • 3de2949 build(deps): Bump io.projectreactor:reactor-bom (#1044)
  • 49b3349 build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin (#1043)
  • eff4ce8 build(deps): Bump org.apache.maven.plugins:maven-site-plugin (#1042)
  • 9690ced docs: Update latest version supporting JDK 8 in README. (#1041)
  • 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 weeks ago

@dependabot squash and merge