Skip to content

Commit

Permalink
Fix cryptic "SocketException" when API token is invalid (#1871)
Browse files Browse the repository at this point in the history
solution: bump OkHttp (4.10.0 -> 4.12.0)
  • Loading branch information
bartekpacia authored Aug 2, 2024
1 parent 9b2f294 commit bcf1080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ mozillaRhino = "1.7.14"
picocli = "4.5.2"
selenium = "4.11.0"
slf4j = "1.7.36"
squareOkhttp = "4.10.0"
squareOkio = "3.2.0"
squareOkhttp = "4.12.0"
squareOkio = "3.8.0"
squareMockWebServer = "4.11.0"
wiremock = "2.35.0"
logback = "1.2.6"
Expand Down

0 comments on commit bcf1080

Please sign in to comment.