Skip to content

Commit

Permalink
Update okhttp3 to version 4.12.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Mar 21, 2024
1 parent 515bd58 commit 2f15ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ val javadocJar = tasks.named<Jar>("javadocJar") {

dependencies {
protobuf(files(*protoSrc))
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
api("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-protobuf:2.9.0")
implementation("com.auth0:java-jwt:4.2.1")
Expand Down Expand Up @@ -171,4 +171,4 @@ publishing {
from(components["java"])
}
}
}
}

0 comments on commit 2f15ae8

Please sign in to comment.