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 1717
1818dependencies {
1919 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" )
2121}
2222
2323fun File.sha512 (): String {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ buildscript {
6060 // Below enables use of locally built file for testing purposes
6161 classpath(files(" plugins/checksum-dependency-plugin/build/libs/checksum-dependency-plugin-${" project" .v()} .jar" ))
6262 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" ) {
6464 exclude(" org.jetbrains.kotlin" , " kotlin-stdlib" )
6565 }
6666 } else {
You can’t perform that action at this time.
0 commit comments