File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 exclude module : " marklogic-client-api"
2121 }
2222
23- testImplementation ' ch.qos.logback:logback-classic:1.5.18 '
23+ testImplementation ' ch.qos.logback:logback-classic:1.5.19 '
2424 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
2525 testImplementation ' org.xmlunit:xmlunit-legacy:2.10.4'
2626
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 testImplementation " com.squareup.okhttp3:mockwebserver3:5.1.0"
5757
5858 testImplementation " com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jacksonVersion} "
59- testImplementation ' ch.qos.logback:logback-classic:1.5.18 '
59+ testImplementation ' ch.qos.logback:logback-classic:1.5.19 '
6060
6161 // Using this to avoid a schema validation issue with the regular xercesImpl
6262 testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation " io.undertow:undertow-core:2.3.19.Final"
1313 implementation " io.undertow:undertow-servlet:2.3.19.Final"
1414 implementation ' org.slf4j:slf4j-api:2.0.17'
15- implementation ' ch.qos.logback:logback-classic:1.5.18 '
15+ implementation ' ch.qos.logback:logback-classic:1.5.19 '
1616 implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
1717 implementation " com.squareup.okhttp3:okhttp:${ okhttpVersion} "
1818}
You can’t perform that action at this time.
0 commit comments