Skip to content

Commit

Permalink
build(deps-dev): bump org.neo4j.driver:neo4j-java-driver from 5.24.0 …
Browse files Browse the repository at this point in the history
…to 5.25.0 (#17)

Bumps
[org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver)
from 5.24.0 to 5.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/neo4j/neo4j-java-driver/releases">org.neo4j.driver:neo4j-java-driver's
releases</a>.</em></p>
<blockquote>
<h2>5.25.0</h2>
<p>This update includes a general optimisation and dependency
updates.</p>
<p><a href="https://neo4j.com/docs/api/java-driver/5.25">5.25 API
documentation</a></p>
<h4>👏 Improvements</h4>
<hr />
<ul>
<li>Delete results from transaction results holder when fully consumed
<a
href="https://redirect.github.com/neo4j/neo4j-java-driver/pull/1571">#1571</a></li>
</ul>
<h4>🔧 Dependency Management</h4>
<hr />
<ul>
<li>Update dependencies <a
href="https://redirect.github.com/neo4j/neo4j-java-driver/pull/1572">#1572</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/neo4j/neo4j-java-driver/commit/d0211a02d46fcbcaed32e01c68bdb9c78100cea1"><code>d0211a0</code></a>
Update dependencies (<a
href="https://redirect.github.com/neo4j/neo4j-java-driver/issues/1572">#1572</a>)</li>
<li><a
href="https://github.com/neo4j/neo4j-java-driver/commit/9c0518ea68e61a5cade6dfab6fadc14c0ddd8f04"><code>9c0518e</code></a>
Delete results from transaction results holder when fully consumed (<a
href="https://redirect.github.com/neo4j/neo4j-java-driver/issues/1571">#1571</a>)</li>
<li>See full diff in <a
href="https://github.com/neo4j/neo4j-java-driver/compare/5.24.0...5.25.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=5.24.0&new-version=5.25.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>
  • Loading branch information
dhrudevalia authored Sep 27, 2024
2 parents 185c795 + dfdf766 commit 4d102a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>5.24.0</version>
<version>5.25.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4d102a2

Please sign in to comment.