|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.neo4jh3</groupId> |
5 | 5 | <artifactId>neo4jh3</artifactId> |
6 | | - <version>5.8.0</version> |
| 6 | + <version>5.10.0</version> |
7 | 7 | <build> |
8 | 8 | <plugins> |
9 | 9 | <plugin> |
|
23 | 23 | <goals> |
24 | 24 | <goal>shade</goal> |
25 | 25 | </goals> |
| 26 | + <configuration> |
| 27 | + <filters> |
| 28 | + <filter> |
| 29 | + <artifact>*:*</artifact> |
| 30 | + <excludes> |
| 31 | + <exclude>META-INF/*.SF</exclude> |
| 32 | + <exclude>META-INF/*.DSA</exclude> |
| 33 | + <exclude>META-INF/*.RSA</exclude> |
| 34 | + </excludes> |
| 35 | + </filter> |
| 36 | + </filters> |
| 37 | + </configuration> |
26 | 38 | </execution> |
27 | 39 | </executions> |
28 | 40 | </plugin> |
|
43 | 55 | <dependency> |
44 | 56 | <groupId>org.neo4j</groupId> |
45 | 57 | <artifactId>neo4j</artifactId> |
46 | | - <version>5.8.0</version> |
| 58 | + <version>5.10.0</version> |
47 | 59 | <scope>provided</scope> |
48 | 60 | <exclusions> |
49 | 61 | <exclusion> |
|
123 | 135 | <dependency> |
124 | 136 | <groupId>org.neo4j.test</groupId> |
125 | 137 | <artifactId>neo4j-harness</artifactId> |
126 | | - <version>5.8.0</version> |
| 138 | + <version>5.10.0</version> |
127 | 139 | <scope>test</scope> |
128 | 140 | <exclusions> |
129 | 141 | <exclusion> |
|
159 | 171 | <dependency> |
160 | 172 | <groupId>org.neo4j.driver</groupId> |
161 | 173 | <artifactId>neo4j-java-driver</artifactId> |
162 | | - <version>5.2.0</version> |
| 174 | + <version>5.9.0</version> |
163 | 175 | <scope>test</scope> |
164 | 176 | <exclusions> |
165 | 177 | <exclusion> |
|
194 | 206 | </dependency> |
195 | 207 | </dependencies> |
196 | 208 | <properties> |
197 | | - <neo4j.version>5.8.0</neo4j.version> |
| 209 | + <neo4j.version>5.10.0</neo4j.version> |
198 | 210 | <commons.version>4.1</commons.version> |
199 | 211 | <csv.version>1.2</csv.version> |
200 | | - <lang3.version>3.7</lang3.version> |
| 212 | + <lang3.version>3.13.0</lang3.version> |
201 | 213 | <uber.version>4.1.1</uber.version> |
202 | 214 | </properties> |
203 | 215 | </project> |
|
0 commit comments