|
5 | 5 |
|
6 | 6 | <groupId>org.neo4j</groupId>
|
7 | 7 | <artifactId>neosemantics</artifactId>
|
8 |
| - <version>5.18.0</version> |
| 8 | + <version>5.20.0</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 | <name>neosemantics (n10s)</name>
|
11 | 11 | <description>n10s is a plugin that enables the use of RDF in Neo4j</description>
|
|
34 | 34 | </developers>
|
35 | 35 |
|
36 | 36 | <properties>
|
37 |
| - <neo4j.version>5.18.0</neo4j.version> |
38 |
| - <sesame.version>4.3.10</sesame.version> |
| 37 | + <neo4j.version>5.20.0</neo4j.version> |
| 38 | + <sesame.version>4.3.12</sesame.version> |
39 | 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
40 | 40 | </properties>
|
41 | 41 |
|
|
52 | 52 | <version>${neo4j.version}</version>
|
53 | 53 | <scope>provided</scope>
|
54 | 54 | </dependency>
|
| 55 | + <dependency> |
| 56 | + <groupId>commons-io</groupId> |
| 57 | + <artifactId>commons-io</artifactId> |
| 58 | + <version>2.16.0</version> |
| 59 | + <scope>provided</scope> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>commons-codec</groupId> |
| 63 | + <artifactId>commons-codec</artifactId> |
| 64 | + <version>1.16.1</version> |
| 65 | + <scope>provided</scope> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>org.apache.commons</groupId> |
| 69 | + <artifactId>commons-lang3</artifactId> |
| 70 | + <version>3.14.0</version> |
| 71 | + <scope>provided</scope> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>commons-logging</groupId> |
| 75 | + <artifactId>commons-logging</artifactId> |
| 76 | + <version>1.3.0</version> |
| 77 | + <scope>provided</scope> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>org.apache.commons</groupId> |
| 81 | + <artifactId>commons-text</artifactId> |
| 82 | + <version>1.11.0</version> |
| 83 | + <scope>provided</scope> |
| 84 | + </dependency> |
55 | 85 | <dependency>
|
56 | 86 | <groupId>org.eclipse.rdf4j</groupId>
|
57 | 87 | <artifactId>rdf4j-rio-rdfxml</artifactId>
|
58 | 88 | <version>${sesame.version}</version>
|
| 89 | + <!--exclusions> |
| 90 | + <exclusion> |
| 91 | + </exclusion> |
| 92 | + </exclusions--> |
59 | 93 | </dependency>
|
60 | 94 | <dependency>
|
61 | 95 | <groupId>org.eclipse.rdf4j</groupId>
|
|
0 commit comments