Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
okhttp logging-interceptor override
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 16, 2023
1 parent d4435d0 commit a29ad23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ dependencyManagement {
dependency 'com.google.guava:guava:32.0.1-jre'

dependency 'com.squareup.okhttp3:okhttp:4.11.0'
/*
com.squareup.okhttp3:logging-interceptor:4.9.0 // CVE-2023-0833
\--- org.web3j:core:4.10.2
*/
dependency 'com.squareup.okhttp3:logging-interceptor:4.11.0'

dependency 'commons-io:commons-io:2.11.0'

Expand Down

0 comments on commit a29ad23

Please sign in to comment.