File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ subprojects {
2323 }
2424
2525 repositories {
26- mavenLocal()
2726 mavenCentral()
2827
2928 // Needed so that ml-development-tools can resolve snapshots of marklogic-client-api.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515
1616 testImplementation ' org.apache.commons:commons-lang3:3.19.0'
1717
18- testImplementation " com.marklogic:ml-app-deployer:6.1.0 "
18+ testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT "
1919
2020 testImplementation ' ch.qos.logback:logback-classic:1.5.19'
2121 testImplementation ' org.junit.jupiter:junit-jupiter:5.14.0'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 compileOnly ' org.dom4j:dom4j:2.2.0'
3737 compileOnly ' com.google.code.gson:gson:2.13.2'
3838
39- testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
39+ testImplementation ' org.junit.jupiter:junit-jupiter:5.14.0 '
4040
4141 // Forcing junit version to avoid vulnerability with older version in xmlunit
4242 testImplementation ' junit:junit:4.13.2'
@@ -46,7 +46,7 @@ dependencies {
4646 testImplementation ' org.apache.commons:commons-lang3:3.19.0'
4747
4848 // Allows talking to the Manage API.
49- testImplementation " com.marklogic:ml-app-deployer:6.1.0 "
49+ testImplementation " com.marklogic:ml-app-deployer:6.2-SNAPSHOT "
5050
5151 testImplementation " org.mockito:mockito-core:5.20.0"
5252 testImplementation " org.mockito:mockito-inline:5.2.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 // Not yet migrating this project to JUnit 5. Will reconsider it once we have a reason to enhance
3333 // this project.
3434 testImplementation ' junit:junit:4.13.2'
35- testImplementation ' xmlunit:xmlunit:1.6 '
35+ testImplementation ' org. xmlunit:xmlunit-legacy:2.10.4 '
3636 testCompileOnly gradleTestKit()
3737
3838 testImplementation " com.squareup.okhttp3:okhttp:${ okhttpVersion} "
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ plugins {
99}
1010
1111dependencies {
12- implementation " io.undertow:undertow-core:2.3.19 .Final"
13- implementation " io.undertow:undertow-servlet:2.3.19 .Final"
12+ implementation " io.undertow:undertow-core:2.3.20 .Final"
13+ implementation " io.undertow:undertow-servlet:2.3.20 .Final"
1414 implementation ' org.slf4j:slf4j-api:2.0.17'
1515 implementation ' ch.qos.logback:logback-classic:1.5.19'
1616 implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
You can’t perform that action at this time.
0 commit comments