We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a54ef3 commit a1b75a0Copy full SHA for a1b75a0
marklogic-client-api/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
}
14
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.7.2'
15
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'4.7.2'
16
- implementation group: 'com.burgstaller', name: 'okhttp-digest', version:'2.3'
+ implementation group: 'io.github.rburgst', name: 'okhttp-digest', version:'2.5'
17
implementation group: 'com.sun.mail', name: 'javax.mail', version:'1.6.2'
18
implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version:'2.1.1'
19
implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.30'
0 commit comments