8383 <dependency >
8484 <groupId >com.fasterxml.jackson.core</groupId >
8585 <artifactId >jackson-core</artifactId >
86- <version >2.15.2 </version >
86+ <version >2.18.3 </version >
8787 </dependency >
8888
8989 <!-- dependency>
118118 <groupId >com.siemens.ct.exi</groupId >
119119 <artifactId >exificient</artifactId >
120120 <exclusions >
121- <exclusion > <!-- conflicts with xerces 2.12.2 -->
121+ <exclusion > <!-- conflicts with Xerces -->
122122 <groupId >xerces</groupId >
123123 <artifactId >xercesImpl</artifactId >
124124 </exclusion >
138138 <dependency >
139139 <groupId >org.relaxng</groupId >
140140 <artifactId >jing</artifactId >
141- <version >20220510 </version >
141+ <version >20241231 </version >
142142 <exclusions >
143- <exclusion > <!-- conflicts with xerces 2.12.2 dependency on xml-apis version 1.4.01 -->
143+ <exclusion > <!-- conflicts with Xerces dependency on xml-apis -->
144144 <groupId >xml-apis</groupId >
145145 <artifactId >xml-apis</artifactId >
146146 </exclusion >
147- <exclusion > <!-- conflicts -->
147+ <exclusion > <!-- conflicts with Saxon -->
148148 <groupId >net.sf.saxon</groupId >
149149 <artifactId >saxon</artifactId >
150150 </exclusion >
151- <exclusion > <!-- conflicts -->
151+ <exclusion > <!-- conflicts with Xerces -->
152152 <groupId >xerces</groupId >
153153 <artifactId >xercesImpl</artifactId >
154154 </exclusion >
169169 <dependency >
170170 <groupId >org.bouncycastle</groupId >
171171 <artifactId >bcprov-jdk18on</artifactId >
172- <version >1.78.1 </version >
172+ <version >1.80 </version >
173173 </dependency >
174174
175175 <dependency >
186186 <dependency >
187187 <groupId >com.fasterxml.uuid</groupId >
188188 <artifactId >java-uuid-generator</artifactId >
189- <version >4.3 .0</version >
189+ <version >5.1 .0</version >
190190 </dependency >
191191
192192 <dependency >
215215 <dependency >
216216 <groupId >org.jline</groupId >
217217 <artifactId >jline</artifactId >
218- <version >3.25.1 </version >
218+ <version >3.29.0 </version >
219219 </dependency >
220220
221221 <dependency >
252252 <dependency >
253253 <groupId >commons-logging</groupId >
254254 <artifactId >commons-logging</artifactId >
255- <version >1.3.0 </version >
255+ <version >1.3.5 </version >
256256 </dependency >
257257
258258 <dependency >
259259 <groupId >org.apache.commons</groupId >
260260 <artifactId >commons-pool2</artifactId >
261- <version >2.12.0 </version >
261+ <version >2.12.1 </version >
262262 </dependency >
263263
264264 <dependency >
287287 </dependency >
288288
289289 <dependency >
290- <groupId >org.exist-db .thirdparty.xerces</groupId >
290+ <groupId >com.evolvedbinary .thirdparty.xerces</groupId >
291291 <artifactId >xercesImpl</artifactId >
292292 <version >${xerces.version} </version >
293293 <classifier >xml-schema-1.1</classifier >
299299 <version >1.9.22</version >
300300 <scope >runtime</scope > <!-- default for util:parse-html -->
301301 <exclusions >
302- <exclusion > <!-- conflicts with eXist-db's xercesImpl 2.12.2 dependency -->
302+ <exclusion > <!-- conflicts with eXist-db's xercesImpl dependency -->
303303 <groupId >xerces</groupId >
304304 <artifactId >xercesImpl</artifactId >
305305 </exclusion >
306306 </exclusions >
307307 </dependency >
308308
309309 <dependency >
310- <groupId >xml-apis</groupId >
310+ <groupId >com.evolvedbinary.thirdparty. xml-apis</groupId >
311311 <artifactId >xml-apis</artifactId >
312312 </dependency >
313313 <dependency >
314314 <groupId >org.apache.ws.commons.util</groupId >
315315 <artifactId >ws-commons-util</artifactId >
316316 <version >1.0.2</version >
317+ <exclusions >
318+ <exclusion >
319+ <!-- conflicts with Xerces dependency on xml-apis -->
320+ <groupId >xml-apis</groupId >
321+ <artifactId >xml-apis</artifactId >
322+ </exclusion >
323+ </exclusions >
317324 </dependency >
318325
319326 <!-- xml-resolver is needed at runtime because xercesImpl declares this as optional,
329336 <groupId >org.xmlresolver</groupId >
330337 <artifactId >xmlresolver</artifactId >
331338 <version >${xmlresolver.version} </version >
339+ <exclusions >
340+ <exclusion >
341+ <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl -->
342+ <groupId >xerces</groupId >
343+ <artifactId >xercesImpl</artifactId >
344+ </exclusion >
345+ </exclusions >
332346 </dependency >
333347
334348 <dependency >
337351 <version >${xmlresolver.version} </version >
338352 <classifier >data</classifier >
339353 <scope >runtime</scope >
354+ <exclusions >
355+ <exclusion >
356+ <!-- NOTE(AR): conflicts with com.evolvedbinary.thirdparty.xerces:xercesImpl -->
357+ <groupId >xerces</groupId >
358+ <artifactId >xercesImpl</artifactId >
359+ </exclusion >
360+ </exclusions >
340361 </dependency >
341362
342363 <!-- xpath2 and java-cup are needed at runtime because xercesImpl declares this as optional,
343364 but we need them to enable Schema 1.1 support -->
344365 <dependency >
345- <groupId >org.exist-db .thirdparty.org.eclipse.wst.xml</groupId >
366+ <groupId >com.evolvedbinary .thirdparty.org.eclipse.wst.xml</groupId >
346367 <artifactId >xpath2</artifactId >
347- <version >1.2.0 </version >
368+ <version >1.2.1.1 </version >
348369 <scope >runtime</scope >
349370 </dependency >
350371 <dependency >
357378 <dependency >
358379 <groupId >xalan</groupId >
359380 <artifactId >xalan</artifactId >
360- <version >2.7.3</version > <!-- needed an compile time for various dependencies -->
381+ <version >2.7.3</version > <!-- needed at compile time for various dependencies -->
361382 </dependency >
362383
363384 <dependency >
388409 <groupId >com.evolvedbinary.thirdparty.org.apache.xmlrpc</groupId >
389410 <artifactId >xmlrpc-common</artifactId >
390411 <exclusions >
391- <exclusion > <!-- conflicts with xerces 2.12.0 dependency on xml-apis version 1.4.01 -->
392- <artifactId >xml-apis</artifactId >
412+ <exclusion > <!-- conflicts with Xerces dependency on xml-apis -->
393413 <groupId >xml-apis</groupId >
414+ <artifactId >xml-apis</artifactId >
394415 </exclusion >
395416 </exclusions >
396417 </dependency >
418439 <scope >runtime</scope >
419440 <exclusions >
420441 <exclusion >
421- <!-- conflicts with antlr 2.7.7 -->
442+ <!-- conflicts with Antlr 2.7.7 -->
422443 <groupId >org.apache.servicemix.bundles</groupId >
423444 <artifactId >org.apache.servicemix.bundles.antlr</artifactId >
424445 </exclusion >
451472 <dependency >
452473 <groupId >com.fifesoft</groupId >
453474 <artifactId >rsyntaxtextarea</artifactId >
454- <version >3.3.4 </version >
475+ <version >3.6.0 </version >
455476 </dependency >
456477
457478 <dependency >
458479 <groupId >org.quartz-scheduler</groupId >
459480 <artifactId >quartz</artifactId >
460- <version >2.3.2 </version > <!-- Quartz 2.3.1 has an issue on Windows, see: https://github.com/quartz-scheduler/quartz/issues/448 -- >
481+ <version >2.4.0 </version >
461482 <!-- exclude Quartz SQL connectivity options -->
462483 <exclusions >
463484 <exclusion >
597618 NOTE(AR) This is needed to enable loading of Servlets etc
598619 that use Java Annotations for configuration.
599620 This is less than ideal as it allows any extension to
600- serve arbitary Web requests, and should ultimately be
621+ serve arbitrary Web requests, and should ultimately be
601622 removed. Unfortunately, at this time, it is required for
602623 Monex's Remote Console to function.
603624 -->
874895 <include >src/test/java/org/exist/xquery/functions/transform/TransformFromPkgTest.java</include >
875896 <include >src/test/java/org/exist/xquery/value/Base64BinaryValueTypeTest.java</include >
876897 <include >src/main/java/org/exist/xslt/XsltURIResolverHelper.java</include >
898+ <include >src/test/java/org/exist/validation/CollectionConfigurationValidationModeTest.java</include >
877899 <include >src/test/resources/org/exist/validation/catalog.xml</include >
878900 <include >src/test/resources/standalone-webapp/WEB-INF/web.xml</include >
879901 <include >src/test/xquery/maps/maps.xqm</include >
10861108 <exclude >src/test/java/org/exist/xquery/functions/transform/TransformFromPkgTest.java</exclude >
10871109 <exclude >src/test/java/org/exist/xquery/value/Base64BinaryValueTypeTest.java</exclude >
10881110 <exclude >src/main/java/org/exist/xslt/XsltURIResolverHelper.java</exclude >
1111+ <exclude >src/test/java/org/exist/validation/CollectionConfigurationValidationModeTest.java</exclude >
10891112 <exclude >src/test/resources/org/exist/validation/catalog.xml</exclude >
10901113 <exclude >src/test/resources/standalone-webapp/WEB-INF/web.xml</exclude >
10911114 <exclude >src/test/xquery/maps/maps.xqm</exclude >
@@ -1395,7 +1418,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
13951418 <ignoredUnusedDeclaredDependency >xml-resolver:xml-resolver:jar:1.2</ignoredUnusedDeclaredDependency >
13961419 <ignoredUnusedDeclaredDependency >xalan:serializer:jar:2.7.3</ignoredUnusedDeclaredDependency >
13971420 <ignoredUnusedDeclaredDependency >org.xmlresolver:xmlresolver:jar:${xmlresolver.version} </ignoredUnusedDeclaredDependency >
1398- <ignoredUnusedDeclaredDependency >org.exist-db .thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.0 </ignoredUnusedDeclaredDependency >
1421+ <ignoredUnusedDeclaredDependency >com.evolvedbinary .thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.1.1 </ignoredUnusedDeclaredDependency >
13991422 <ignoredUnusedDeclaredDependency >edu.princeton.cup:java-cup:jar:10k</ignoredUnusedDeclaredDependency >
14001423 <ignoredUnusedDeclaredDependency >org.eclipse.jetty:jetty-jaas:jar:${jetty.version} </ignoredUnusedDeclaredDependency >
14011424 <ignoredUnusedDeclaredDependency >org.eclipse.jetty:jetty-deploy:jar:${jetty.version} </ignoredUnusedDeclaredDependency >
@@ -1415,7 +1438,6 @@ The BaseX Team. The original license statement is also included below.]]></pream
14151438 <plugin >
14161439 <groupId >org.codehaus.mojo</groupId >
14171440 <artifactId >antlr-maven-plugin</artifactId >
1418- <version >2.2</version >
14191441 <configuration >
14201442 <grammars >
14211443 org/exist/xquery/parser/XQuery.g,org/exist/xquery/parser/XQueryTree.g,org/exist/xquery/parser/DeclScanner.g,org/exist/xquery/xqdoc/parser/XQDocParser.g
0 commit comments