Skip to content

Commit 8a5a404

Browse files
committed
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0
1 parent 762ed2c commit 8a5a404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/checksum-dependency-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
dependencies {
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

2323
fun File.sha512(): String {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)