We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b5e40 commit 4683817Copy full SHA for 4683817
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.neo4j</groupId>
7
<artifactId>neosemantics</artifactId>
8
- <version>5.17.0</version>
+ <version>5.18.0</version>
9
<packaging>jar</packaging>
10
<name>neosemantics (n10s)</name>
11
<description>n10s is a plugin that enables the use of RDF in Neo4j</description>
@@ -34,8 +34,8 @@
34
</developers>
35
36
<properties>
37
- <neo4j.version>5.17.0</neo4j.version>
38
- <sesame.version>4.3.9</sesame.version>
+ <neo4j.version>5.18.0</neo4j.version>
+ <sesame.version>4.3.10</sesame.version>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
</properties>
41
0 commit comments