Skip to content

Commit

Permalink
build(deps): Bump org.neo4j.test:neo4j-harness from 5.12.0 to 5.13.0 (#…
Browse files Browse the repository at this point in the history
…1121)

Bumps [org.neo4j.test:neo4j-harness](https://github.com/neo4j/neo4j)
from 5.12.0 to 5.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/neo4j/neo4j/releases">org.neo4j.test:neo4j-harness's
releases</a>.</em></p>
<blockquote>
<h2>Neo4j 1.9.0 stable release</h2>
<p>The 1.9 release of Neo4j builds upon the previous 1.8 releases and
brings extensive improvements in stability and performance. In addition,
<em>Neo4j 1.9 Enterprise</em> introduces auto-clustering support, with
dramatically simplified configuration and deployment for high demand
production use.</p>
<ul>
<li>Support for <a
href="http://docs.neo4j.org/chunked/1.9/ha.html">auto-clustering in
<em>Neo4j Enterprise</em></a>, which replaces the previous Zookeeper
based HA clustering, provides a streamlined deployment process and is
much safer and more resilient in failure scenarios.</li>
<li>New <a
href="http://docs.neo4j.org/chunked/1.9/arbiter-instances.html">neo4j-arbiter</a>
tool, which acts as a voting instance in a Neo4j cluster but does not
keep a data store or handle transactions.</li>
<li>Addition of <a
href="http://docs.neo4j.org/chunked/1.9/query-function.html">string
manipulation, timestamp and other functions</a> to the Cypher query
language.</li>
<li>Improvements to memory utilization, which reduces working memory
requirements and improves overall performance.</li>
<li>New <a
href="http://docs.neo4j.org/chunked/1.9/ha-rest-info.html">REST
endpoints for inspecting cluster status information</a> (master, slave,
etc).</li>
<li>Correction of several concurrency and performance issues.</li>
<li>Improvements to <a
href="http://docs.neo4j.org/chunked/1.9/operations-backup.html">Online
Backup</a> in <em>Neo4j Enterprise</em>, including auto-detection of
full vs incremental backup based on existing content at the backup
location.</li>
<li>Updates to Neo4j server webadmin, including welcome pages for new
users.</li>
</ul>
<p><strong>It is recommended to upgrade all previous Neo4j installations
to this release.</strong> Neo4j 1.9 does not require any explicit
upgrade to persistent stores created using Neo4j 1.7 and 1.8
installations, however <em>current users of Neo4j Enterprise must
consult the documentation and update the cluster configuration</em>.
Please see the <a
href="http://docs.neo4j.org/chunked/1.9/deployment.html">deployment</a>
and <a
href="http://docs.neo4j.org/chunked/1.9/upgrade-guide.html">cluster
upgrade</a> sections of the Neo4j manual for more detail. Also note that
Neo4j 1.9 is tested and supported with <a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle
JRE 7</a>. <em>Users of previous Java versions should upgrade to <a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle
JRE 7</a> when deploying Neo4j 1.9.</em></p>
<p>As part of the Neo4j 1.9 release, multiple behaviours and features of
Neo4j have been declared as deprecated, in order to help users prepare
for the removal of these in the next major Neo4j release. A <a
href="http://docs.neo4j.org/chunked/1.9.3/deprecations.html">list of
deprecations</a> can be found in the Neo4j manual.</p>
<p>For a full summary of changes in this release, please review the
CHANGES.TXT file contained within the distribution.</p>
<h2>Neo4j 1.8.0 stable release</h2>
<p>The 1.8 release of Neo4j provides extensive improvements in stability
and performance. As an incremental service release, Neo4j 1.8 builds
upon the previous 1.6 and 1.7 releases and provides full backward
compatibility.</p>
<p>This release includes the following corrections and improvements:</p>
<ul>
<li>Correction of several concurrency issues affecting performance in
multi-
threaded configurations.</li>
<li>Correction of several concurrency issues that infrequently affect
consistency of persisted data.</li>
<li>Optimization of high-availability (HA) protocols to increase write
performance.</li>
<li>Support for zero-downtime rolling upgrades in HA clusters.</li>
<li>Improvements to transaction distribution in HA clusters, providing
greater resistance to branching.</li>
<li>Configurable rotation of logical logs.</li>
<li>Support for streamed responses to REST API requests.</li>
<li>Support for bi-directional traversals, branch state and path
expanders in the traversal framework.</li>
<li>Performance improvements to several graph algorithms.<!-- raw HTML
omitted --></li>
<li>Support in the Cypher language for writing graph data and updating
auto-indexes (manual indexes are not supported).</li>
<li>Extensions to the Cypher language to allow the use of patterns as
expressions and predicates.</li>
<li>Correction of several issues in the Cypher parser when using
collections and when aggregating.</li>
<li>Improved error reporting in Cypher and more reliable statement
parsing.</li>
<li>Support for explicit transactions in neo4j-shell.</li>
</ul>
<p><strong>It is recommended to upgrade all previous Neo4j installations
to this release.</strong> Neo4j 1.8 does not require any explicit
upgrade to persistent stores created using Neo4j 1.6 and 1.7
installations. Please see the <a
href="http://docs.neo4j.org/chunked/1.8/deployment.html">deployment
section of the Neo4j manual</a> for more detail.</p>
<p>For a full summary of changes in this release, please review the
CHANGES.TXT file contained within the distribution.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/neo4j/neo4j/commit/60f235e37443d4820c5c5c2a251a4096cf18a430"><code>60f235e</code></a>
Bump netty version</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/11f267fffe4369503e8d86a900f50f2205bd7499"><code>11f267f</code></a>
Fix identical cast problem in full-text procedures</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/25428058076f0542a75c4b2a342fb104542a3ce7"><code>2542805</code></a>
Support db.index.vector.queryNodes from parallel runtime</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/e327665c0a15f7b243d850d78e0fd4320a836d68"><code>e327665</code></a>
Move vector index test to enterprise to get better runtime coverage</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/c56566920a1331f6391f498b9b07f8a5ab53c2b2"><code>c565669</code></a>
Revert &quot;Allow planning Argument on RHS of a nested index
join&quot;</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/e0c32364871a5da8771e8251666a16d8f2b0e93e"><code>e0c3236</code></a>
Revert &quot;Make UpdateClause extends HasMappableExpressions&quot;</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/1a038c59b4fe66c8982a9f9060636f3bd6bb18ba"><code>1a038c5</code></a>
Revert &quot;Always use NestedPlanExpressions for SET&quot;</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/105d80276297c29cc8d5510d3839ac094b71fd9e"><code>105d802</code></a>
Revert &quot;mapEachSingleQuery convenience function&quot;</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/5d2aa4ed837232395fa83bf8a80f0aa13bde604a"><code>5d2aa4e</code></a>
Revert &quot;Isolates subquery expressions and CASE expressions in
updating clause...</li>
<li><a
href="https://github.com/neo4j/neo4j/commit/5d7e4634114b71aeafce1f9390fb8edea1020a71"><code>5d7e463</code></a>
Revert &quot;Remove CIP-101 from denylists.&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/neo4j/neo4j/compare/5.12.0...5.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.neo4j.test:neo4j-harness&package-manager=maven&previous-version=5.12.0&new-version=5.13.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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent f028676 commit 751f344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<java-module-name>ac.simons.neo4j.migrations.examples.sb_testharness</java-module-name>
<neo4j.version>5.12.0</neo4j.version>
<neo4j.version>5.13.0</neo4j.version>
<!-- As Spring Boot uses 2.x these days and Neo4j is on 1.7. raising the bar to 2 will effectively disable Neo4j logging, no impl will be found -->
<slf4j.version>${slf4jv2.version}</slf4j.version>
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/../../${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 751f344

Please sign in to comment.