NIFI-13170 Upgraded Neo4j Driver to 5.20.0

- Upgraded Neo4j Docker to 5.19

This closes #8767

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Joseph Witt 2024-05-07 11:20:30 -07:00 committed by exceptionfactory
parent 89ab35c955
commit 096ce97530
No known key found for this signature in database
1 changed files with 2 additions and 14 deletions

View File

@ -19,8 +19,8 @@
<packaging>jar</packaging>
<properties>
<neo4j.driver.version>4.4.16</neo4j.driver.version>
<neo4j.docker.version>4.4</neo4j.docker.version>
<neo4j.driver.version>5.20.0</neo4j.driver.version>
<neo4j.docker.version>5.19</neo4j.docker.version>
</properties>
<dependencies>
@ -120,16 +120,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<!-- Neo4j 5 has a hard dependency on Java 17. Do NOT activate this profile unless you
intend to do a full build of NiFi with Java 17! -->
<id>neo4j-5</id>
<properties>
<neo4j.driver.version>5.2.0</neo4j.driver.version>
<neo4j.docker.version>5.1</neo4j.docker.version>
</properties>
</profile>
</profiles>
</project>