|
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.13.0</neo4j.version> |
| 5 | + <neo4j.version>5.19.0</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.0</geotools.version> |
| 10 | + <geotools.version>30.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.0</junit.version> |
17 |
| - <maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version> |
| 16 | + <junit.version>5.10.2</junit.version> |
| 17 | + <maven-surefire-plugin.version>3.2.5</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>0.30.0-neo4j-5.13.0</version> |
| 23 | + <version>0.31.0-neo4j-5.19.0</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>
|
|
287 | 287 | <dependency>
|
288 | 288 | <groupId>com.google.code.gson</groupId>
|
289 | 289 | <artifactId>gson</artifactId>
|
290 |
| - <version>2.10.1</version> |
| 290 | + <version>2.11.0</version> |
291 | 291 | <scope>test</scope>
|
292 | 292 | </dependency>
|
293 | 293 | <dependency>
|
|
396 | 396 | <dependency>
|
397 | 397 | <groupId>org.slf4j</groupId>
|
398 | 398 | <artifactId>slf4j-api</artifactId>
|
399 |
| - <version>2.0.9</version> |
| 399 | + <version>2.0.13</version> |
400 | 400 | </dependency>
|
401 | 401 | <dependency>
|
402 | 402 | <groupId>commons-io</groupId>
|
403 | 403 | <artifactId>commons-io</artifactId>
|
404 |
| - <version>2.13.0</version> |
| 404 | + <version>2.16.1</version> |
405 | 405 | </dependency>
|
406 | 406 | <dependency>
|
407 | 407 | <groupId>org.apache.commons</groupId>
|
408 | 408 | <artifactId>commons-lang3</artifactId>
|
409 |
| - <version>3.13.0</version> |
| 409 | + <version>3.14.0</version> |
| 410 | + </dependency> |
| 411 | + <dependency> |
| 412 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 413 | + <artifactId>jackson-databind</artifactId> |
| 414 | + <version>2.17.1</version> |
410 | 415 | </dependency>
|
411 | 416 | <dependency>
|
412 | 417 | <groupId>jakarta.annotation</groupId>
|
|
426 | 431 | <dependency>
|
427 | 432 | <groupId>org.scala-lang</groupId>
|
428 | 433 | <artifactId>scala-library</artifactId>
|
429 |
| - <version>2.13.11</version> |
| 434 | + <version>2.13.14</version> |
430 | 435 | </dependency>
|
431 | 436 | <dependency>
|
432 | 437 | <groupId>javax.measure</groupId>
|
433 | 438 | <artifactId>unit-api</artifactId>
|
434 |
| - <version>2.1.3</version> |
| 439 | + <version>2.1.2</version> |
435 | 440 | </dependency>
|
436 | 441 | <dependency>
|
437 | 442 | <groupId>org.apiguardian</groupId>
|
438 | 443 | <artifactId>apiguardian-api</artifactId>
|
439 | 444 | <version>1.1.2</version>
|
440 | 445 | </dependency>
|
| 446 | + <dependency> |
| 447 | + <groupId>com.google.errorprone</groupId> |
| 448 | + <artifactId>error_prone_annotations</artifactId> |
| 449 | + <version>2.27.0</version> |
| 450 | + </dependency> |
441 | 451 | </dependencies>
|
442 | 452 | </dependencyManagement>
|
443 | 453 | <repositories>
|
|
0 commit comments