Skip to content

Commit 0c5e2e5

Browse files
authored
Merge pull request #1703 from marklogic/feature/dependency-bumps
Bumping some test dependencies
2 parents ddbfdd2 + 6286e5f commit 0c5e2e5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

marklogic-client-api-functionaltests/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ task testSandbox(type:Test) {
2020

2121
dependencies {
2222
implementation project (':marklogic-client-api')
23-
implementation 'org.skyscreamer:jsonassert:1.5.1'
24-
implementation 'org.slf4j:slf4j-api:1.7.36'
25-
implementation 'commons-io:commons-io:2.11.0'
23+
implementation 'org.skyscreamer:jsonassert:1.5.3'
24+
implementation 'org.slf4j:slf4j-api:2.0.16'
25+
implementation 'commons-io:commons-io:2.17.0'
2626
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
2727
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
2828
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
2929
implementation "org.jdom:jdom2:2.0.6.1"
30-
implementation ("com.marklogic:ml-app-deployer:4.8.0") {
30+
implementation ("com.marklogic:ml-app-deployer:5.0.0") {
3131
exclude module: "marklogic-client-api"
3232
}
3333

3434
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
35-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
36-
testImplementation 'org.xmlunit:xmlunit-legacy:2.9.0'
37-
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
35+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
36+
testImplementation 'org.xmlunit:xmlunit-legacy:2.10.0'
37+
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
3838
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
3939
}
4040

marklogic-client-api/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ dependencies {
4343
compileOnly 'org.dom4j:dom4j:2.1.4'
4444
compileOnly 'com.google.code.gson:gson:2.10.1'
4545

46-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
46+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
4747
// Forcing junit version to avoid vulnerability with older version in xmlunit
4848
testImplementation 'junit:junit:4.13.2'
49-
testImplementation 'org.xmlunit:xmlunit-legacy:2.9.1'
49+
testImplementation 'org.xmlunit:xmlunit-legacy:2.10.0'
5050
testImplementation project(':examples')
5151

5252
// 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") {
5454
exclude module: "marklogic-client-api"
5555
}
5656

@@ -63,11 +63,11 @@ dependencies {
6363
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
6464
// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
6565
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'
6767
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
6868
testImplementation 'com.opencsv:opencsv:4.6'
6969
testImplementation 'org.geonames:geonames:1.0'
70-
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
70+
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
7171
}
7272

7373
// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified

0 commit comments

Comments
 (0)