File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ allprojects {
133
133
}
134
134
135
135
dependencies {
136
- compile('com.github.ihsanbal:LoggingInterceptor:2.0.4 ') {
136
+ compile('com.github.ihsanbal:LoggingInterceptor:2.0.5 ') {
137
137
exclude group: 'org.json', module: 'json'
138
138
}
139
139
}
@@ -149,7 +149,7 @@ Maven:
149
149
<dependency >
150
150
<groupId >com.github.ihsanbal</groupId >
151
151
<artifactId >LoggingInterceptor</artifactId >
152
- <version >2.0.4 </version >
152
+ <version >2.0.5 </version >
153
153
</dependency >
154
154
```
155
155
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ repositories {
15
15
16
16
dependencies {
17
17
implementation group : ' org.json' , name : ' json' , version : ' 20160810'
18
- implementation group : ' com.squareup.okhttp3' , name : ' logging-interceptor' , version : ' 3.6.0 '
18
+ implementation group : ' com.squareup.okhttp3' , name : ' logging-interceptor' , version : ' 3.9.1 '
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments