File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ subprojects {
2020 repositories {
2121 mavenLocal()
2222 mavenCentral()
23- jcenter()
2423 maven { url " http://repo.maven.apache.org/maven2" }
2524 }
2625
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ plugins {
88
99repositories {
1010 mavenLocal()
11- jcenter()
1211 mavenCentral()
1312 maven { url ' http://developer.marklogic.com/maven2' }
1413}
You can’t perform that action at this time.
0 commit comments