Skip to content

build(deps): bump org.neo4j.driver:neo4j-java-driver from 6.0.5 to 6.1.0 in /graph-rag/java in the neo4j group#98

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/graph-rag/java/neo4j-b9cf3e109b
May 3, 2026
Merged

build(deps): bump org.neo4j.driver:neo4j-java-driver from 6.0.5 to 6.1.0 in /graph-rag/java in the neo4j group#98
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/graph-rag/java/neo4j-b9cf3e109b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps the neo4j group in /graph-rag/java with 1 update: org.neo4j.driver:neo4j-java-driver.

Updates org.neo4j.driver:neo4j-java-driver from 6.0.5 to 6.1.0

Release notes

Sourced from org.neo4j.driver:neo4j-java-driver's releases.

6.1.0

This release brings a new feature, general improvement and dependency updates.

6.1 API documentation

Automatic retries for auto-commit queries


This update introduces automatic retries for auto-commit queries executed via session run methods. At present, the driver performs a single immediate retry, and only for idempotent errors.

This behaviour is enabled by default, but can be disabled at both the driver and session levels.

Driver configuration:

var config = Config.builder()
        .withAutoCommitRetriesDisabled(true) // Defaults to false
        .build();

Session configuration:

var config = SessionConfig.builder()
        .withAutoCommitRetriesMode(AutoCommitRetriesMode.DISABLED) // Defaults to AutoCommitRetriesMode.DEFAULT that delegates to driver configuration
        .build();

Changelog


Please see the full changelog below.

⭐ New Features

  • feat(idempotent): add support for autocommit retries #1759
✅ Testkit

  • TestKit backend: fix parsing of ZonedDateTime #1758
🔧 Build

  • build(deps): update dependencies #1760
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the neo4j group in /graph-rag/java with 1 update: [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver).


Updates `org.neo4j.driver:neo4j-java-driver` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/neo4j/neo4j-java-driver/releases)
- [Commits](neo4j/neo4j-java-driver@6.0.5...6.1.0)

---
updated-dependencies:
- dependency-name: org.neo4j.driver:neo4j-java-driver
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: neo4j
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 3, 2026
@mergify mergify Bot merged commit f528c11 into main May 3, 2026
9 of 10 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/graph-rag/java/neo4j-b9cf3e109b branch May 3, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant