Skip to content

Commit

Permalink
Downgrade okhttp to non-alpha 4.12.0
Browse files Browse the repository at this point in the history
We were on alpha versions as a result of using `latest.release` and the alphas being published to Maven central. When migrating to the TOML version catalog we kept the version the same as before. This attempts to move us off the alpha versions onto GA versions. We should not depend on any new API introduced in 5.0 alphas.
  • Loading branch information
shakuzen committed Jan 17, 2024
1 parent 9b56fe2 commit 798b684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- checkout
- restore_cache:
key: gradle-dependencies-{{ .Branch }}-{{ checksum "build.gradle" }}-{{ checksum ".circleci/config.yml" }}
- deploy:
- run:
name: Deployment
command: sh ./gradle/deploy.sh

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mockito = "4.11.0"
mongo = "4.6.1"
netty = "4.1.104.Final"
newrelic-api = "5.14.0"
okhttp = "5.0.0-alpha.12" # TODO is compiling against an alpha version intentional?
okhttp = "4.12.0"
postgre = "42.3.8"
prometheus = "0.15.0"
reactor = "2020.0.39"
Expand Down

0 comments on commit 798b684

Please sign in to comment.