Skip to content

Commit 4a512fd

Browse files
committed
[neo4j] Bump dependencies version
- Using the latest version of the java driver (ie 5.28.9) - Upgrade testcontainer - Remove deprecated nbm configuratioa
1 parent b75b7a6 commit 4a512fd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

modules/Neo4jPlugin/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<groupId>ouestware</groupId>
1212
<artifactId>neo4j-plugin</artifactId>
1313
<name>Neo4j Plugin</name>
14-
<version>4.0.1</version>
14+
<version>5.0.0</version>
1515
<packaging>nbm</packaging>
1616

1717
<properties>
18-
<neo4j.driver.version>4.3.4</neo4j.driver.version>
19-
<testcontainers.version>1.17.3</testcontainers.version>
18+
<neo4j.driver.version>5.28.9</neo4j.driver.version>
19+
<testcontainers.version>1.21.3</testcontainers.version>
2020
<rxjava.version>2.2.21</rxjava.version>
2121
</properties>
2222

@@ -112,9 +112,6 @@
112112
<licenseName>Apache 2.0</licenseName>
113113
<licenseFile>Apache v2.txt</licenseFile>
114114
<author>Benoit Simard</author>
115-
<authorEmail>[email protected]</authorEmail>
116-
<authorUrl>https://wwww.ouestware.com/en</authorUrl>
117-
<sourceCodeUrl>https://github.com/gephi/gephi-plugins</sourceCodeUrl>
118115
<publicPackages>
119116
<!-- Insert public packages -->
120117
</publicPackages>

0 commit comments

Comments
 (0)