Skip to content

Commit e30370a

Browse files
committed
Fixed logback version number
1 parent f9cebe4 commit e30370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
5353

5454
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3'
55-
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
55+
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
5656
// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
5757
testImplementation 'org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
5858
testImplementation 'org.apache.commons:commons-lang3:3.14.0'

0 commit comments

Comments
 (0)