Skip to content

Commit ac840a3

Browse files
committed
chore: upgrade tinkerpop
Signed-off-by: Otavio Santana <[email protected]>
1 parent dbeb9c1 commit ac840a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jnosql-tinkerpop/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
<artifactId>jnosql-mapping-graph</artifactId>
2727

2828
<properties>
29-
<antlr4.version>4.9.3</antlr4.version>
29+
<tinkerpop.version>3.7.3</tinkerpop.version>
30+
<neo4j.connector.version>0.9-3.4.0</neo4j.connector.version>
31+
<antlr4.version>4.9.1</antlr4.version>
3032
<!-- it's required by the 'org.neo4j' libraries -->
3133
<argLine> --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED </argLine>
3234

0 commit comments

Comments
 (0)