Skip to content

Commit

Permalink
fix: update OkHttp to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 30, 2024
1 parent 733923a commit 00a2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val serializationPlugin = "1.8.10"
const val serializationRuntime = "1.4.1"
const val json = "20201115"
const val okhttp = "4.9.3"
const val okhttp = "4.12.0"
const val evaluationCore = "1.1.1"
const val evaluationSerialization = "1.1.1"
const val amplitudeAnalytics = "1.12.0"
Expand Down

0 comments on commit 00a2477

Please sign in to comment.