Skip to content

Commit a1b75a0

Browse files
committed
Remove JCenter on build.gradle using github editor #1298 #1272
Previous change has line ending issue on Windows
1 parent 7a54ef3 commit a1b75a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
}
1414
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.7.2'
1515
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'4.7.2'
16-
implementation group: 'com.burgstaller', name: 'okhttp-digest', version:'2.3'
16+
implementation group: 'io.github.rburgst', name: 'okhttp-digest', version:'2.5'
1717
implementation group: 'com.sun.mail', name: 'javax.mail', version:'1.6.2'
1818
implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version:'2.1.1'
1919
implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.30'

0 commit comments

Comments
 (0)