File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/checksum-dependency-plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
dependencies {
19
19
implementation(" org.bouncycastle:bcpg-jdk15on:1.70" )
20
- implementation(" com.squareup.okhttp3:okhttp:4.1 .0" )
20
+ implementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
21
21
}
22
22
23
23
fun File.sha512 (): String {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ buildscript {
60
60
// Below enables use of locally built file for testing purposes
61
61
classpath(files(" plugins/checksum-dependency-plugin/build/libs/checksum-dependency-plugin-${" project" .v()} .jar" ))
62
62
classpath(" org.bouncycastle:bcpg-jdk15on:1.70" )
63
- classpath(" com.squareup.okhttp3:okhttp:4.1 .0" ) {
63
+ classpath(" com.squareup.okhttp3:okhttp:4.12 .0" ) {
64
64
exclude(" org.jetbrains.kotlin" , " kotlin-stdlib" )
65
65
}
66
66
} else {
You can’t perform that action at this time.
0 commit comments