Skip to content

Commit a95e9b4

Browse files
committed
MLE-24717 Bumping logback
1 parent 8aa4b89 commit a95e9b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/data-services/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
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

88
task generateHelloWorld(type: com.marklogic.client.tools.gradle.EndpointProxiesGenTask) {
@@ -20,12 +20,12 @@ test {
2020

2121
dependencies {
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
}

examples/mlcp-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)