File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ allprojects {
133133}
134134
135135dependencies {
136- compile('com.github.ihsanbal:LoggingInterceptor:2.0.4 ') {
136+ compile('com.github.ihsanbal:LoggingInterceptor:2.0.5 ') {
137137 exclude group: 'org.json', module: 'json'
138138 }
139139}
@@ -149,7 +149,7 @@ Maven:
149149<dependency >
150150 <groupId >com.github.ihsanbal</groupId >
151151 <artifactId >LoggingInterceptor</artifactId >
152- <version >2.0.4 </version >
152+ <version >2.0.5 </version >
153153</dependency >
154154```
155155
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ repositories {
1515
1616dependencies {
1717 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 '
1919}
2020
You can’t perform that action at this time.
0 commit comments