|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
|
4 | 4 | <properties>
|
5 |
| - <neo4j.version>5.20.0</neo4j.version> |
| 5 | + <neo4j.version>5.26.2</neo4j.version> |
6 | 6 | <neo4j.java.version>17</neo4j.java.version>
|
7 | 7 | <skinGroupId>org.neo4j.maven.skins</skinGroupId>
|
8 | 8 | <skinArtifactId>default-skin</skinArtifactId>
|
9 | 9 | <skinVersion>2</skinVersion>
|
10 |
| - <geotools.version>30.2</geotools.version> |
| 10 | + <geotools.version>32.2</geotools.version> |
11 | 11 | <spatial.test.osm.version>20100819</spatial.test.osm.version>
|
12 | 12 | <spatial.test.shp.version>20100819</spatial.test.shp.version>
|
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
14 | 14 | <bundle.namespace>org.neo4j.gis</bundle.namespace>
|
15 | 15 | <github.global.server>github</github.global.server>
|
16 |
| - <junit.version>5.10.2</junit.version> |
17 |
| - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 16 | + <junit.version>5.11.3</junit.version> |
| 17 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
18 | 18 | </properties>
|
19 | 19 |
|
20 | 20 | <modelVersion>4.0.0</modelVersion>
|
21 | 21 | <artifactId>neo4j-spatial</artifactId>
|
22 | 22 | <groupId>org.neo4j</groupId>
|
23 |
| - <version>5.20.1-SNAPSHOT</version> |
| 23 | + <version>5.26.0-SNAPSHOT</version> |
24 | 24 | <name>Neo4j - Spatial Components</name>
|
25 | 25 | <description>Spatial utilities and components for Neo4j</description>
|
26 | 26 | <url>https://components.neo4j.org/${project.artifactId}/${project.version}</url>
|
|
314 | 314 | <dependency>
|
315 | 315 | <groupId>org.locationtech.jts</groupId>
|
316 | 316 | <artifactId>jts-core</artifactId>
|
317 |
| - <version>1.19.0</version> |
| 317 | + <version>1.20.0</version> |
318 | 318 | </dependency>
|
319 | 319 | <dependency>
|
320 | 320 | <groupId>org.slf4j</groupId>
|
321 | 321 | <artifactId>slf4j-api</artifactId>
|
322 | 322 | <version>2.0.13</version>
|
323 | 323 | </dependency>
|
324 |
| - <dependency> |
325 |
| - <groupId>commons-io</groupId> |
326 |
| - <artifactId>commons-io</artifactId> |
327 |
| - <version>2.16.1</version> |
328 |
| - </dependency> |
329 | 324 | <dependency>
|
330 | 325 | <groupId>org.apache.commons</groupId>
|
331 | 326 | <artifactId>commons-lang3</artifactId>
|
332 |
| - <version>3.14.0</version> |
333 |
| - </dependency> |
334 |
| - <dependency> |
335 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
336 |
| - <artifactId>jackson-databind</artifactId> |
337 |
| - <version>2.17.1</version> |
| 327 | + <version>3.17.0</version> |
338 | 328 | </dependency>
|
339 | 329 | <dependency>
|
340 | 330 | <groupId>jakarta.annotation</groupId>
|
341 | 331 | <artifactId>jakarta.annotation-api</artifactId>
|
342 | 332 | <version>1.3.5</version>
|
343 | 333 | </dependency>
|
344 |
| - <dependency> |
345 |
| - <groupId>jakarta.activation</groupId> |
346 |
| - <artifactId>jakarta.activation-api</artifactId> |
347 |
| - <version>1.2.2</version> |
348 |
| - </dependency> |
349 |
| - <dependency> |
350 |
| - <groupId>jakarta.xml.bind</groupId> |
351 |
| - <artifactId>jakarta.xml.bind-api</artifactId> |
352 |
| - <version>2.3.3</version> |
353 |
| - </dependency> |
354 |
| - <dependency> |
355 |
| - <groupId>org.scala-lang</groupId> |
356 |
| - <artifactId>scala-library</artifactId> |
357 |
| - <version>2.13.14</version> |
358 |
| - </dependency> |
359 | 334 | <dependency>
|
360 | 335 | <groupId>javax.measure</groupId>
|
361 | 336 | <artifactId>unit-api</artifactId>
|
362 |
| - <version>2.1.2</version> |
363 |
| - </dependency> |
364 |
| - <dependency> |
365 |
| - <groupId>org.apiguardian</groupId> |
366 |
| - <artifactId>apiguardian-api</artifactId> |
367 |
| - <version>1.1.2</version> |
| 337 | + <version>2.2</version> |
368 | 338 | </dependency>
|
369 | 339 | <dependency>
|
370 | 340 | <groupId>com.google.errorprone</groupId>
|
|
0 commit comments