@@ -43,14 +43,14 @@ dependencies {
43
43
compileOnly ' org.dom4j:dom4j:2.1.4'
44
44
compileOnly ' com.google.code.gson:gson:2.10.1'
45
45
46
- testImplementation ' org.junit.jupiter:junit-jupiter:5.10 .1'
46
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11 .1'
47
47
// Forcing junit version to avoid vulnerability with older version in xmlunit
48
48
testImplementation ' junit:junit:4.13.2'
49
- testImplementation ' org.xmlunit:xmlunit-legacy:2.9.1 '
49
+ testImplementation ' org.xmlunit:xmlunit-legacy:2.10.0 '
50
50
testImplementation project(' :examples' )
51
51
52
52
// Allows talking to the Manage API.
53
- testImplementation (" com.marklogic:ml-app-deployer:4.8 .0" ) {
53
+ testImplementation (" com.marklogic:ml-app-deployer:5.0 .0" ) {
54
54
exclude module : " marklogic-client-api"
55
55
}
56
56
@@ -63,11 +63,11 @@ dependencies {
63
63
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
64
64
// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
65
65
testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
66
- testImplementation ' org.apache.commons:commons-lang3:3.14 .0'
66
+ testImplementation ' org.apache.commons:commons-lang3:3.17 .0'
67
67
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
68
68
testImplementation ' com.opencsv:opencsv:4.6'
69
69
testImplementation ' org.geonames:geonames:1.0'
70
- testImplementation ' org.skyscreamer:jsonassert:1.5.1 '
70
+ testImplementation ' org.skyscreamer:jsonassert:1.5.3 '
71
71
}
72
72
73
73
// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified
0 commit comments