Skip to content

Commit 1f74a3e

Browse files
committed
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0
1 parent 39e376c commit 1f74a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 {

0 commit comments

Comments
 (0)