File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " java"
33 id " net.saliman.properties" version " 1.5.2"
4- id " com.marklogic.ml-gradle" version " 6.0.0 "
5- id ' com.marklogic.ml-development-tools' version ' 7.2 .0'
4+ id " com.marklogic.ml-gradle" version " 6.0.1 "
5+ id ' com.marklogic.ml-development-tools' version ' 8.0 .0'
66}
77
88task generateHelloWorld (type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
@@ -20,12 +20,12 @@ test {
2020
2121dependencies {
2222 implementation ' org.slf4j:slf4j-api:2.0.17'
23- implementation ' com.marklogic:marklogic-client-api:7.2 .0'
23+ implementation ' com.marklogic:marklogic-client-api:8.0 .0'
2424
2525 testImplementation " org.junit.jupiter:junit-jupiter:5.12.2"
2626
2727 // Force usage of logback for logging
28- testImplementation " ch.qos.logback:logback-classic:1.5.18 "
28+ testImplementation " ch.qos.logback:logback-classic:1.5.19 "
2929 testImplementation " org.slf4j:jcl-over-slf4j:2.0.17"
3030 testImplementation " org.slf4j:slf4j-api:2.0.17"
3131}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 // Since MLCP 11.2, have not been able to get logging to work via a log4j2.xml or
3232 // log4j2.properties file. MLCP 11.2 removed logback as a direct dependency. Adding it back
3333 // results in logging working correctly.
34- mlcp " ch.qos.logback:logback-classic:1.5.18 "
34+ mlcp " ch.qos.logback:logback-classic:1.5.19 "
3535
3636 /**
3737 * mlcp uses logback for logging, and without a logback configuration file, no MLCP logging will appear.
You can’t perform that action at this time.
0 commit comments