Skip to content

Commit

Permalink
update Gson and okhttp version for fix issue CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Nur Putranto committed Jul 17, 2023
1 parent 6023925 commit 7abfea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chat-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ dependencies {
api securityDeps
api lifeCircleDeb

implementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext {
support : "31.0.0",
firebaseCore : "21.1.1",
firebaseMessaging: "23.1.2",
okHttp : "3.12.5",
okHttp : "4.11.0",
retrofit : "2.9.0",

nirmana : "1.3.0",
Expand Down

0 comments on commit 7abfea7

Please sign in to comment.