Skip to content

Commit

Permalink
Update okhttp (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Jan 16, 2023
1 parent 52d941e commit 3d9c99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ All dependencies are managed automatically by Gradle.
* Version: **2.14**
* [Github](https://github.com/TakahikoKawasaki/nv-websocket-client)
* OkHttp
* Version: **4.9.3**
* Version: **4.10.0**
* [Github](https://github.com/square/okhttp)
* Apache Commons Collections4
* Version: **4.4**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {

//Web Connection Support
api("com.neovisionaries:nv-websocket-client:2.14")
api("com.squareup.okhttp3:okhttp:4.9.3")
api("com.squareup.okhttp3:okhttp:4.10.0")

//Opus library support
api("club.minnced:opus-java:1.1.1")
Expand Down

0 comments on commit 3d9c99c

Please sign in to comment.