Skip to content

Commit 712be65

Browse files
authored
Merge pull request #1849 from marklogic/feature/24717-logback
MLE-24717 Bumping logback to 1.5.19
2 parents 6c56556 + 360db5e commit 712be65

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

marklogic-client-api-functionaltests/build.gradle

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

marklogic-client-api/build.gradle

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

test-app/build.gradle

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

0 commit comments

Comments
 (0)