Skip to content

fix: re-enable pre-commit#1758

Merged
robfrank merged 1 commit into
mainfrom
fix/reconfigure-pre-commit
Oct 15, 2024
Merged

fix: re-enable pre-commit#1758
robfrank merged 1 commit into
mainfrom
fix/reconfigure-pre-commit

Conversation

@robfrank

Copy link
Copy Markdown
Collaborator

What does this PR do?

re-configure and re-enable pre-commit

Motivation

pre-commit stopped working due to miscofugured python action

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@robfrank robfrank self-assigned this Oct 15, 2024
@robfrank robfrank added this to the 24.11.1 milestone Oct 15, 2024
@robfrank robfrank merged commit 29a0bff into main Oct 15, 2024
@robfrank robfrank deleted the fix/reconfigure-pre-commit branch October 15, 2024 13:18
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (4207821) 65144 0 0.00%
Head commit (57f54f6) 65144 (+0) 0 (+0) 0.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1758) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

mergify Bot added a commit that referenced this pull request Apr 13, 2026
Bumps `jline.version` from 4.0.10 to 4.0.12.
Updates `org.jline:jline-terminal` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
Updates `org.jline:jline-reader` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
Updates `org.jline:jline-terminal-jni` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request May 3, 2026
…1.0 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 6.0.5 to 6.1.0.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.1.0
> -----
>
> This release brings a new feature, general improvement and dependency updates.
>
> [6.1 API documentation](https://neo4j.com/docs/api/java-driver/6.1)
>
> #### 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](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1759)
>
> ##### ✅ Testkit
>
> ---
>
> * TestKit backend: fix parsing of ZonedDateTime [#1758](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1758)
>
> ##### 🔧 Build
>
> ---
>
> * build(deps): update dependencies [#1760](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1760)


Commits

* [`7652d3c`](neo4j/neo4j-java-driver@7652d3c) build(deps): update dependencies ([#1760](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1760))
* [`3439d70`](neo4j/neo4j-java-driver@3439d70) feat(idempotent): add support for autocommit retries ([#1759](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1759))
* [`e19560d`](neo4j/neo4j-java-driver@e19560d) TestKit backend: fix parsing of ZonedDateTime ([#1758](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1758))
* See full diff in [compare view](neo4j/neo4j-java-driver@6.0.5...6.1.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=6.0.5&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps `jline.version` from 4.0.10 to 4.0.12.
Updates `org.jline:jline-terminal` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [ArcadeData#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([ArcadeData#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([ArcadeData#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([ArcadeData#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([ArcadeData#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [ArcadeData#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
Updates `org.jline:jline-reader` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [ArcadeData#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([ArcadeData#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([ArcadeData#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([ArcadeData#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([ArcadeData#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [ArcadeData#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
Updates `org.jline:jline-terminal-jni` from 4.0.10 to 4.0.12
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.12
> ------------
>
> **JLine 4.0.12** is a quick follow-up fixing two regressions. A missing timeout in the forced-dump path caused busy-loop CPU spinning, and an unguarded `AnsiConsole.providers()` call threw `NoSuchMethodError` when running against older Jansi versions.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (fixes [ArcadeData#1768](https://redirect.github.com/jline/jline3/issues/1768)) ([ArcadeData#1769](https://redirect.github.com/jline/jline3/pull/1769)) [`@​gnodet`](https://github.com/gnodet)
> * fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766)) ([ArcadeData#1767](https://redirect.github.com/jline/jline3/pull/1767)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 4.0.11
> ------------
>
> **JLine 4.0.11** improves **SwingTerminal rendering fidelity** and **grapheme cluster performance**. SwingTerminal now correctly renders dim, italic, and conceal attributes and matches the ScreenTerminal HTML color logic. A BreakIterator caching fix eliminates repeated object allocation in grapheme cluster width loops, and a spurious-wakeup guard hardens the ScreenTerminal dirty-wait path.
>
> 🚀 New features and improvements
> -------------------------------
>
> * feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/pull/1759)) [`@​Elec332`](https://github.com/Elec332)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/pull/1765)) [`@​gnodet`](https://github.com/gnodet)
> * fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim interaction ([ArcadeData#1758](https://redirect.github.com/jline/jline3/pull/1758)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Match SwingTerminal color logic to new HTML color logic ([ArcadeData#1757](https://redirect.github.com/jline/jline3/pull/1757)) [`@​Elec332`](https://github.com/Elec332)
> * fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/pull/1763)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/pull/1760)) [`@​dependabot`](https://github.com/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/pull/1764)) [`@​gnodet`](https://github.com/gnodet)
>
> 🔧 Build
> -------
>
> * fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/pull/1761)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`eea50e4`](jline/jline3@eea50e4) fix: restore waitDirty timeout in forced dump to prevent busy-loop spinning (...
* [`630eaaf`](jline/jline3@630eaaf) fix: guard AnsiConsole.providers() call to avoid NoSuchMethodError (fixes [ArcadeData#1766](https://redirect.github.com/jline/jline3/issues/1766))
* [`28dd626`](jline/jline3@28dd626) fix: guard waitDirty against spurious wakeups ([ArcadeData#1765](https://redirect.github.com/jline/jline3/issues/1765))
* [`bbe5f1b`](jline/jline3@bbe5f1b) chore: suppress deprecation warnings in tests for deprecated console API ([ArcadeData#1764](https://redirect.github.com/jline/jline3/issues/1764))
* [`e3bba82`](jline/jline3@e3bba82) fix: apply dim and italic attributes in SwingTerminal, fix conceal+dim intera...
* [`97baf7b`](jline/jline3@97baf7b) fix: correct 4-bit to 8-bit color expansion in SwingTerminal (fixes [ArcadeData#1757](https://redirect.github.com/jline/jline3/issues/1757))
* [`5c0f479`](jline/jline3@5c0f479) feat: add direct dump method for ScreenTerminal HTML string ([#1759](https://redirect.github.com/jline/jline3/issues/1759))
* [`529e252`](jline/jline3@529e252) fix: cache BreakIterator in grapheme cluster loops ([#1762](https://redirect.github.com/jline/jline3/issues/1762)) ([ArcadeData#1763](https://redirect.github.com/jline/jline3/issues/1763))
* [`0ffa1a3`](jline/jline3@0ffa1a3) chore: Bump eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.2 ([ArcadeData#1760](https://redirect.github.com/jline/jline3/issues/1760))
* [`1301c8d`](jline/jline3@1301c8d) fix: update Maven wrapper to 3.9.14 ([ArcadeData#1761](https://redirect.github.com/jline/jline3/issues/1761))
* See full diff in [compare view](jline/jline3@4.0.10...4.0.12)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…1.0 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 6.0.5 to 6.1.0.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.1.0
> -----
>
> This release brings a new feature, general improvement and dependency updates.
>
> [6.1 API documentation](https://neo4j.com/docs/api/java-driver/6.1)
>
> #### 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](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1759)
>
> ##### ✅ Testkit
>
> ---
>
> * TestKit backend: fix parsing of ZonedDateTime [ArcadeData#1758](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1758)
>
> ##### 🔧 Build
>
> ---
>
> * build(deps): update dependencies [ArcadeData#1760](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1760)


Commits

* [`7652d3c`](neo4j/neo4j-java-driver@7652d3c) build(deps): update dependencies ([ArcadeData#1760](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1760))
* [`3439d70`](neo4j/neo4j-java-driver@3439d70) feat(idempotent): add support for autocommit retries ([#1759](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1759))
* [`e19560d`](neo4j/neo4j-java-driver@e19560d) TestKit backend: fix parsing of ZonedDateTime ([ArcadeData#1758](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1758))
* See full diff in [compare view](neo4j/neo4j-java-driver@6.0.5...6.1.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=6.0.5&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Jul 5, 2026
….2.0 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 4.4.20 to 6.2.0.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.2.0
> -----
>
> This release brings a new feature, general improvements and dependency updates.
>
> [6.2 API documentation](https://neo4j.com/docs/api/java-driver/6.2)
>
> #### ⭐ New Features
>
> ---
>
> * feat(uuid): add support for Neo4j UUID and Bolt 6.1 [#1766](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1766)
>
> #### 👏 Improvements
>
> ---
>
> * feat(summary): introduce QueryProfile [#1730](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1730)
> * fix(vector): account for element arrays in Vector equality and hash code [#1762](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1762)
> * docs: update procedure name in transaction metadata [#1768](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1768)
>
> #### 🔧 Build
>
> ---
>
> * build(deps): update dependencies [#1767](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1767)
> * build(deps): update dependencies [#1764](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1764)
> * build(java): build on Java 25 [#1753](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1753)
>
> 6.1.0
> -----
>
> This release brings a new feature, general improvement and dependency updates.
>
> [6.1 API documentation](https://neo4j.com/docs/api/java-driver/6.1)
>
> #### 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();
> ```

... (truncated)


Commits

* [`99b3417`](neo4j/neo4j-java-driver@99b3417) build(deps): update dependencies ([#1767](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1767))
* [`4a296f4`](neo4j/neo4j-java-driver@4a296f4) docs: update procedure name in transaction metadata ([#1768](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1768))
* [`7aacaca`](neo4j/neo4j-java-driver@7aacaca) feat(summary): introduce QueryProfile ([#1730](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1730))
* [`54ab15d`](neo4j/neo4j-java-driver@54ab15d) feat(uuid): add support for Neo4j UUID and Bolt 6.1 ([#1766](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1766))
* [`e0342b1`](neo4j/neo4j-java-driver@e0342b1) fix(vector): account for element arrays in Vector equality and hash code ([#1762](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1762))
* [`08e9a92`](neo4j/neo4j-java-driver@08e9a92) build(deps): update dependencies ([#1764](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1764))
* [`daee652`](neo4j/neo4j-java-driver@daee652) build(java): build on Java 25 ([#1753](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1753))
* [`7652d3c`](neo4j/neo4j-java-driver@7652d3c) build(deps): update dependencies ([#1760](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1760))
* [`3439d70`](neo4j/neo4j-java-driver@3439d70) feat(idempotent): add support for autocommit retries ([#1759](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1759))
* [`e19560d`](neo4j/neo4j-java-driver@e19560d) TestKit backend: fix parsing of ZonedDateTime ([#1758](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1758))
* Additional commits viewable in [compare view](neo4j/neo4j-java-driver@4.4.20...6.2.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=4.4.20&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant