Skip to content

Commit

Permalink
bumped neo4j and rdf4j versions in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrasa committed Dec 9, 2021
1 parent 3cd9b00 commit 582a48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neosemantics</artifactId>
<version>4.3.0.2</version>
<version>4.4.0.0</version>
<packaging>jar</packaging>
<name>neosemantics (n10s)</name>
<description>n10s is a plugin that enables the use of RDF in Neo4j</description>
Expand Down Expand Up @@ -34,8 +34,8 @@
</developers>

<properties>
<neo4j.version>4.3.4</neo4j.version>
<sesame.version>3.7.3</sesame.version>
<neo4j.version>4.4.0</neo4j.version>
<sesame.version>3.7.4</sesame.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 582a48b

Please sign in to comment.