Skip to content

Commit

Permalink
Fixed logback version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jan 25, 2024
1 parent f9cebe4 commit e30370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marklogic-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"

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

0 comments on commit e30370a

Please sign in to comment.