Skip to content

Commit

Permalink
build(deps): bump neo4j.version from 5.25.1 to 5.26.0
Browse files Browse the repository at this point in the history
Bumps `neo4j.version` from 5.25.1 to 5.26.0.

Updates `org.neo4j:neo4j` from 5.25.1 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](https://github.com/neo4j/neo4j/commits)

Updates `org.neo4j.test:neo4j-harness` from 5.25.1 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](https://github.com/neo4j/neo4j/commits)

---
updated-dependencies:
- dependency-name: org.neo4j:neo4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.neo4j.test:neo4j-harness
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent cf5a650 commit 882cdde
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 @@ -15,7 +15,7 @@
<properties>
<java.version>17</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<neo4j.version>5.25.1</neo4j.version>
<neo4j.version>5.26.0</neo4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 882cdde

Please sign in to comment.